summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2020-01-22[3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ...Eugene Hatsko
2020-01-21[3.0.x] Made examples concrete in upgrade documentation.Adam Johnson
2020-01-17[3.0.x] Added missing backtick in instances docs.Claude Paroz
2020-01-17[3.0.x] Added note about incomplete HTML in tutorial 3.Adam Johnson
2020-01-17[3.0.x] Fixed #31171 -- Fixed wording in auto-escaping section of custom temp...Takayuki Hirayama
2020-01-16[3.0.x] Added apps.py to project from tutorials in reusable apps docs.Anael Mobilia
2020-01-15[3.0.x] Clarified backport policy for regressions.Carlton Gibson
2020-01-15[3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in...Carlton Gibson
2020-01-15[3.0.x] Refs #29998 -- Corrected auto-created OneToOneField parent_link in MT...Mariusz Felisiak
2020-01-14[3.0.x] Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196...Carlton Gibson
2020-01-13[3.0.x] Fixed typo in docs/ref/django-admin.txt.Daniel Hahler
2020-01-11[3.0.x] Fixed #31155 -- Fixed a system check for the longest choice when a na...Mariusz Felisiak
2020-01-10[3.0.x] Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson
2020-01-09[3.0.x] More accurate terminology ("logger" instead of "logging handler") in ...Kal Sze
2020-01-08[3.0.x] Clarified that ValueError raised by converter.to_python() means no ma...Jack Cushman
2020-01-08[3.0.x] Fixed #31141 -- Relaxed system check of translation settings for subl...Mariusz Felisiak
2020-01-07[3.0.x] Fixed #31103 -- Improved pagination topic documentation.Mark Bailey
2020-01-06[3.0.x] Corrected notes about default date/datetime/time input formats.Claude Paroz
2020-01-04[3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/val...Mariusz Felisiak
2020-01-03[3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...Simon Charette
2020-01-03[3.0.x] Fixed typo in docs/index.txt.Marya Belanger
2020-01-02[3.0.x] Added stub release notes for 3.0.3.Mariusz Felisiak
2020-01-02[3.0.x] Added release date for 3.0.2.Mariusz Felisiak
2020-01-02[3.0.x] Fixed typo in ref/forms/widgets.txt.Mariusz Felisiak
2019-12-31[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
2019-12-31[3.0.x] Refs #30780 -- Moved "First steps" section to the top of index page.Gabriel Augendre
2019-12-30[3.0.x] Added guidelines for assertIs() usage.Mads Jensen
2019-12-30[3.0.x] Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette
2019-12-30[3.0.x] Fixed #31071 -- Disabled insert optimization for primary keys with de...Simon Charette
2019-12-23[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...Mariusz Felisiak
2019-12-23[3.0.x] Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-12-23[3.0.x] Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().Simon Charette
2019-12-21[3.0.x] Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.Taoup
2019-12-20[3.0.x] Refs #30767 -- Improved deployment documentation.Katie McLaughlin
2019-12-20[3.0.x] Added example of assertNumQueries() with "using" kwarg in testing top...Garry Polley
2019-12-20[3.0.x] Removed outdated information from contrib.sites docs.Garry Polley
2019-12-19[3.0.x] Refs #28954 -- Remove remaining Jython documentation.Nick Pope
2019-12-19[3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP BY...Simon Charette
2019-12-18[3.0.x] Corrected some typos in documentation.Hasan Ramezani
2019-12-18[3.0.x] Added stub release notes for 3.0.2.Mariusz Felisiak
2019-12-18[3.0.x] Updated Pytest example in upgrade documentation.Adam Johnson
2019-12-18[3.0.x] Added CVE-2019-19844 to the security archive.Mariusz Felisiak
2019-12-18[3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette
2019-12-13[3.0.x] Doc'd HttpResponse.set_cookie()'s secure argument.Osaetin Daniel
2019-12-13[3.0.x] Refs #6657 -- Corrected HttpResponse.set_cookie()/set_signed_cookie()...Osaetin Daniel
2019-12-12[3.0.x] Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in pa...Hasan Ramezani
2019-12-12[3.0.x] Fixed typos in 3.0 release notes and docs/ref/request-response.txt.Hasan Ramezani
2019-12-11[3.0.x] Refs #31073 -- Added release notes for 02eff7ef60466da108b1a33f1e4dc0...Mariusz Felisiak
2019-12-09[3.0.x] Fixed typo in docs/releases/3.0.1.txt.Ali Mirlou
2019-12-06[3.0.x] Fixed #31060 -- Reallowed window expressions to be used in conditions...Alex Aktsipetrov