summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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-064-3/+6
* [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-069-23/+159
* [3.2.x] Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3...Mariusz Felisiak2021-04-061-0/+5
* [3.2.x] Updated translations from Transifex.Claude Paroz2021-04-06307-2870/+4407
* [3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz2021-03-313-12/+19
* [3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak2021-03-302-1/+9
* [3.2.x] Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for val...Mariusz Felisiak2021-03-301-0/+1
* [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-262-0/+5
* [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] Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak2021-03-234-8/+17
* [3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson2021-03-222-12/+31
* [3.2.x] Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson2021-03-221-2/+31
* [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] Bumped version for 3.2 release candidate 1.3.2rc1Carlton Gibson2021-03-181-1/+1
* [3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron2021-03-188-8/+178
* [3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...Hasan Ramezani2021-03-182-8/+7
* [3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson2021-03-172-1/+5
* [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] Refs #31235 -- Improved assertQuerysetEqual() warning message with st...Claude Paroz2021-03-101-0/+1
* [3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi899992021-03-102-8/+16
* [3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak2021-03-091-1/+1
* [3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak2021-03-091-1/+1
* [3.2.x] Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexe...Tim Graham2021-03-091-0/+1
* [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-0915-60/+65
* [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