Commit History

Author SHA1 Message Date
  Carlton Gibson cdb2f7f36c Advanced deprecation warnings for Django 4.2. 2 years ago
  Carlton Gibson ca1c3151c3 Removed versionadded/changed annotations for 4.0. 2 years ago
  Carlton Gibson d10e569ea5 Added stub release notes for 4.2. 2 years ago
  Carlton Gibson ff8e5eacda Bumped version; main is now 4.2 pre-alpha. 2 years ago
  Mariusz Felisiak 4286378a08 Updated source translation catalogs. 2 years ago
  Carlton Gibson 5325a6344c Updated man page for Django 4.1 alpha. 2 years ago
  Carlton Gibson d6e3756946 Removed empty sections from 4.1 release notes. 2 years ago
  David Smith d126eba363 Refs #32339 -- Deprecated default.html form template. 2 years ago
  Alokik Vijay 6af8673255 Update docs/releases/4.1.txt 2 years ago
  Alokik Vijay 7f3cfaa12b Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs. 2 years ago
  Collin Anderson 2a5d2eefc7 Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2 years ago
  David Wobrock 97f124f39e Refs #27064 -- Made migrations generate RenameIndex operations when moving indexes from index_together to Meta.indexes. 2 years ago
  David Wobrock a098cde968 Refs #27064 -- Refactored out MigrationAutodetector.create_renamed_fields(). 2 years ago
  David Wobrock c6cec3c2d2 Refs #27064 -- Made migrations generate RenameIndex operations when renaming Meta.indexes. 2 years ago
  David Wobrock 11310e9abb Fixed #33710 -- Made RenameIndex operation a noop when the old and new name match. 2 years ago
  Mariusz Felisiak 647480166b Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purposes is not supported. 2 years ago
  Marcelo Galigniana 76af861356 Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. 2 years ago
  Mariusz Felisiak d27e6b233f Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool. 2 years ago
  Nick Pope d3677043fc Added backward compatibility test for ConnectionHandler.databases property. 2 years ago
  Mariusz Felisiak c112f837d4 Fixed #33704 -- Updated postgres_tests migrations. 2 years ago
  非法操作 19dc3f0f96 Fixed typo in Query.clone()'s docstring. 2 years ago
  David Wobrock eacd4977f6 Refs #27064 -- Added RenameIndex migration operation. 2 years ago
  Nick Pope 20e65a34ae Made closing in connection handlers more DRY. 2 years ago
  Kapil Bansal 3a82b5f655 Fixed #32559 -- Added 'step_size’ to numeric form fields. 2 years ago
  Mariusz Felisiak 68da6b389c Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc(). 2 years ago
  Ed Rivas 2798c937de Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering contains expressions. 2 years ago
  Carlton Gibson 34e2148fc7 Refs #33173 -- Removed use of deprecated cgi module. 2 years ago
  Mariusz Felisiak 02dbf1667c Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher. 2 years ago
  Marc Seguí Coll 262fde94de Fixed #33622 -- Allowed customizing error messages for invalid number of forms. 2 years ago
  Gagaro 667105877e Fixed #30581 -- Added support for Meta.constraints validation. 3 years ago