summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2026-06-10Refs #37150 -- Synced docs/make.bat with docs/Makefile.Mike Edmunds
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-09Removed obsolete Sphinx < 1.8 fallback in `VersionDirective` from djangodocs ...Natalia
2026-06-09Fixed #37150 -- Made djangodocs Sphinx extension work with any html builder.Mike Edmunds
2026-06-09Fixed #37106 -- Clarified pylibmc workaround in unit test docs.kikobarr
2026-06-08Fixed #32785 -- Optimized cull frequency for DBCache.eevelweezel
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-03Added CVE-2026-6873, CVE-2026-7666, CVE-2026-8404, CVE-2026-35193, and CVE-20...Natalia
2026-06-03Added stub release notes for 6.0.7.Natalia
2026-06-03Fixed CVE-2026-48587 -- Ignored whitespace padding when checking Vary header ...Jake Howard
2026-06-03Fixed CVE-2026-35193 -- Varied on Authorization when caching non-public respo...Jacob Walls
2026-06-03Fixed CVE-2026-8404 -- Used Cache-Control directives case-insensitively in Up...Jake Howard
2026-06-03Fixed CVE-2026-7666 -- Delayed setting SMTP connection until fully configured.Jake Howard
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-06-01Fixed #37108 -- Made DjangoJSONEncoder consistently omit .000 microseconds.Aaryan P
2026-05-29Refs #35514 -- Improved docs for MAILERS setting and mailers migration guide.Natalia
2026-05-27Fixed #35596 -- Removed mention of unlimited results from QuerySet.get().CodeQuiver
2026-05-27Updated links to severity levels in release notes.Jacob Walls
2026-05-27Fixed #36905 -- Deprecated the safe parameter of JSONResponse.Tim Harris
2026-05-27Fixed #37065 -- Doc'd method_decorator usage on dispatch for async views.Carlton Gibson
2026-05-27Added stub release notes and release date for 6.0.6 and 5.2.15.Natalia
2026-05-26Removed version numbers from example tox -l output.Jacob Walls
2026-05-26Bumped versions in pre-commit and npm configurations.Jacob Walls
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-25Corrected indentation in topics/http/shortcuts.txt.Mariusz Felisiak
2026-05-24Added advancing deprecations to preparing for next release instructions.Sarah Boyce
2026-05-24Corrected code-block indenting in docs/internals/howto-release-django.txt.Sarah Boyce
2026-05-20Increased the default PBKDF2 iterations for Django 6.2.Sarah Boyce
2026-05-20Advanced deprecation warnings for Django 6.2.Sarah Boyce
2026-05-20Removed versionadded/changed annotations for 6.0.Sarah Boyce
2026-05-20Added stub release notes for 6.2.Sarah Boyce
2026-05-20Bumped version; main is now 6.2 pre-alpha.Sarah Boyce
2026-05-20Updated man page for Django 6.1 alpha 1.Jacob Walls
2026-05-20Made cosmetic edits to docs/releases/6.1.txt.Jacob Walls
2026-05-20Removed empty sections from 6.1 release notes.Jacob Walls
2026-05-20Fixed #37091 -- Confirmed support for GDAL 3.13.Milad Zarour
2026-05-20Fixed #37045 -- Renamed savepoint() to savepoint_create().Samuel Searles-Bryant
2026-05-20Refs #35514 -- Cleaned up mailers docs.Mike Edmunds
2026-05-18Fixed #36825 -- Extended admin templates so CSP nonce is included if available.Johannes Maron
2026-05-15Fixed #37062 -- Added preserve_request support to RedirectView.VAIBHAVPANT07
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-13Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message.Jacob Walls
2026-05-13Fixed #12090 -- Added admin actions to the admin change form.Marcelo Galigniana