summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-25[3.0.x] Added additional note that tests use locmem email backend.Adam Johnson
2020-03-25[3.0.x] Improved docs on migration reversibility.Adam Johnson
2020-03-25[3.0.x] Improved sessions notes in deployment checklist.Adam Johnson
2020-03-25[3.0.x] Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/val...Hasan Ramezani
2020-03-24[3.0.x] Added link to contributing docs in deprecation policy.Adam Johnson
2020-03-24[3.0.x] Fixed #31385 -- Improved wording in tutorial 1.Victor Moura
2020-03-23[3.0.x] Removed obsolete references to South database migrations.Tim Graham
2020-03-18[3.0.x] Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()...Hasan Ramezani
2020-03-17[3.0.x] Fixed typo in docs/topics/async.txt.Carlton Gibson
2020-03-17[3.0.x] Made logging config examples more accessible.Ben Li-Sauerwine
2020-03-17[3.0.x] Corrected outdated sentence in One-to-one relationships docs.Philipp Bosch
2020-03-14[3.0.x] Fixed #31362 -- Removed nonexistent choices attribute from MultipleHi...David Smith
2020-03-14[3.0.x] Fixed #31330 -- Updated flatpages URLconf example to work with APPEND...Hasan Ramezani
2020-03-13[3.0.x] Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
2020-03-10[3.0.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2020-03-10[3.0.x] Added stub release notes for 2.2.12.Carlton Gibson
2020-03-10[3.0.x] Clarified SeparateDatabaseAndState docs and added example of changing...Adam Johnson
2020-03-10[3.0.x] Fixed #27865 -- Adjusted docs example to avoid confusion with models....Adam Radwon
2020-03-10[3.0.x] Corrected learn_cache_key() signature in docs.Mariusz Felisiak
2020-03-10[3.0.x] Updated migrations example in tutorial 2.Mariusz Felisiak
2020-03-10[3.0.x] Corrected get_cache_key() signature in docs.Борис Верховский
2020-03-09[3.0.x] Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh
2020-03-06[3.0.x] Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
2020-03-06[3.0.x] Fixed #31342 -- Clarified docs about using base managers for related ...Carlton Gibson
2020-03-05[3.0.x] Fixed #31341 -- Doc'd minimal gettext version with ES6 template strin...Claude Paroz
2020-03-05[3.0.x] Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak
2020-03-04[3.0.x] Added stub release notes for 3.0.5.Mariusz Felisiak
2020-03-04[3.0.x] Fixed typo in docs/releases/1.11.29.txt.Mariusz Felisiak
2020-03-04[3.0.x] Added CVE-2020-9402 to security archive.Mariusz Felisiak
2020-03-04[3.0.x] Post-release version bump.Mariusz Felisiak
2020-03-04[3.0.x] Bumped version for 3.0.4 release.3.0.4Mariusz Felisiak
2020-03-04[3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...Mariusz Felisiak
2020-03-03[3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ...Mariusz Felisiak
2020-03-03[3.0.x] Documented default value of InlineModelAdmin.extra.Adam Johnson
2020-02-29[3.0.x] Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak
2020-02-27[3.0.x] Refs #31312 -- Fixed FTimeDeltaTests.test_date_case_subtraction() test.Mariusz Felisiak
2020-02-27[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-02-27[3.0.x] Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko
2020-02-26[3.0.x] Removed hint from fields.E310 message in system check docs.Mariusz Felisiak
2020-02-24[3.0.x] Fixed #31303 -- Removed outdated note about symmetrical intermediate ...Matheus Cunha Motta
2020-02-20[3.0.x] Fixed #31182 -- Adjusted release notes for ASGI support.Adam Johnson
2020-02-19[3.0.x] Fixed #30040 -- Used default permission name in docs examples to avoi...Hasan Ramezani
2020-02-18[3.0.x] Fixed #31282 -- Corrected RelatedManager docs for using add/remove/se...Carlton Gibson
2020-02-18[3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ...Mariusz Felisiak
2020-02-14[3.0.x] Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments.Hasan Ramezani
2020-02-12[3.0.x] Fixed #31241 -- Clarified porting translations of the Django docs to ...Takuya Noguchi
2020-02-11[3.0.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...Abhijeet Viswa
2020-02-11[3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper i...Florian Apolloner
2020-02-11[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper ...Florian Apolloner