summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Added release date for Django 3.2.Carlton Gibson2021-04-061-54/+55
* [3.2.x] Updated manpage for Django 3.2 final.Carlton Gibson2021-04-061-4/+4
* [3.2.x] Updated asgiref dependency for 3.2 release series.Carlton Gibson2021-04-062-1/+4
* [3.2.x] Added CVE-2021-28658 to security archive.Mariusz Felisiak2021-04-061-0/+14
* [3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak2021-04-064-2/+42
* [3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz2021-03-312-10/+11
* [3.2.x] Removed dead link in docs/topics/http/sessions.txt.arcanemachine2021-03-301-2/+1
* [3.2.x] Added missing mode="rb" argument to open() call in Client.post() exam...John2021-03-261-1/+1
* [3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise Disallowe...sreehari19972021-03-261-0/+4
* [3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...Claude Paroz2021-03-251-4/+2
* [3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison2021-03-251-1/+5
* [3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen2021-03-241-1/+1
* [3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to th...tim-mccurrach2021-03-221-3/+3
* [3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ...kshitijraghav2021-03-191-1/+0
* [3.2.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.Mariusz Felisiak2021-03-191-1/+8
* [3.2.x] Added parallel argument to DiscoverRunner docs.Mariusz Felisiak2021-03-191-1/+7
* [3.2.x] Corrected DiscoverRunner.build_suite() signature.Mariusz Felisiak2021-03-191-1/+1
* [3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...Hasan Ramezani2021-03-181-4/+3
* [3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson2021-03-171-1/+3
* [3.2.x] Fixed typo in docs/topics/testing/advanced.txt.Jozef2021-03-171-2/+2
* [3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak2021-03-161-4/+8
* [3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() meth...Hasan Ramezani2021-03-162-3/+3
* [3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani2021-03-151-1/+1
* [3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak2021-03-151-2/+3
* [3.2.x] Updated link to Selenium webdrivers.Mariusz Felisiak2021-03-091-1/+1
* [3.2.x] Updated Git branch "master" to "main".Markus Holtermann2021-03-0914-59/+64
* [3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.Jacob Walls2021-03-051-1/+2
* [3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...Mariusz Felisiak2021-03-041-0/+12
* [3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak2021-03-041-1/+1
* [3.2.x] Corrected admin.E023 message in docs.Hasan Ramezani2021-03-041-1/+2
* [3.2.x] Refs #32412 -- Adjusted Contributing Guide start page.GabbyPrecious2021-03-032-45/+82
* [3.2.x] Updated links to djangoproject.com/code.djangoproject.com repositories.Mariusz Felisiak2021-03-031-2/+2
* [3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-028-52/+52
* [3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach2021-02-261-4/+4
* [3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls2021-02-262-2/+2
* [3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.Camilo Nova2021-02-251-2/+2
* [3.2.x] Added stub release notes for 3.1.8.Mariusz Felisiak2021-02-252-0/+13
* [3.2.x] Updated links to DEPs.Markus Holtermann2021-02-252-2/+2
* [3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.Mariusz Felisiak2021-02-241-1/+1
* [3.2.x] Fixed #32471 -- Doc'd the return value of EmailMessage.send().Hasan Ramezani2021-02-231-1/+2
* [3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying model i...Johannes Wilm2021-02-221-2/+8
* [3.2.x] Added CVE-2021-23336 to security archive.Carlton Gibson2021-02-191-0/+15
* [3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope2021-02-194-2/+45
* [3.2.x] Added documentation extlink for bugs.python.org.Nick Pope2021-02-174-10/+9
* [3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith2021-02-121-2/+2
* [3.2.x] Documented an example custom context processor.Adam Johnson2021-02-111-2/+11
* [3.2.x] Improved pagination documentationAdam Johnson2021-02-111-1/+5
* [3.2.x] Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani2021-02-101-573/+573
* [3.2.x] Fixed #32430 -- Doc'd base class-based views.Anil Khatri2021-02-081-4/+76
* [3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri2021-02-084-4/+24