summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2022-09-27[3.2.x] Fixed CVE-2022-41323 -- Prevented locales being interpreted as regula...Adam Johnson
2022-09-27[3.2.x] Added stub notes 3.2.16 release.Carlton Gibson
2022-08-03[3.2.x] Added CVE-2022-36359 to security archive.Carlton Gibson
2022-08-03[3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.Carlton Gibson
2022-07-27Adjusted release notes for 3.2.15.Carlton Gibson
2022-07-27[3.2.x] Added stub release notes for 3.2.15 release.Carlton Gibson
2022-07-04[3.2.x] Added CVE-2022-34265 to security archive.Mariusz Felisiak
2022-07-04[3.2.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...Mariusz Felisiak
2022-06-27[3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-06-27[3.2.x] Added stub release notes for 3.2.14.Mariusz Felisiak
2022-04-11[3.2.x] Added CVE-2022-28346 and CVE-2022-28347 to security archive.Mariusz Felisiak
2022-04-11[3.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against...Mariusz Felisiak
2022-04-11[3.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...Mariusz Felisiak
2022-04-11[3.2.x] Fixed #33628 -- Ignored directories with empty names in autoreloader ...Manel Clos
2022-04-04[3.2.x] Added stub release notes for 3.2.13 and 2.2.28.Mariusz Felisiak
2022-02-02[3.2.x] Fixed typo in release notes.David Smith
2022-02-01[3.2.x] Added CVE-2022-22818 and CVE-2022-23833 to security archive.Mariusz Felisiak
2022-02-01[3.2.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.Mariusz Felisiak
2022-02-01[3.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2022-01-25[3.2.x] Added stub release notes for 3.2.12 and 2.2.27.Mariusz Felisiak
2022-01-04[3.2.x] Added CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452 to security ...Carlton Gibson
2022-01-04[3.2.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage sub...Florian Apolloner
2022-01-04[3.2.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner
2022-01-04[3.2.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilari...Florian Apolloner
2021-12-28[3.2.x] Added stub release notes for 3.2.11, and 2.2.26 releases.Carlton Gibson
2021-12-07[3.2.x] Added CVE-2021-44420 to security archive.Mariusz Felisiak
2021-12-07[3.2.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...Florian Apolloner
2021-12-03[3.2.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...Mariusz Felisiak
2021-11-30[3.2.x] Added stub release notes and release date for 3.2.10, 3.1.14 and 2.2.25.Mariusz Felisiak
2021-11-04[3.2.x] Corrected multiply defined labels in docs.Mariusz Felisiak
2021-11-01[3.2.x] Added stub release notes for Django 3.2.10.Mariusz Felisiak
2021-11-01[3.2.x] Added release date for 3.2.9.Mariusz Felisiak
2021-10-18[3.2.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-05[3.2.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.Mariusz Felisiak
2021-10-05[3.2.x] Added stub release notes for Django 3.2.9.Carlton Gibson
2021-10-05[3.2.x] Added release date for 3.2.7.Carlton Gibson
2021-09-21[3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson
2021-09-18[3.2.x] Fixed #33077 -- Fixed links to related models for admin's readonly fi...Ken Whitesell
2021-09-01[3.2.x] Added stub release notes for Django 3.2.8.Mariusz Felisiak
2021-09-01[3.2.x] Added release date for 3.2.7.Mariusz Felisiak
2021-08-30[3.2.x] Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson
2021-08-02[3.2.x] Added stub release notes for Django 3.2.7.Carlton Gibson
2021-08-02[3.2.x] Confirmed release date for Django 3.2.6.Carlton Gibson
2021-07-26[3.2.x] Fixed #32947 -- Fixed hash() crash on reverse M2M relation when throu...Tom Wojcik
2021-07-21[3.2.x] Refs #32949 -- Adjusted release note wording.Carlton Gibson
2021-07-21[3.2.x] Fixed #32949 -- Restored invalid number handling in DecimalField.vali...yakimka
2021-07-16[3.2.x] Fixed typo in docs/releases/3.1.13.txt.Jacob Walls
2021-07-01[3.2.x] Added CVE-2021-35042 to security archive.Mariusz Felisiak
2021-07-01[3.2.x] Added stub release notes for Django 3.2.6.Mariusz Felisiak
2021-07-01[3.2.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().Simon Charette