summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-25[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the larges...Matthias Kestenholz
2019-02-25[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-25[2.2.x] Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-25[2.2.x] Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-21[2.2.x] Fixed a failure when running tests on systems with SQLite < 3.8.3.Tim Graham
2019-02-20[2.2.x] Removed an outdated comment on DefaultConnectionProxy.Ran Benita
2019-02-20[2.2.x] Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health che...Simon Charette
2019-02-16[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-14[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-14[2.2.x] Removed docs of unused libgeoip1/python-gdal packages.Tim Graham