summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav0142020-12-301-1/+5
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-301-2/+4
* Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...William Schwartz2020-12-291-5/+9
* Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...Mariusz Felisiak2020-12-291-2/+4
* Added app labels to related fields checks messages E302-E305.Mariusz Felisiak2020-12-291-5/+9
* Used model's Options.label where applicable.Mariusz Felisiak2020-12-296-35/+18
* Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.Florian Apolloner2020-12-281-1/+4
* Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().Florian Apolloner2020-12-281-4/+2
* Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...François Freitag2020-12-281-2/+2
* Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...Chinmoy Chakraborty2020-12-281-3/+8
* Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...Jacob Walls2020-12-281-1/+1
* Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...Hannes Ljungberg2020-12-235-18/+31
* Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...Hasan Ramezani2020-12-221-0/+4
* Refs #32285 -- Made AppConfigStub do not call super().__init__().Hasan Ramezani2020-12-221-6/+4
* Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.starryrbs2020-12-211-0/+2
* Fixed #32208 -- Allowed adding lazy() objects.Hasan Ramezani2020-12-211-0/+6
* Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...Hasan Ramezani2020-12-181-1/+5
* Fixed #29867 -- Added support for storing None value in caches.Nick Pope2020-12-172-15/+20
* Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...Alexey Nigin2020-12-161-10/+26
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-1514-2/+87
* Fixed #32261 -- Added error logging to Signal.send_robust().Ayush Bansal2020-12-151-0/+9
* Fixed typo in django/core/cache/backends/base.py docstring.Abhishek Ghaskata2020-12-151-1/+1
* Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark2020-12-141-1/+5
* Ensured that registered checks accept keyword arguments.Adam Johnson2020-12-141-1/+6
* Added docstring to django.utils.inspect.func_accepts_kwargs().Adam Johnson2020-12-141-0/+1
* Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.sage2020-12-111-4/+15
* Refs #32178 -- Changed BaseDatabaseFeatures.django_test_expected_failures to ...Hasan Ramezani2020-12-111-1/+1
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-108-0/+164
* Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak2020-12-092-3/+9
* Fixed grammar in HttpResponse docstring.ᴙɘɘᴙgYmɘᴙɘj2020-12-081-1/+1
* Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner2020-12-085-132/+118
* Refs #21012 -- Removed unnecessary _create_cache() hook.Florian Apolloner2020-12-071-27/+10
* Removed lhs_only argument from KeyTransform.preprocess_lhs().sage2020-12-071-7/+5
* Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig2020-12-031-14/+1
* Fixed #32179 -- Added JSONObject database function.Artur Beltsov2020-12-025-2/+54
* Added SpatialFeatures.supports_tolerance_parameter.Tim Graham2020-11-302-0/+4
* Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...Mariusz Felisiak2020-11-301-1/+1
* Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.Adam Johnson2020-11-281-2/+8
* Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos2020-11-282-2/+3
* Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak2020-11-281-1/+2
* Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani2020-11-281-1/+2
* Fixed #32220 -- Added durable argument to transaction.atomic().Ian Foote2020-11-272-21/+43
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-4/+9
* Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg2020-11-261-6/+21
* Fixed #32223 -- Removed strict=True in Path.resolve() in autoreloader.Mariusz Felisiak2020-11-251-8/+7
* Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...sage2020-11-251-0/+4
* Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...Mariusz Felisiak2020-11-251-5/+6
* Simplified JSONField key transforms by using JSON_OBJECT() on Oracle.Mariusz Felisiak2020-11-241-9/+8
* Improved bidirectionality on the 'Congrats' page.Thibaud Colas2020-11-241-43/+22
* Refs #15053 -- Clarified debug message when skipping templates to avoid recur...Daniel Hahler2020-11-211-1/+1