summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-15[3.2.x] Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django...Mariusz Felisiak
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 requirements.txt to files ignored by Sphinx builds.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-23[3.2.x] Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-11-22[3.2.x] Corrected isort example in coding style docs.Mariusz Felisiak
2021-11-22[3.2.x] Corrected "pip install" call in coding style docs.Paolo Melchiorre
2021-11-18[3.2.x] Fixed crash building HTML docs since Sphinx 4.3.Mariusz Felisiak
2021-11-04[3.2.x] Corrected multiply defined labels in docs.Mariusz Felisiak
2021-11-03[3.2.x] Refs #33247 -- Corrected configuration for Read The Docs.Carlton Gibson
2021-11-03[3.2.x] Corrected module reference in contributing tutorial.Adam Johnson
2021-11-03[3.2.x] Fixed typo in docs/topics/logging.txt.Brad
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-11-01[3.2.x] Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh
2021-10-27[3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct t...Carlton Gibson
2021-10-18[3.2.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-18[3.2.x] Fixed #33198 -- Corrected BinaryField.max_length docs.Nick Frazier
2021-10-15[3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.Mariusz Felisiak
2021-10-12[3.2.x] Added 'formatter' to spelling wordlist.Mariusz Felisiak
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-10-04[3.2.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField key...Sarah Abderemane
2021-09-28[3.2.x] Corrected field and model check messages in docs.Mariusz Felisiak
2021-09-24[3.2.x] Removed obsolete GEOS 3.5 requirement note.Claude Paroz
2021-09-21[3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson
2021-09-21[3.2.x] Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-21[3.2.x] Used :rfc: role in docs/topics/conditional-view-processing.txt.Mariusz Felisiak
2021-09-18[3.2.x] Fixed #33077 -- Fixed links to related models for admin's readonly fi...Ken Whitesell
2021-09-17[3.2.x] Fixed typo in docs/intro/reusable-apps.txt.Steven Maude
2021-09-17[3.2.x] Corrected outputs and made cosmetic edits in GeoDjango tutorial.Mariusz Felisiak
2021-09-16[3.2.x] Doc'd Jinja2 form renderer.David Smith
2021-09-10[3.2.x] Clarified type of Window()'s partition_by and order_by arguments.David Sanders