summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a helpful commentalex-patch-1Alex Gaynor2019-10-081-0/+3
* Speed up template parsing by making token processing not O(n ^ 2)Alex Gaynor2019-10-081-4/+4
* Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.Caio Ariede2019-10-082-0/+40
* Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages.Hasan Ramezani2019-10-082-0/+12
* Fixed #28273 -- Doc'd fast nullable column creation with defaults.Caio Ariede2019-10-071-0/+15
* Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when QuerySe...Tamer Sherif2019-10-071-0/+6
* Made minor edits and small fixes to docs/faq/install.txt.Katie McLaughlin2019-10-041-13/+15
* Fixed #30834 -- Added explicit list of supported databases to the databases d...Katie McLaughlin2019-10-031-0/+11
* Refs #14218 -- Adjusted release note to use present tense.Carlton Gibson2019-10-031-1/+2
* Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.Hasan Ramezani2019-10-032-1/+12
* Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_se...Hasan Ramezani2019-10-031-16/+20
* Fixed some typos in comments and docs.Min ho Kim2019-10-026-9/+9
* Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.Mar Sánchez2019-10-021-2/+2
* Refs #30010 -- Doc'd running tests with django-docker-box.Katherine Michel2019-10-022-0/+10
* Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMi...Carlton Gibson2019-10-021-0/+4
* Removed redundant names in django.db.models.functions.__all__.Mariusz Felisiak2019-10-021-2/+1
* Fixed #30817 -- Clarified return value of Sitemap.items().Sjbrgsn2019-10-021-9/+10
* Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich2019-10-0211-30/+152
* Added missing import in ref/models/database-functions.txt.Mariusz Felisiak2019-10-021-1/+1
* Fixed #14218 -- Added Paginator.__iter__().Tanner Stirrat2019-10-024-2/+25
* Added stub release notes for 1.11.26 and 2.1.14.Mariusz Felisiak2019-10-023-0/+26
* Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU2019-10-0120-33/+71
* Refs #30651 -- Added tests for Prefetch.__eq__().Mariusz Felisiak2019-10-011-0/+6
* Refs #30651 -- Added tests for Message.__eq__().Mariusz Felisiak2019-10-011-0/+14
* Fixed typo in BulkInsertMapper constant name.Mariusz Felisiak2019-10-011-2/+2
* Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...Ahmet Kucuk2019-10-012-0/+12
* Added stub release notes for 2.2.7.Carlton Gibson2019-10-012-0/+13
* Added release dates for 2.2.6, 2.1.13, and 1.11.25.Carlton Gibson2019-10-013-3/+3
* Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering2019-09-302-11/+24
* Refs #28690 -- Added more tests for parse_http_date().Ad Timmering2019-09-301-2/+12
* Fixed #30774 -- Made serialization in migrations use members names for Enums.Hasan Ramezani2019-09-302-16/+37
* Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz2019-09-301-2/+4
* Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...pablo2019-09-272-1/+7
* Fixed #30597 -- Clarified how to unapply migrations.David Vaz2019-09-272-2/+26
* Refs #30597 -- Added a warning about dependent apps when unapplying migrations.David Vaz2019-09-271-0/+6
* Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani2019-09-272-1/+17
* Refs #30798 -- Prevented chaining fields from the same related model multiple...Hasan Ramezani2019-09-272-0/+22
* Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.Glenn2019-09-271-5/+8
* Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...Pablo García2019-09-271-1/+1
* Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...Oleg Kainov2019-09-255-2/+99
* Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...Mariusz Felisiak2019-09-252-1/+24
* Documented admonition on when to use custom signals (#11814)Adam Johnson2019-09-251-0/+6
* Fixed false positive tests of Paginator.count property.Maxim Kurnikov2019-09-251-2/+2
* Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen2019-09-2414-38/+32
* Refs #27910 -- Doc'd support for enumeration types serialization in migrations.Mariusz Felisiak2019-09-241-0/+1
* Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak2019-09-241-1/+1
* Updated the default cache key transformation in documentation.Ryan Nowakowski2019-09-241-1/+1
* Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...Mariusz Felisiak2019-09-245-27/+3
* Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe2019-09-246-24/+39
* Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz2019-09-242-7/+12