summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06[3.2.x] Bumped version for 3.2 release.3.2Carlton Gibson
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-04-06[3.2.x] Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3...Mariusz Felisiak
2021-04-06[3.2.x] Updated translations from Transifex.Claude Paroz
2021-03-31[3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-03-30[3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak
2021-03-30[3.2.x] Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for val...Mariusz Felisiak
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-23[3.2.x] Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak
2021-03-22[3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson
2021-03-22[3.2.x] Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson
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] Bumped version for 3.2 release candidate 1.3.2rc1Carlton Gibson
2021-03-18[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron
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-10[3.2.x] Refs #31235 -- Improved assertQuerysetEqual() warning message with st...Claude Paroz
2021-03-10[3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi89999
2021-03-09[3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak
2021-03-09[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak
2021-03-09[3.2.x] Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexe...Tim Graham
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