summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-01[2.2.x] Bumped version number for 2.2 release.2.2Carlton Gibson
2019-04-01[2.2.x] Set release date in v2.2 release notes.Carlton Gibson
2019-04-01[2.2.x] Updated man page for 2.2 final.Carlton Gibson
2019-04-01[2.2.x] Updated contrib translations from TransifexClaude Paroz
2019-04-01[2.2.x] Updated core translations from TransifexClaude Paroz
2019-03-30[2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's impli...Tim Graham
2019-03-30[2.2.x] Added stub 2.1.8 release notes.Tim Graham
2019-03-30[2.2.x] Refs #30278 -- Fixed link in cached_property docs.Tim Graham
2019-03-30[2.2.x] Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.Matthew Schinckel
2019-03-29[2.2.x] Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2019-03-28[2.2.x] Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.Tim Graham
2019-03-28[2.2.x] Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.Nick Pope
2019-03-28[2.2.x] Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in...sage
2019-03-28[2.2.x] Doc'd that HttpResponse accepts bytestrings.Mariusz Felisiak
2019-03-28[2.2.x] Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-03-27[2.2.x] Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope
2019-03-27[2.2.x] Removed obsolete RFC from cookie docs.Nick Pope
2019-03-22[2.2.x] Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy...Matthias Kestenholz
2019-03-21[2.2.x] Used QuerySet.bulk_create() in a couple of postgres tests.oliver
2019-03-21[2.2.x] Used monospace font in date template filter format character docs.Philipp Bosch
2019-03-21[2.2.x] Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-03-20[2.2.x] Corrected settings names in SecurityMiddleware tests.Nick Pope
2019-03-20[2.2.x] Fixed serializers test crash if PyYAML isn't installed.Tim Graham
2019-03-20[2.2.x] Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32...Mariusz Felisiak
2019-03-18[2.2.x] Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).Carlton Gibson
2019-03-18[2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-03-18[2.2.x] Bumped version for 2.2 release candidate 1.2.2rc1Carlton Gibson
2019-03-18[2.2.x] Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette
2019-03-17[2.2.x] Refs #30172 -- Prevented removing a model Meta's index/unique_togethe...Paveł Tyślacki
2019-03-17[2.2.x] Refs #30172 -- Prevented removing a field's check or unique constrain...Paveł Tyślacki
2019-03-15[2.2.x] Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki
2019-03-15[2.2.x] Refs #30183 -- Moved SQLite table constraint parsing to a method.Paveł Tyślacki
2019-03-15[2.2.x] Unified nonexistent foreign key introspection value for SQLite.Paveł Tyślacki
2019-03-15[2.2.x] Cleaned up exception message checking in some tests.Jon Dufresne
2019-03-14[2.2.x] Fixed #30254 -- Allowed model metaclasses to access the attribute dic...Matt Westcott
2019-03-14[2.2.x] Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBacken...Herman S
2019-03-14[2.2.x] Simplified test_transform()s in db_functions.math.Mariusz Felisiak
2019-03-14[2.2.x] Fixed serializers tests for PyYAML 5.1+.Mariusz Felisiak
2019-03-12[2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decor...alexanderblnf
2019-03-12[2.2.x] Clarified deconstruct() in Custom Model Field docs.David Beitey
2019-03-05[2.2.x] Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-03-03[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-28[2.2.x] Clarified permission-related docs.Tobias Bengfort
2019-02-27[2.2.x] Fixed #30179 -- Fixed form Media merging when pairwise merging is ins...Matthias Kestenholz
2019-02-27[2.2.x] Refs #30179 -- Moved topological sort functions to django.utils.Matthias Kestenholz
2019-02-27[2.2.x] Refs #29523 -- Updated admin's collapse.min.js.Tim Graham
2019-02-27[2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-25[2.2.x] Refs #27685 -- Removed "watchman unavailable" message.Tom Forbes