summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed misplaced period in translatable literal.swap-closing-quote-period-in-admin-i18nable-literalRamiro Morales2019-10-011-1/+1
* 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
* Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.Simon Charette2019-09-242-0/+12
* Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_e...Jezeniel Zapanta2019-09-231-0/+5
* Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deletin...Hasan Ramezani2019-09-232-4/+24
* Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...Ian Foote2019-09-232-2/+94
* Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on Po...Mariusz Felisiak2019-09-231-0/+7
* Refs #29915 -- Added tests for using pattern lookups with values without hyph...Ian Foote2019-09-231-1/+71
* Fixed typo in docs/ref/settings.txt.Mariusz Felisiak2019-09-231-3/+3
* Dropped obsolete mimetype kwarg in csrf test viewClaude Paroz2019-09-211-1/+1
* Refs #28622 -- Clarified security implications of PASSWORD_RESET_TIMEOUT.Luke Plant2019-09-201-0/+10
* Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani2019-09-208-27/+178
* Fixed #30771 -- Fixed exact lookup against queries with selected columns.James Timmins2019-09-203-3/+17
* Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions are ins...Andrew2019-09-201-3/+4
* Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers fo...Carlton Gibson2019-09-191-3/+10
* Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for repe...Carlton Gibson2019-09-191-0/+28
* Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead2019-09-183-10/+26
* Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...Sam Reynolds2019-09-182-1/+5
* Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular inline.Min ho Kim2019-09-172-1/+4
* Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data.Nasir Hussain2019-09-172-18/+46
* Refs #30758 -- Added more tests for postgres.forms.ranges.Nasir Hussain2019-09-171-0/+74
* Fixed #29376 -- Allowed hiding "Save and Add Another" button in admin.Hasan Ramezani2019-09-162-4/+28
* Fixed #30775 -- Added admonition about missing imports to "Running tests" sec...Katie McLaughlin2019-09-162-2/+10
* Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...Simon Charette2019-09-167-6/+27
* Added stub release notes for 1.11.25 and 2.1.13.Mariusz Felisiak2019-09-163-0/+26
* Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz2019-09-142-1/+15
* Fixed typos in docs/ref/settings.txt.Ben Falk2019-09-131-3/+3