summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2026-04-28[6.0.x] Refs CVE-2026-25674 -- Clarified role of umask in upload permissions.Shai Berger
2026-04-13[6.0.x] Fixed #33113 -- Documented usage and caveats of HTML5 date input in D...Samriddha9619
2026-04-07[6.0.x] Refs CVE-2026-33034 -- Improved security documentation on handling la...Jake Howard
2026-04-02[6.0.x] Refs #36862 -- Reiterated security note on both variants of RemoteUse...Jacob Walls
2026-04-02[6.0.x] Fixed #36862 -- Doc'd the need for a proxy when deploying RemoteUserM...Jacob Walls
2026-03-28[6.0.x] Refs #36526 -- Fixed bulk_update() batching example in docs.Georgios Verigakis
2026-03-19[6.0.x] Fixed #36904 -- Clarified how to hide form field labels in docs.Amar
2026-03-14[6.0.x] Fixed #35786 -- Removed outdated note about database defaults in AddF...Ahmed Nassar
2026-03-03[6.0.x] Fixed #20775 -- Clarified that SQL for text lookups varies per database.Lakshya
2026-02-25[6.0.x] Fixed #36848 -- Mentioned BadRequest exception in docs/ref/views.txt.LincolnPuzey
2026-02-25[6.0.x] Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit re...Natalia
2026-02-24[6.0.x] Applied Black's 2026 stable style.Mariusz Felisiak
2026-02-10[6.0.x] Refs #35444 -- Doc'd deprecation in contrib.postgres.aggreggates.Stri...Jacob Walls
2026-02-06[6.0.x] Fixed #36272 -- Removed obsolete libgeoip from GeoDjango installation...SnippyCodes
2026-02-02[6.0.x] Added missing quotes around nonce in docs/ref/csp.txt.Jacob Walls
2026-01-19[6.0.x] Refs #25508 -- Updated outdated QuerySet.__repr__() results.Clifford Gama
2026-01-08[6.0.x] Fixed #36844 -- Clarified need for reusable apps to set default_auto_...Amar Ahmed Deina
2025-12-11[6.0.x] Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/con...David Sanders
2025-12-11[6.0.x] Included ASGI servers when noting what the server does.Jake Howard
2025-12-11[6.0.x] Noted testing uses for ContentTypeManager.clear_cache() method.Carlton Gibson
2025-12-08[6.0.x] Fixed #36778 -- Extended advice to sanitize input before using in que...Jacob Walls
2025-12-05[6.0.x] Refs #27834 -- Restored "expression" in StrIndex's docs signature.Clifford Gama
2025-12-03[6.0.x] Refs #35859 -- Clarified Tasks ref and topics docs regarding availabl...Jacob Walls
2025-11-26[6.0.x] Fixed #31506 -- Clarified that ExpressionWrapper does not perform dat...Cha Hwa Young
2025-11-20[6.0.x] Ensured that Sitemap.items is described as a method in docs/ref/contr...nessita
2025-11-13[6.0.x] Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-11-10[6.0.x] Fixed typo in docs/ref/databases.txt.Clifford Gama
2025-11-10[6.0.x] Clarified "get_db_prep_value" default result in docs/ref/models/field...Clifford Gama
2025-11-10[6.0.x] Clarified EmailValidator docs to specify it validates an email address.Hong Xu
2025-11-06[6.0.x] Removed community packages admonition from settings docs.Tim Schilling
2025-10-30[6.0.x] Added community package storage backends mention to docs.Tim Schilling
2025-10-19[6.0.x] Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.Mariusz Felisiak
2025-10-17[6.0.x] Fixed #36669 -- Doc'd that negative indexes are not supported in F() ...aj2s
2025-10-13[6.0.x] Fixed #36611, Refs #36580 -- Added system check for multicolumn Forei...Sarah Boyce
2025-10-09[6.0.x] Corrected admin check IDs in docs.Mariusz Felisiak
2025-10-08[6.0.x] Fixed #36526 -- Doc'd QuerySet.bulk_update() memory usage when batching.Natalia
2025-10-08[6.0.x] Added missing backticks in docs/ref/models/fields.txt.Mariusz Felisiak
2025-10-03[6.0.x] Refs #36143, #28596 -- Avoided mentioning exact query parameter limit...Jacob Walls
2025-09-23[6.0.x] Refs #25508 -- Used QuerySet.__repr__ in docs/ref/contrib/postgres/se...Jacob Walls
2025-09-17Refs #35859 -- Removed support for Task enqueuing on transaction commit.Jacob Walls
2025-09-16Fixed #35859 -- Added background Tasks framework interface.Jake Howard
2025-09-16Fixed #28041 -- Added Lexeme expression to contrib.postgres.search.GappleBee
2025-09-16Fixed #36426 -- Added support for further iterables in prefetch_related_objec...blingblin-g
2025-09-14Fixed #27222 -- Refreshed model field values assigned expressions on save().Simon Charette
2025-09-14Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.Simon Charette
2025-09-13Fixed typo in docs/ref/contrib/contenttypes.txt.Jacob Walls
2025-09-12Fixed #36597 -- Corrected directives for functions from email module in docs.Mridul Dhall
2025-09-09Fixed #36486 -- Added MongoDB to list of third-party DB backends.Salman
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-09-04Refs #36588 -- Warned about using external templates in startapp/startproject...Jake Howard