summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-06-02[3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.Mariusz Felisiak
2021-06-02[3.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...Florian Apolloner
2021-06-02[3.2.x] Confirmed release date for Django 3.2.4, 3.1.12, and 2.2.24.Carlton Gibson
2021-06-02[3.2.x] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Jacob Walls
2021-06-01[3.2.x] Fixed #32793 -- Fixed loss of precision for temporal operations with ...Mariusz Felisiak
2021-05-27[3.2.x] Fixed typo in MiddlewareMixin deprecation note.Nick Pope
2021-05-26[3.2.x] Fixed #32783 -- Fixed crash of autoreloader when __main__ module does...Mariusz Felisiak
2021-05-26[3.2.x] Added stub release notes and date for Django 3.2.4, 3.1.12, and 2.2.24.Carlton Gibson
2021-05-26[3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for ...Hasan Ramezani
2021-05-20[3.2.x] Changed IRC references to Libera.Chat.Mariusz Felisiak
2021-05-20[3.2.x] Fixed note about ISP caching in docs.Ben Sturmfels
2021-05-20[3.2.x] Added note about culling in database cache backend docs.Mike Lissner
2021-05-19[3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.David D Lowe
2021-05-19[3.2.x] Fixed #32740 -- Caught possible exception when initializing colorama.Carlton Gibson
2021-05-19[3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.David Sanders
2021-05-18[3.2.x] Fixed #32747 -- Prevented initialization of unused caches.Mariusz Felisiak
2021-05-18[3.2.x] Fixed #32733 -- Skipped system check for specifying type of auto-crea...Rust Saiargaliev
2021-05-18[3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.Girish Sontakke
2021-05-18[3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.Slava Skvortsov
2021-05-17[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and u...Nick Pope
2021-05-17[3.2.x] Refs #32720 -- Fixed some broken links in docs.Nick Pope
2021-05-17[3.2.x] Refs #32720 -- Used full hashes in security archive.Nick Pope
2021-05-17[3.2.x] Corrected commit hashes for security patches.Mariusz Felisiak
2021-05-17[3.2.x] Refs #32720 -- Used :commit: and :source: role in old release notes.Nick Pope
2021-05-13[3.2.x] Added stub release notes for Django 3.2.4.Mariusz Felisiak
2021-05-13[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak
2021-05-13[3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with the | oper...Simon Charette
2021-05-12[3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith
2021-05-12[3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connect...Nick Pope
2021-05-12[3.2.x] Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.Nick Pope
2021-05-12[3.2.x] Fixed a typo in docs/ref/models/fields.txt.Nick Pope
2021-05-12[3.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes.Mariusz Felisiak
2021-05-06[3.2.x] Fixed typo in docs/internals/contributing/writing-documentation.txt.Nick Pope
2021-05-06[3.2.x] Added stub release notes for Django 3.2.3.Mariusz Felisiak
2021-05-06[3.2.x] Added CVE-2021-32052 to security archive.Mariusz Felisiak
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-30[3.2.x] Added spelling option to make.bat.Susan Wright
2021-04-29[3.2.x] Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_e...Hasan Ramezani
2021-04-29[3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be au...Carlton Gibson
2021-04-29[3.2.x] Refs #32694 -- Clarified when colorama requirement is needed in Windo...Carlton Gibson
2021-04-28[3.2.x] Corrected introduction to range field lookups docs.Adam Johnson
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-27[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak
2021-04-26[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...Zain Patel