summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
36 hoursRefs #37159 -- Documented building release wheel reproducibly.refs-37159Charles Roelli
13 daysRemoved advice to include ticket numbers in tests.Jacob Walls
14 daysFixed #37111 -- Added sprints quickstart docs page.Tim Schilling
2026-07-24Removed outdated Python 2 references from contributing docs.Natalia
2026-07-24Fixed minor typos and grammatical errors in docs and docstrings.Jacob Walls
2026-07-15Updated asgiref dependency.Carlton Gibson
2026-07-13Fixed #37178 -- Moved MiddlewareMixin out of utils.deprecation.CharulL00
2026-07-06Fixed #37158 -- Reordered the contribution checklist sections.VIZZARD-X
2026-07-02Fixed document referenced in multiple toctrees warning in docs/internals/cont...Sarah Boyce
2026-07-02Fixed duplicate target name in docs/internals/howto-release-django.txt.Sarah Boyce
2026-07-02Updated howto-release-django.txt with reminder to bump asgiref.Jacob Walls
2026-07-02Disambiguated duplicate "Example" hyperlink targets in howto-release-django.txt.Natalia
2026-06-24Replaced the defunct pgp.mit.edu keyserver with GitHub for key import.Natalia
2026-06-18Fixed #37143 -- Added missing chunk_size=None check to QuerySet.aiterator().zhengkangyang
2026-06-17Refs CVE-2026-6873 -- Moved deprecation note for SIGNED_COOKIE_LEGACY_SALT_FA...Jacob Walls
2026-06-17Refs #36593 -- Added missing deprecation note for select_related() with no ar...Jacob Walls
2026-06-17Refs #36905 -- Added missing deprecation note for safe parameter of JSONRespo...Jacob Walls
2026-06-16Fixed #37157 -- Doc'd usage of sphinx-autobuild for documentation auto-reload...SnippyCodes
2026-06-11Doc'd security standards in howto-release-django.txt.Jacob Walls
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-09Fixed #37106 -- Clarified pylibmc workaround in unit test docs.kikobarr
2026-06-03Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK transition...Jacob Walls
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-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-20Advanced deprecation warnings for Django 6.2.Sarah Boyce
2026-05-20Fixed #37045 -- Renamed savepoint() to savepoint_create().Samuel Searles-Bryant
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-13Fixed #12090 -- Added admin actions to the admin change form.Marcelo Galigniana
2026-05-11Refs #36593 -- Deprecated setting ModelAdmin.list_select_related to True.Adam Johnson
2026-05-11Fixed #36593 -- Deprecated QuerySet.select_related() with no arguments.Adam Johnson
2026-05-06Refs #36620 -- Mentioned coverage workflow uses PostgreSQL.Jacob Walls
2026-05-04Fixed #37078 -- Deprecated SHA-1 default for salted_hmac() and base64_hmac() ...Denny Biasiolli
2026-04-28Fixed #35738 -- Deprecated double-dot variable lookups.David Smith
2026-04-22Fixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-04-19Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatt...Tom Carrick
2026-04-19Updated release procedure with new CVE workflows.Jacob Walls
2026-04-18Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.Mariusz Felisiak
2026-04-17Clarified that reporters shouldn't set their own tickets as "Accepted".Jonathan Biemond
2026-04-10Fixed #37020 -- Removed guidance to edit fetched .po files by hand.Jacob Walls
2026-04-10Refs #37020 -- Corrected example command to update translation catalogs.Jacob Walls
2026-04-02Added section for respecting maintainer time to the security policy.Natalia
2026-04-02Fixed #36862 -- Doc'd the need for a proxy when deploying RemoteUserMiddlewar...Jacob Walls
2026-03-31Fixed #36799 -- Added a how-to guide for testing pre-releases.VIZZARD-X
2026-03-20Made it clear that unreviewed tickets shouldn't be claimed or started.Jake Howard
2026-03-19Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().Simon Charette
2026-03-16Combined scripts confirm_release.sh and test_new_version.sh into verify_relea...Natalia
2026-03-15Fixed typo in docs/internals/contributing/accessibility.txt.dcsid
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette