summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-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] 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] 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
2020-02-11[3.0.x] Fixed #31253 -- Fixed data loss possibility when using caching from a...Jon Dufresne
2020-02-10[3.0.x] Added stub release notes for 2.2.11.Mariusz Felisiak
2020-02-10[3.0.x] Added "Bugfixes" section to release notes for 3.0.4.Mariusz Felisiak
2020-02-05[3.0.x] Improved grammar in 3.0 release notes for SECURE_CONTENT_TYPE_NOSNIFF...Adam Johnson
2020-02-03[3.0.x] Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-cod...Vibhu Agarwal
2020-02-03[3.0.x] Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-fe...Vibhu Agarwal
2020-02-03[3.0.x] Added stub release notes for 3.0.4.Carlton Gibson
2020-02-03[3.0.x] Added CVE-2020-7471 to security archive.Carlton Gibson
2020-02-03[3.0.x] Added release date for 3.0.3.Carlton Gibson
2020-02-03[3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2020-01-29[3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files ho...Abhijeet
2020-01-29[3.0.x] Updated the GeoJSON format specification link to RFC 7946.Mariusz Felisiak
2020-01-29[3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations.Mariusz Felisiak
2020-01-29[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2020-01-29[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.Jon Dufresne
2020-01-24[3.0.x] Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith
2020-01-22[3.0.x] Clarified AppConfig.ready() docs example.Adam Johnson