summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-02Added missing import in ref/models/database-functions.txt.Mariusz Felisiak
2019-10-02Fixed #14218 -- Added Paginator.__iter__().Tanner Stirrat
2019-10-02Added stub release notes for 1.11.26 and 2.1.14.Mariusz Felisiak
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2019-10-01Refs #30651 -- Added tests for Prefetch.__eq__().Mariusz Felisiak
2019-10-01Refs #30651 -- Added tests for Message.__eq__().Mariusz Felisiak
2019-10-01Fixed typo in BulkInsertMapper constant name.Mariusz Felisiak
2019-10-01Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...Ahmet Kucuk
2019-10-01Added stub release notes for 2.2.7.Carlton Gibson
2019-10-01Added release dates for 2.2.6, 2.1.13, and 1.11.25.Carlton Gibson
2019-09-30Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering
2019-09-30Refs #28690 -- Added more tests for parse_http_date().Ad Timmering
2019-09-30Fixed #30774 -- Made serialization in migrations use members names for Enums.Hasan Ramezani
2019-09-30Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz
2019-09-27Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...pablo
2019-09-27Fixed #30597 -- Clarified how to unapply migrations.David Vaz
2019-09-27Refs #30597 -- Added a warning about dependent apps when unapplying migrations.David Vaz
2019-09-27Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani
2019-09-27Refs #30798 -- Prevented chaining fields from the same related model multiple...Hasan Ramezani
2019-09-27Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.Glenn
2019-09-27Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...Pablo GarcĂ­a
2019-09-25Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...Oleg Kainov
2019-09-25Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...Mariusz Felisiak
2019-09-25Documented admonition on when to use custom signals (#11814)Adam Johnson
2019-09-25Fixed false positive tests of Paginator.count property.Maxim Kurnikov
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-09-24Refs #27910 -- Doc'd support for enumeration types serialization in migrations.Mariusz Felisiak
2019-09-24Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak
2019-09-24Updated the default cache key transformation in documentation.Ryan Nowakowski
2019-09-24Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...Mariusz Felisiak
2019-09-24Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe
2019-09-24Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
2019-09-24Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.Simon Charette
2019-09-23Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_e...Jezeniel Zapanta
2019-09-23Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deletin...Hasan Ramezani
2019-09-23Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...Ian Foote
2019-09-23Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on Po...Mariusz Felisiak
2019-09-23Refs #29915 -- Added tests for using pattern lookups with values without hyph...Ian Foote
2019-09-23Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-09-21Dropped obsolete mimetype kwarg in csrf test viewClaude Paroz
2019-09-20Refs #28622 -- Clarified security implications of PASSWORD_RESET_TIMEOUT.Luke Plant
2019-09-20Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani
2019-09-20Fixed #30771 -- Fixed exact lookup against queries with selected columns.James Timmins
2019-09-20Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions are ins...Andrew
2019-09-19Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers fo...Carlton Gibson
2019-09-19Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for repe...Carlton Gibson
2019-09-18Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead
2019-09-18Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...Sam Reynolds
2019-09-17Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular inline.Min ho Kim
2019-09-17Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data.Nasir Hussain