summaryrefslogtreecommitdiff
path: root/docs/releases
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 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
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2021-01-12Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2021-01-07Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz
2021-01-06Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner
2021-01-04Added stub release notes for 3.1.6.Carlton Gibson
2021-01-04Added release date for 3.1.5.Carlton Gibson
2020-12-31Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...Mariusz Felisiak
2020-12-30Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak
2020-12-29Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...Mariusz Felisiak
2020-12-17Fixed #29867 -- Added support for storing None value in caches.Nick Pope
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-15Fixed #32261 -- Added error logging to Signal.send_robust().Ayush Bansal
2020-12-15Added backticks to code literals in various docs.Jon Dufresne
2020-12-11Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.sage
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-12-09Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak
2020-12-03Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig
2020-12-02Fixed #32179 -- Added JSONObject database function.Artur Beltsov
2020-12-01Added stub release notes for 3.1.5.Mariusz Felisiak
2020-12-01Added release date for 3.1.4.Mariusz Felisiak
2020-11-28Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak