summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-24Removed outdated Python 2 references from contributing docs.Natalia
2026-07-24Refs #37217 -- Updated version references to 6.2 in contributing docs.SnippyCodes
2026-07-24Fixed #37160 -- Made admin views raise PermissionDenied consistently.Natalia
2026-07-24Improved wording in PR quality check messages.Natalia
2026-07-24Fixed subject/verb agreement in DecimalValidator messages.Mike Edmunds
2026-07-24Fixed typo and versionadded locations in email docs.Mike Edmunds
2026-07-24Fixed minor typos and grammatical errors in docs and docstrings.Jacob Walls
2026-07-23Refs #36694 -- Skipped GIS test needing spatial index on Oracle.Jacob Walls
2026-07-23Updated source translation catalogs.Jacob Walls
2026-07-23Fixed #36027 -- Made error response rendering thread-sensitive.Carlton Gibson
2026-07-23Fixed #37203 -- Used normalized field names for composite pks in inspectdb.mundur
2026-07-23Refs #37203 -- Escaped introspection error comments in inspectdb.mundur
2026-07-22Fixed #36925 -- Listed further shared features for InlineModelAdmin.James Aylett
2026-07-22Added expected end of support dates for 6.1.Jacob Walls
2026-07-21Fixed #37032 -- Documented that the CSRF context processor is always enabled ...VIZZARD-X
2026-07-21Fixed #36229 -- Improved SVG icon color contrast in django/views/templates/de...Phinart98
2026-07-20Fixed #36694 -- Restored missing Index options in PostGISSchemaEditor._create...Clifford Gama
2026-07-20Refs #15855 -- Documented that cache_page caches responses before response mi...Sarah Boyce
2026-07-20Refs #32539 -- Fixed flaky facet filter tests.Jacob Walls
2026-07-17Fixed #35875 -- Added dark mode support to technical 404 and 500 error views.Harvey Bellini
2026-07-17Installed gettext in Github Actions workflows to avoid test skips.Natalia
2026-07-17Unified dependency apt installation in GitHub Action workflows.Natalia
2026-07-17Fixed #37219 -- Added GeneratedField example to PostgreSQL search reference.Carlton Gibson
2026-07-16Fixed #37093 -- Clarified pull request instructions and adjusted error messages.Stephanie
2026-07-16Fixed #37218 -- Doc'd that on-demand fetching is sync only.Jacob Walls
2026-07-16Fixed #32915 -- Suppressed fewer ImportErrors in management commands.Ben Cail
2026-07-15Refs #36983 -- Fixed race condition in ExceptionReporterTests under free-thre...Carlton Gibson
2026-07-15Refs #36983 -- Added CI tests on free-threaded Python 3.13t and 3.14t.Carlton Gibson
2026-07-15Updated asgiref dependency.Carlton Gibson
2026-07-15Added MAILERS to core settings topical index.Mike Edmunds
2026-07-14Fixed broken link in uvicorn deployment docs.Jacob Walls
2026-07-14Closed temporary files in GDALRasterTests.Jacob Walls
2026-07-14Fixed #37210 -- Logged cached_db session cache delete failures.vismaytiwari
2026-07-14Fixed #37131 -- Improved XSS section in security documentation.VIZZARD-X
2026-07-14Fixed #25243 -- Added inspectdb regression test for sqlite_schema FK.dcsid
2026-07-13Fixed #37187, #37190 -- Pointed ModelAdmin warnings to the deprecated code.Mike Edmunds
2026-07-13Refs #37187 -- Implemented warn_about_implementation() deprecation utility.Mike Edmunds
2026-07-13Fixed #37178 -- Moved MiddlewareMixin out of utils.deprecation.CharulL00
2026-07-13Fixed #29303 -- Avoided mutating original view in non_atomic_requests().Sina Chaichi Maleki
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-10Fixed #37181 -- Corrected assertion in SeleniumTests.test_pagination.Varun Kasyap
2026-07-10Fixed #37182 -- Corrected property typo in skip link to content test.Varun Kasyap
2026-07-10Fixed #37180 -- Fixed admin SelectBox height tests to verify available/chosen...Varun Kasyap
2026-07-10Fixed #35813 -- Made migrations track all changes to unmanaged models.Hanny
2026-07-10Bumped versions in Github actions configuration.Sarah Boyce
2026-07-08Fixed concurrency in labels.yml GitHub Action.Jacob Walls
2026-07-08Refs #36277 -- Added release note for Postgres 18+ virtual column.Simon Charette
2026-07-08Fixed #36621 -- Fixed arrow buttons position in admin filter_vertical widget.antoliny0919
2026-07-08Fixed #17631 -- Handled fields and files with the same name in encode_multipa...anurag629