summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with d...Yuekui Li2021-06-104-1/+25
* [3.2.x] Refs #14357 -- Updated docs about interaction between aggregations an...Mariusz Felisiak2021-06-081-19/+15
* [3.2.x] Fixed header underlines in performance docs.Claude Paroz2021-06-051-1/+1
* [3.2.x] Refs #32338 -- Improved accessibility of RadioSelect examples in docs.David Smith2021-06-042-46/+55
* [3.2.x] Fixed #32812 -- Restored immutability of named values from QuerySet.v...Takayuki Hirayama2021-06-045-2/+25
* [3.2.x] Refs #31356 -- Changed IRC links to the Libera.Chat webchat.Mariusz Felisiak2021-06-037-7/+7
* [3.2.x] Fixed typos in docs.Jacob Walls2021-06-032-2/+2
* [3.2.x] Fixed docs header underlines in security archive.Mariusz Felisiak2021-06-021-2/+2
* [3.2.x] Added stub release notes for Django 3.2.5.Carlton Gibson2021-06-022-0/+13
* [3.2.x] Added CVE-2021-33203 and CVE-2021-33571 to security archive.Carlton Gibson2021-06-021-0/+27
* [3.2.x] Post-release version bump.Carlton Gibson2021-06-021-1/+1
* [3.2.x] Bumped version for 3.2.4 release.3.2.4Carlton Gibson2021-06-021-1/+1
* [3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.Mariusz Felisiak2021-06-027-1/+87
* [3.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...Florian Apolloner2021-06-025-3/+52
* [3.2.x] Confirmed release date for Django 3.2.4, 3.1.12, and 2.2.24.Carlton Gibson2021-06-023-4/+4
* [3.2.x] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Jacob Walls2021-06-021-1/+1
* [3.2.x] Fixed #32793 -- Fixed loss of precision for temporal operations with ...Mariusz Felisiak2021-06-014-1/+15
* [3.2.x] Fixed typo in MiddlewareMixin deprecation note.Nick Pope2021-05-271-1/+1
* [3.2.x] Fixed #32783 -- Fixed crash of autoreloader when __main__ module does...Mariusz Felisiak2021-05-263-1/+16
* [3.2.x] Added stub release notes and date for Django 3.2.4, 3.1.12, and 2.2.24.Carlton Gibson2021-05-264-2/+22
* [3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for ...Hasan Ramezani2021-05-263-2/+28
* [3.2.x] Changed IRC references to Libera.Chat.Mariusz Felisiak2021-05-2012-24/+23
* [3.2.x] Fixed note about ISP caching in docs.Ben Sturmfels2021-05-201-5/+7
* [3.2.x] Added note about culling in database cache backend docs.Mike Lissner2021-05-201-0/+4
* [3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.David D Lowe2021-05-191-1/+1
* [3.2.x] Fixed #32740 -- Caught possible exception when initializing colorama.Carlton Gibson2021-05-192-2/+6
* [3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.David Sanders2021-05-191-1/+1
* [3.2.x] Fixed #32747 -- Prevented initialization of unused caches.Mariusz Felisiak2021-05-183-1/+41
* [3.2.x] Fixed #32733 -- Skipped system check for specifying type of auto-crea...Rust Saiargaliev2021-05-183-0/+12
* [3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.Girish Sontakke2021-05-181-1/+1
* [3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.Slava Skvortsov2021-05-183-4/+41
* [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and u...Nick Pope2021-05-1755-97/+100
* [3.2.x] Refs #32720 -- Fixed some broken links in docs.Nick Pope2021-05-1710-14/+12
* [3.2.x] Refs #32720 -- Used full hashes in security archive.Nick Pope2021-05-172-28/+30
* [3.2.x] Corrected commit hashes for security patches.Mariusz Felisiak2021-05-171-3/+3
* [3.2.x] Refs #32720 -- Used :commit: and :source: role in old release notes.Nick Pope2021-05-174-23/+17
* [3.2.x] Added stub release notes for Django 3.2.4.Mariusz Felisiak2021-05-132-0/+13
* [3.2.x] Post-release version bump.Mariusz Felisiak2021-05-131-1/+1
* [3.2.x] Bumped version for 3.2.3 release.3.2.3Mariusz Felisiak2021-05-131-1/+1
* [3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak2021-05-138-17/+140
* [3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with the | oper...Simon Charette2021-05-134-1/+13
* [3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith2021-05-121-0/+8
* [3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connect...Nick Pope2021-05-124-27/+38
* [3.2.x] Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.Nick Pope2021-05-121-2/+1
* [3.2.x] Fixed a typo in docs/ref/models/fields.txt.Nick Pope2021-05-121-1/+1
* [3.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes.Mariusz Felisiak2021-05-123-6/+3
* [3.2.x] Fixed typo in docs/internals/contributing/writing-documentation.txt.Nick Pope2021-05-061-1/+1
* [3.2.x] Added stub release notes for Django 3.2.3.Mariusz Felisiak2021-05-062-0/+13
* [3.2.x] Added CVE-2021-32052 to security archive.Mariusz Felisiak2021-05-061-0/+14
* [3.2.x] Post-release version bump.Mariusz Felisiak2021-05-061-1/+1