summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2021-05-06[3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...Mariusz Felisiak
2021-05-05[3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...Simon Charette
2021-05-04[3.2.x] Added CVE-2021-31542 to security archive.Carlton Gibson
2021-05-04[3.2.x] Added stub release notes for Django 3.2.2.Carlton Gibson
2021-05-04[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner
2021-04-29[3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be au...Carlton Gibson
2021-04-28[3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery dec...Simon Charette
2021-04-27[3.2.x] Fixed #32687 -- Restored passing process’ environment to underlying...Konstantin Alekseev
2021-04-27[3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of distinc...Mariusz Felisiak
2021-04-26[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...Zain Patel
2021-04-21[3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combinat...Simon Charette
2021-04-21[3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...Mariusz Felisiak
2021-04-21[3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admi...Carlton Gibson
2021-04-15[3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.Florian Apolloner
2021-04-14[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ...Mariusz Felisiak
2021-04-14[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...Jonathan Richards
2021-04-14[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart
2021-04-14[3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching a...Mariusz Felisiak
2021-04-14[3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in...Hasan Ramezani
2021-04-13[3.2.x] Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak
2021-04-13[3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combin...Iuri de Silvio
2021-04-08[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...Adam Johnson
2021-04-07[3.2.x] Corrected release number format in 3.2.1 release notes.Carlton Gibson
2021-04-07[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2021-04-07[3.2.x] Corrected wrapping in 3.2 release notes.Carlton Gibson
2021-04-06[3.2.x] Added stub release notes for Django 3.2.1.Carlton Gibson
2021-04-06[3.2.x] Added release date for Django 3.2.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-17[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson
2021-02-26[3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls
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-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-10[3.2.x] Fixed #32431 -- Reversed order of security issues history.Hasan Ramezani
2021-02-04[3.2.x] Fixed typos in 3.2 release notes.Dan Swain
2021-02-02[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...Mariusz Felisiak
2021-02-01[3.2.x] Added stub release notes for 3.1.7.Mariusz Felisiak
2021-02-01[3.2.x] Added CVE-2021-3281 to security archive.Mariusz Felisiak
2021-02-01[3.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak
2021-01-28[3.2.x] Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-27[3.2.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting ...Carlton Gibson
2021-01-19[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2021-01-14Removed empty sections and adjusted 3.2 release notes.Carlton Gibson
2021-01-14Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney
2021-01-14Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg