summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-29Fixed #35831 -- Documented the model form meta API in model form reference docs.Mustafa Pirbhai
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-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-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-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-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-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
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed trailing spaces and tabs in docs.Natalia
2025-08-25Refs #36485 -- Fixed dangling hyphen and unbalanced inline markup in docs.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-25Refs #36485 -- Added sphinx-lint support and make lint rule for docs.David Smith
2025-08-25Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...SaJH
2025-08-23Removed reference to flake8 file exclusions.Jacob Walls
2025-08-22Refs #35530 -- Corrected deprecation message in auth.alogin().Mariusz Felisiak
2025-08-21Fixed #36399 -- Added support for multiple Cookie headers in HTTP/2 for ASGIR...SaJH
2025-08-21Fixed #36382 -- Confirmed support for GDAL 3.11.David Smith
2025-08-20Corrected release notes of calling format_html() without arguments.Mariusz Felisiak
2025-08-19Fixed spelling of "logged-in" when used as an adjective in docs.mengxun
2025-08-19Fixed #35892 -- Supported Widget.use_fieldset in admin forms.antoliny0919
2025-08-18Refs #25706 -- Fixed versionadded indentation in docs/ref/contrib/gis/forms-a...David Smith
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2025-08-13Aligned format of constraint examples in docs/ref/models/constraints.txt.David Sanders
2025-08-11Refs #36210 -- Added release note for further subquery support for composite ...Jacob Walls
2025-08-11Corrected code examples in topics docs.Rohit
2025-08-08Fixed #36525 -- Silenced individual deleted file messages in collectstatic --...James Bligh
2025-08-06Added stub release notes for 5.2.6.Sarah Boyce
2025-08-06Added release date for 5.2.5.Sarah Boyce
2025-08-05Refs #36485 -- Grouped docs checks under a unified make check target.David Smith
2025-08-05Refs #34140 -- Added dedicated code block formatting section in docs/internal...David Smith
2025-08-05Fixed #26583 -- Silenced individual clashing name warnings in collectstatic's...James Bligh
2025-08-05Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving C...jkhall81
2025-08-04Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22.Natalia
2025-08-04Corrected assertNumQueries() example in docs/topics/testing/tools.txt.Adam Zapletal
2025-08-04Fixed #35972 -- Fixed lookup crashes after subquery annotations.Jacob Walls