summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
6 daysRefs #36905 -- Corrected safe param in JSONResponse signature in docs.Aslan Osmanov
7 daysDocumented additional caveats for inspectdb.Clifford Gama
9 daysFixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry collections.Jacob Walls
9 daysFixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Natalia
9 daysFixed CVE-2026-15307 -- Blocked raster strings and dicts in spatial lookups.Jacob Walls
10 daysFixed #37069 -- Clarified that UniqueConstraint may create a unique index.Clifford Gama
10 daysRefs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.Jacob Walls
13 daysFixed #36626 -- Preserved milliseconds in DataSource time fields.Francesco Bruni
13 daysRefs #37139 -- Doc'd _is_pk_set() handling of DatabaseDefault.Jacob Walls
14 daysRefs #28586 -- Doc'd fetch_mode attribute on ModelState.Jacob Walls
2026-07-29Fixed #37194 -- Removed redundant choice widget documentation.maheen8q
2026-07-27Fixed #20023 -- Added custom validation example for admin inlines.Joseano Sousa
2026-07-24Fixed minor typos and grammatical errors in docs and docstrings.Jacob Walls
2026-07-22Fixed #36925 -- Listed further shared features for InlineModelAdmin.James Aylett
2026-07-21Fixed #37032 -- Documented that the CSRF context processor is always enabled ...VIZZARD-X
2026-07-17Fixed #37219 -- Added GeneratedField example to PostgreSQL search reference.Carlton Gibson
2026-07-15Added MAILERS to core settings topical index.Mike Edmunds
2026-07-13Fixed #37199 -- Fixed typo in bulk_update code example in docs/ref/models/que...Tom Most
2026-07-10Fixed #36864 -- Supported modules and submodules in import_string().Leland
2026-07-08Refs #36277 -- Added release note for Postgres 18+ virtual column.Simon Charette
2026-07-07Refs #32670 -- Revealed warning in GDAL virtual filesystem reference.Jacob Walls
2026-07-06Fixed flatpages synopsis in docs.Mike Edmunds
2026-07-06Added FILE_UPLOAD_DIRECTORY_PERMISSIONS to docs settings index.Lincoln Puzey
2026-07-06Fixed #37172 -- Linked to upload handlers section in FILE_UPLOAD_* settings s...Lincoln Puzey
2026-07-01Fixed #34753 -- Extended security and safety remarks in email topics docs.Mike Edmunds
2026-06-30Fixed #37162 -- Updated ContactForm docs example to use safe practices.Mike Edmunds
2026-06-25Refs #37188 -- Used a more realistic --ignore in compilemessages example.Jacob Walls
2026-06-23Removed additional versionchanged notices for 6.0.Jacob Walls
2026-06-23Fixed #37166 -- Added deploy system check for dev-only 'default' MAILERS.Mike Edmunds
2026-06-22Fixed #37161 -- Warned via system check on missing "default" entry in MAILERS...badereddinebenhirt
2026-06-16Fixed #36881 -- Corrected documentation for ModelAdmin.search_fields.Amar
2026-06-16Refs #37142 -- Removed docs for django.utils.warnings.django_file_prefixes().Natalia
2026-06-11Fixed #37141 -- Added --using option to sendtestemail command.NagaKartheekReddy
2026-06-11Refs #24941 -- Doc'd get_exclude() in base features shared by InlineModelAdmin.Jacob Walls
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-05Fixed #36984 -- Made inline formset error messages respect delete_confirmatio...Karolis Ryselis
2026-06-03Refs #36905 -- Moved JSONResponse safe param discussion to versionchanged box.Jacob Walls
2026-06-03Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK transition...Jacob Walls
2026-06-03Fixed #34699 -- Added examples of database comparisons against Extract()/Trun...wesley
2026-06-03Fixed CVE-2026-6873 -- Prevented signed cookie salt namespace collisions.Paul McMillan
2026-06-01Fixed #28800 -- Added a listurls management command.Chris Rose
2026-06-01Fixed #37119 -- Clarified middleware ordering note for nonce access.vishwa
2026-05-29Refs #35514 -- Improved docs for MAILERS setting and mailers migration guide.Natalia
2026-05-27Fixed #36905 -- Deprecated the safe parameter of JSONResponse.Tim Harris
2026-05-26Refs #35514 -- Removed specific Django versions from outside deprecated blocks.Natalia
2026-05-26Refs #35870 -- Moved deprecated notice at the bottom for USE_BLANK_CHOICE_DASH.Natalia
2026-05-26Fixed #37116 -- Explained why a code is useful in a ValidationError.Arthur Vuillard
2026-05-20Removed versionadded/changed annotations for 6.0.Sarah Boyce
2026-05-20Fixed #37091 -- Confirmed support for GDAL 3.13.Milad Zarour
2026-05-20Refs #35514 -- Cleaned up mailers docs.Mike Edmunds