summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-04-06[3.2.x] Added release date for Django 3.2.Carlton Gibson
2021-04-06[3.2.x] Updated manpage for Django 3.2 final.Carlton Gibson
2021-04-06[3.2.x] Updated asgiref dependency for 3.2 release series.Carlton Gibson
2021-04-06[3.2.x] Added CVE-2021-28658 to security archive.Mariusz Felisiak
2021-04-06[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak
2021-03-31[3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-03-30[3.2.x] Removed dead link in docs/topics/http/sessions.txt.arcanemachine
2021-03-26[3.2.x] Added missing mode="rb" argument to open() call in Client.post() exam...John
2021-03-26[3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise Disallowe...sreehari1997
2021-03-25[3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...Claude Paroz
2021-03-25[3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison
2021-03-24[3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen
2021-03-22[3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to th...tim-mccurrach
2021-03-19[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ...kshitijraghav
2021-03-19[3.2.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.Mariusz Felisiak
2021-03-19[3.2.x] Added parallel argument to DiscoverRunner docs.Mariusz Felisiak
2021-03-19[3.2.x] Corrected DiscoverRunner.build_suite() signature.Mariusz Felisiak
2021-03-18[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...Hasan Ramezani
2021-03-17[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson
2021-03-17[3.2.x] Fixed typo in docs/topics/testing/advanced.txt.Jozef
2021-03-16[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak
2021-03-16[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() meth...Hasan Ramezani
2021-03-15[3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani
2021-03-15[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak
2021-03-09[3.2.x] Updated link to Selenium webdrivers.Mariusz Felisiak
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
2021-03-05[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls
2021-03-04[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...Mariusz Felisiak
2021-03-04[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak
2021-03-04[3.2.x] Corrected admin.E023 message in docs.Hasan Ramezani
2021-03-03[3.2.x] Refs #32412 -- Adjusted Contributing Guide start page.GabbyPrecious
2021-03-03[3.2.x] Updated links to djangoproject.com/code.djangoproject.com repositories.Mariusz Felisiak
2021-03-02[3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2021-02-26[3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach
2021-02-26[3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls
2021-02-25[3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.Camilo Nova
2021-02-25[3.2.x] Added stub release notes for 3.1.8.Mariusz Felisiak
2021-02-25[3.2.x] Updated links to DEPs.Markus Holtermann
2021-02-24[3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.Mariusz Felisiak
2021-02-23[3.2.x] Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani
2021-02-22[3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying model i...Johannes Wilm
2021-02-19[3.2.x] Added CVE-2021-23336 to security archive.Carlton Gibson
2021-02-19[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope
2021-02-17[3.2.x] Added documentation extlink for bugs.python.org.Nick Pope
2021-02-12[3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith
2021-02-11[3.2.x] Documented an example custom context processor.Adam Johnson
2021-02-11[3.2.x] Improved pagination documentationAdam Johnson
2021-02-10[3.2.x] Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani
2021-02-08[3.2.x] Fixed #32430 -- Doc'd base class-based views.Anil Khatri
2021-02-08[3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri