| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-17 | Bumped version; main is now 6.1 pre-alpha. | Jacob Walls | |
| 2025-07-23 | Refs #36500 -- Rewrapped long docstrings and block comments via a script. | django-bot | |
| Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505. | |||
| 2025-07-23 | Refs #36500 -- Shortened some long docstrings and comments. | Mike Edmunds | |
| Manually reformatted some long docstrings and comments that would be damaged by the to-be-applied autofixer script, in cases where editorial judgment seemed necessary for style or wording changes. | |||
| 2025-07-23 | Removed double spaces after periods and within phrases. | Sarah Boyce | |
| 2025-04-12 | Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build. | Baptiste Mispelon | |
| 2025-02-19 | Fixed docs build on Sphinx 8.2+. | Mariusz Felisiak | |
| 2025-01-15 | Bumped version; main is now 6.0 pre-alpha. | Sarah Boyce | |
| 2024-10-11 | Fixed docs build on Sphinx 8.1+. | Mariusz Felisiak | |
| Sphinx 8.1 added :cve: role, so there is no need to define it in Django: - https://github.com/sphinx-doc/sphinx/pull/11781 This also changes used URL to the one used by Python and soonish to be used by Sphinx itself: - https://github.com/sphinx-doc/sphinx/pull/13006 | |||
| 2024-09-13 | Fixed #35754 -- Mapped full-width characters in latex to half-width. | khanxmetu | |
| 2024-08-23 | Removed unnecessary trailing slashes in Sphinx intersphinx_mapping URLs. | Natalia | |
| 2024-08-23 | Updated Sphinx source_suffix setting to use a mapping. | David Smith | |
| Since Sphinx 1.8 this setting should be a mapping of file extensions to file types. Before this change, Sphinx 8+ would show the following when building docs: Converting `source_suffix = '.txt'` to `source_suffix = {'.txt': 'restructuredtext'}` | |||
| 2024-05-22 | Bumped version; main is now 5.2 pre-alpha. | Natalia | |
| 2024-05-14 | Fixed #29942 -- Restored source file linking in docs by using the Sphinx ↵ | Joachim Jablon | |
| linkcode ext. Co-authored-by: David Smith <smithdc@gmail.com> Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2023-09-18 | Bumped version; main is now 5.1 pre-alpha. | Mariusz Felisiak | |
| 2023-08-02 | Removed unneeded escapes in regexes. | Mariusz Felisiak | |
| Special characters lose their special meaning inside sets of characters. "-" lose its special meaning if it's placed as the first or last character. Follow up to 7c6b66383da5f9a67142334cd2ed2d769739e8f1. | |||
| 2023-04-17 | Used extlinks for PyPI links. | Tim Graham | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-03-20 | Fixed some typos in comments, docstrings, and tests. | Liyang Zhang | |
| 2023-01-17 | Bumped version; master is now 5.0 pre-alpha. | Mariusz Felisiak | |
| 2022-12-29 | Disabled auto-created table of contents entries on Sphinx 5.2+. | Mariusz Felisiak | |
| Auto-created table of contents entries for all domain objects (e.g. functions, classes, attributes, etc.) were added in Sphinx 5.2, see https://github.com/sphinx-doc/sphinx/issues/6316. An option to control new table of contents entries was added in Sphinx 5.2.3, see https://github.com/sphinx-doc/sphinx/pull/10886. | |||
| 2022-12-15 | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | |
| Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2022-05-31 | Bumped minimum Sphinx version to 4.5.0. | Mariusz Felisiak | |
| Related Sphinx changes: - https://github.com/sphinx-doc/sphinx/pull/8898 - https://github.com/sphinx-doc/sphinx/issues/8326 | |||
| 2022-05-17 | Bumped version; main is now 4.2 pre-alpha. | Carlton Gibson | |
| 2022-04-13 | Updated bpo link to use redirect URI. | Nick Pope | |
| Mirrors the change made in python/cpython#32342. | |||
| 2022-03-08 | Rewrote strip_tags test file to lorem ipsum. | Adam Johnson | |
| 2022-03-08 | Rewrote some references to "master". | Adam Johnson | |
| Following d9a266d657f66b8c4fa068408002a4e3709ee669. | |||
| 2022-02-07 | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2021-11-12 | Refs #33247 -- Used XeLaTeX for PDF docs build. | Mariusz Felisiak | |
| 2021-11-04 | Refs #33247 -- Fixed rendering of Unicode chars and emojis in PDF docs build. | Andrew Neitsch | |
| 2021-09-20 | Bumped version; main is now 4.1 pre-alpha. | Mariusz Felisiak | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-07-13 | Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs. | Mariusz Felisiak | |
| 2021-06-03 | Refs #31356 -- Changed IRC links to the Libera.Chat webchat. | Mariusz Felisiak | |
| Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7. | |||
| 2021-05-20 | Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| 2021-05-17 | Fixed #32720 -- Added configuration and docs for Sphinx link checker. | Nick Pope | |
| We explicitly ignore checking anchors for line-range anchors on GitHub which are dynamically generated and, otherwise, show up as broken links. See https://github.com/sphinx-doc/sphinx/issues/7388#issuecomment-739961689. We also ignore links to resources that require authentication. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-03-09 | Updated Git branch "master" to "main". | Markus Holtermann | |
| This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ | |||
| 2021-02-26 | Used GitHub actions for docs tests. | Mariusz Felisiak | |
| Co-Authored-By: Tom Forbes <tom@tomforb.es> | |||
| 2021-02-17 | Added documentation extlink for bugs.python.org. | Nick Pope | |
| 2021-01-14 | Bumped version; master is now 4.0 pre-alpha. | Mariusz Felisiak | |
| 2021-01-02 | Updated CVE URL. | Tim Graham | |
| 2020-05-13 | Bumped version; master is now 3.2 pre-alpha. | Mariusz Felisiak | |
| 2020-04-01 | Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| 2020-01-29 | Fixed #28290 -- Enabled Sphinx auto-label generation for title and section ↵ | Abhijeet | |
| headers. | |||
| 2020-01-29 | Fixed #31212 -- Updated psycopg links to HTTPS and new location. | Jon Dufresne | |
| 2020-01-29 | Refs #25778 -- Updated sphinx-doc.org links to HTTPS. | Jon Dufresne | |
| 2019-09-10 | Bumped version; master is now 3.1 pre-alpha. | Mariusz Felisiak | |
| 2019-03-28 | Moved extlinks in docs config to allow using 'version' variable. | Tim Graham | |
| After a stable branch is created, 'master' will change to 'stable/' + version + '.x'. | |||
| 2019-03-28 | Used extlinks for Django's source code. | Tim Graham | |
| 2019-02-01 | Used extlinks for GitHub commits. | Tim Graham | |
