summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-16[2.2.x] Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15[2.2.x] Refs #30325 -- Added tests for using count()/exists() with custom man...Tobias Kunze
2019-04-15[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in...Mariusz Felisiak
2019-04-15[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-04-14[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with...Florian Apolloner
2019-04-14[2.2.x] Corrected wording in docs/intro/overview.txt.gnl
2019-04-13[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2019-04-09[2.2.x] Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2019-04-08[2.2.x] Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-07[2.2.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in...Simone Pellizzari
2019-04-05[2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the template for t...Nick Pope
2019-04-05[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04[2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password whe...msg
2019-04-03[2.2.x] Post-release version bump.Carlton Gibson
2019-04-03[2.2.x] Added stub release notes for 2.2.1.Mariusz Felisiak
2019-04-02[2.2.x] Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-02[2.2.x] Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-04-01[2.2.x] Corrected date format in 2.2 release notes.Carlton Gibson
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