summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-18Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches.nessita
2025-07-18Fixed #36456 -- Improved content type negotiation in technical 500 error resp...IsJn-227
2025-07-18Fixed #35728 -- Computed error messages in assertions only on test failures.Clifford Gama
2025-07-17Refs #4476 -- Added tests for assertRedirects() when following redirect chains.Clifford Gama
2025-07-17Split monolithic AssertContainsTests.test_contains() into focused tests.Clifford Gama
2025-07-17Refs #36163 -- Reordered EmailMessage options in docs/topics/email.txt.Mike Edmunds
2025-07-17Fixed #36163 -- Deprecated most positional arguments in django.core.mail.Mike Edmunds
2025-07-17Fixed get_connection() signature in docs/topics/email.txt.Mike Edmunds
2025-07-17Fixed #35680 -- Added automatic imports of common utilies to shell management...Salvo Polizzi
2025-07-16Fixed GitHub Action that checks commit prefixes to fetch PR head correctly.nessita
2025-07-16Refs #35581 -- Added workaround for Python bug in mail tests.Mike Edmunds
2025-07-16Refs #35581 -- Reduced implementation dependencies in mail tests.Mike Edmunds
2025-07-16Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify d...Mike Edmunds
2025-07-16Added GitHub Action to enforce stable branch commit message prefix.nessita
2025-07-13Fixed typo in docs/ref/utils.txt.Clifford Gama
2025-07-13Skipped test_no_logs_without_debug test when the runner is invoked with --deb...Jacob Walls
2025-07-13Added Django ecosystem page to the documentation.Tim Schilling
2025-07-10Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...Simon Charette
2025-07-09Fixed typo in ReverseManyToOneDescriptor docstring.tinmarbusir
2025-07-09Updated asgiref dependency.Carlton Gibson
2025-07-09Refs #35844, #35945 -- Used asgiref.sync.iscoroutinefunction() instead of dep...Mariusz Felisiak
2025-07-03Refs #27236 -- Removed references to removed index_together migration methods.Clifford Gama
2025-07-02Added release date for 5.2.4.Natalia
2025-07-02Added stub release notes for 5.2.5.Natalia
2025-07-01Fixed #35846 -- Ensured consistent path ordering in ManifestStaticFilesStorag...Matthew Stell
2025-07-01Fixed #36479 -- Improved how FileNotFoundError is triggered in code formatter...Roel Delos Reyes
2025-06-30Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support.Simon Charette
2025-06-27Refs #15727 -- Updated AdminSeleniumTestCase to use ContentSecurityPolicyMidd...Natalia
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-27Fixed #36366 -- Improved accessibility of pagination in the admin.antoliny0919
2025-06-27Fixed #35595, #35962 -- Removed indexes and constraints before fields in migr...wookkl
2025-06-27Fixed indentation in docs/internals/howto-release-django.txt.Sarah Boyce
2025-06-27Separated creating the release and setting it as default in Trac in the post-...Sarah Boyce
2025-06-26Fixed #36478 -- Fixed inconsistent mail attachment handling.Mike Edmunds
2025-06-25Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin.michalpokusa
2025-06-25Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...Mariusz Felisiak
2025-06-23Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column.Jacob Walls
2025-06-21Removed @skipIfDBFeature silencing of nonexistent features.Tim Graham
2025-06-20Removed @skipUnlessDBFeature silencing of nonexistent features.Tim Graham
2025-06-20Fixed #36152 -- Deprecated use of "%" in column aliases.Jacob Walls
2025-06-19Refs #35038 -- Reduced CreateModel/AlterConstraint operations when optimizing...Jacob Walls
2025-06-18Clarified that only latest dependency versions are valid for security reports.Jake Howard
2025-06-18Fixed #36465, Refs #35816 -- Disallowed '+' and '-' characters in template va...haileyajohnson
2025-06-18Fixed #36467 -- Removed leading whitespaces from Set-Cookie header values in ...Lukas Komischke
2025-06-18Refs #36467 -- Added test for Set-Cookie header values in ASGIHandler.Sarah Boyce
2025-06-18Fixed #36437 -- Improved accessibility of messages in admin.michalpokusa
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2025-06-17Refs #36009 -- Added GitHub action workflow to run tests with latest stable p...nessita
2025-06-17Added guidance on AI-assisted security reports to docs/internals/security.txt.nessita
2025-06-16Refs #36380 -- Replaced mocked logging assertions in tests/backends/tests.py.Natalia