提交历史

作者 SHA1 备注 提交日期
  Collin Anderson 2a5d2eefc7 Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2 年之前
  David Wobrock 97f124f39e Refs #27064 -- Made migrations generate RenameIndex operations when moving indexes from index_together to Meta.indexes. 2 年之前
  David Wobrock a098cde968 Refs #27064 -- Refactored out MigrationAutodetector.create_renamed_fields(). 2 年之前
  David Wobrock c6cec3c2d2 Refs #27064 -- Made migrations generate RenameIndex operations when renaming Meta.indexes. 2 年之前
  David Wobrock 11310e9abb Fixed #33710 -- Made RenameIndex operation a noop when the old and new name match. 2 年之前
  Mariusz Felisiak 647480166b Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purposes is not supported. 2 年之前
  Marcelo Galigniana 76af861356 Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. 2 年之前
  Mariusz Felisiak d27e6b233f Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool. 2 年之前
  Nick Pope d3677043fc Added backward compatibility test for ConnectionHandler.databases property. 2 年之前
  Mariusz Felisiak c112f837d4 Fixed #33704 -- Updated postgres_tests migrations. 2 年之前
  非法操作 19dc3f0f96 Fixed typo in Query.clone()'s docstring. 2 年之前
  David Wobrock eacd4977f6 Refs #27064 -- Added RenameIndex migration operation. 2 年之前
  Nick Pope 20e65a34ae Made closing in connection handlers more DRY. 2 年之前
  Kapil Bansal 3a82b5f655 Fixed #32559 -- Added 'step_size’ to numeric form fields. 2 年之前
  Mariusz Felisiak 68da6b389c Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc(). 2 年之前
  Ed Rivas 2798c937de Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering contains expressions. 2 年之前
  Carlton Gibson 34e2148fc7 Refs #33173 -- Removed use of deprecated cgi module. 2 年之前
  Mariusz Felisiak 02dbf1667c Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher. 2 年之前
  Marc Seguí Coll 262fde94de Fixed #33622 -- Allowed customizing error messages for invalid number of forms. 2 年之前
  Gagaro 667105877e Fixed #30581 -- Added support for Meta.constraints validation. 3 年之前
  Mariusz Felisiak 441103a04d Refs #33173, Refs #30451 -- Fixed ResourceWarning from unclosed body files in ASGI handler on Python 3.11+. 2 年之前
  Mariusz Felisiak 439cd73c16 Refs #33173 -- Fixed test_dateparse tests on Python 3.11+. 2 年之前
  Nikita Sobolev 21d8ea4eb3 Corrected extract_views_from_urlpatterns()'s docstring. 2 年之前
  Daniel Hahler dddc8bc47d Fixed #33679 -- Fixed the last inline's id in admin for users without add permissions. 2 年之前
  Ali Toosi faab9e6769 Fixed #33680 -- Corrected example of customizing model loading in docs. 2 年之前
  David Smith ec5659382a Fixed #32339 -- Added div.html form template. 2 年之前
  Mariusz Felisiak 27b07a3246 Refs #30581 -- Moved CheckConstraint tests for conditional expressions to migrations.test_operations. 2 年之前
  Stefan Brand c5cc750b56 Corrected example in Polygon docstring. 2 年之前
  David Wobrock 8f04473af1 Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL. 2 年之前
  Carlton Gibson fde946daff Refs #32339 -- Restructured outputting HTML form docs. 2 年之前