summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-05Removed redundant directive in email docs.Mike Edmunds
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-09-05Refs #36121 -- Fixed location of release note.Adam Johnson
2025-09-04Refs #36588 -- Warned about using external templates in startapp/startproject...Jake Howard
2025-09-04Fixed #36578, Refs #35791 -- Ensured inline delete icon scales and stays cent...Sarah Boyce
2025-09-04Fixed #36481 -- Fixed QuerySet.update concrete fields check.Ryan P Kilby
2025-09-04Refs #36481 -- Improved test coverage for invalid updates on reverse relations.Ryan P Kilby
2025-09-04Refs #36559, #35667 -- Used skip_file_prefixes in PartialTemplate.source warn...farhan
2025-09-04Added missing backticks in docs/releases/security.txt.Mariusz Felisiak
2025-09-03Refs #34989 -- Ensured the Content-Length header is set when redirect with AP...Ronan LE HAY
2025-09-03Fixed #36559 -- Respected verbatim and comment blocks in PartialTemplate.source.farhan
2025-09-03Refs #36559 -- Ran template partial source tests in debug mode only.farhan
2025-09-03Added CVE-2025-57833 to security archive.Sarah Boyce
2025-09-03Added stub release notes for 5.2.7.Sarah Boyce
2025-09-03Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL injection in c...Jake Howard
2025-09-03Made cosmetic edits to 5.2.6 release notes.Sarah Boyce
2025-09-02Fixed #36549 -- Doc'd use of OpenLayersWidget and OSMWidget with CSP.David Smith
2025-09-01Refs #35967 -- Removed deprecation note from backwards incompatible changes i...사재혁
2025-08-31Removed outdated deprecation note in 6.0 release notes.Clifford Gama
2025-08-31Removed unused import in docs/ref/models/expressions.txt example.Clifford Gama
2025-08-29Refs #36485 -- Corrected docs linter to detect too-long lines at file end.Jacob Walls
2025-08-29Fixed #36431 -- Returned tuples for multi-column ForeignObject in values()/va...SaJH
2025-08-29Refs #36152 -- Suppressed duplicate warning when using "%" in alias via value...Jacob Walls
2025-08-29Fixed #35831 -- Documented the model form meta API in model form reference docs.Mustafa Pirbhai
2025-08-29Refs #34624 -- Changed RedirectAdmin to use a Select widget for the site field.SaJH
2025-08-29Fixed #34624 -- Removed change, delete, and view buttons for non-Select widge...SaJH
2025-08-28Fixed #36532 -- Added Content Security Policy view decorators to override or ...Rob Hudson
2025-08-28Refs #27222 -- Adapted RETURNING handling to be usable for UPDATE queries.Simon Charette
2025-08-28Refs #27222 -- Implemented BaseDatabaseOperations.return_insert_columns()/fet...Simon Charette
2025-08-28Refs #36520 -- Ensured only the header value is passed to parse_header_parame...Jake Howard
2025-08-28Added sphinxlint checker to flag relative targets in :doc: roles.David Smith
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-08-28Replaced :doc: role usage with :ref: when appropriate in docs.Natalia
2025-08-28Fixed #35533 -- Prevented urlize creating broken links given a markdown link ...SaJH
2025-08-28Refs #36570 -- Added sphinxlint checker to flag unnecessary :py domain in doc...David Smith
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-27Fixed incorrect IDs in test_in_bulk_preserve_ordering.Tim Graham
2025-08-27Fixed #36577 -- Removed obsolete try-except for GIS layermapping imports.Adam Johnson
2025-08-27Added matrix with newer image versions to the "postgis" GitHub Action.Natalia
2025-08-27Ensured apt repo is updated before installing deps in "postgis" GitHub Action.Natalia
2025-08-27Added stub release notes and release date for 5.2.6, 5.1.12, and 4.2.24.Sarah Boyce
2025-08-27Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...Sarah Boyce
2025-08-26Clarified Trac "version" attribute in contributing guide.Jacob Walls
2025-08-26Refs #15727 -- Captured failed request log in CSPMiddlewareTest.Jacob Walls
2025-08-26Corrected definition of "needsinfo" triage stage in contributing guide.Jacob Walls
2025-08-26Fixed #36568 -- Confirmed support for GEOS 3.14.David Smith
2025-08-26Fixed #36556 -- Fixed TabularInline width overflowing the page.antoliny0919
2025-08-26Refs #36485 -- Ignored line-length formatting changes in git blame.Natalia
2025-08-25Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions.David Smith
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith