| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-29 | [4.1.x] 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. Backport of 279967ec859a9a5240318cf29a077539b0e3139f from main | |||
| 2022-05-31 | [4.1.x] 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 Backport of ebf25555bbed3e9112d4b726575d60b242daf48a from main | |||
| 2022-05-17 | [4.1.x] Bumped django_next_version in docs config. | 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 | |
| 2019-01-17 | Bumped version; master is now 3.0 pre-alpha. | Tim Graham | |
| 2018-09-18 | Removed obsolete html_use_smartypants Sphinx option. | Tim Graham | |
| 2018-08-27 | Replaced CVE/ticket roles with extlinks. | Tim Graham | |
| 2018-05-17 | Bumped version to 2.2 in docs. | Tim Graham | |
| 2018-04-04 | Updated intersphinx_mapping URL for sphinx. | Tim Graham | |
| 2018-03-22 | Bumped minimum Sphinx version to 1.6.0. | Tim Graham | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2017-12-28 | Removed unnecessary trailing commas and spaces in various code. | Mariusz Felisiak | |
| 2017-12-25 | Fixed #28963 -- Raised minimum Sphinx version. | Ramiro Morales | |
| 2017-09-22 | Bumped version; master is now 2.1 pre-alpha. | Tim Graham | |
| 2017-05-24 | Fixed docs build with Sphinx 1.6. | Dmitry Shachnev | |
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2017-01-18 | Removed formtools from intersphinx_mapping. | Tim Graham | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2017-01-17 | Bumped version; master is now 2.0 pre-alpha. | Tim Graham | |
| 2016-12-05 | Removed deprecated html_translator_class sphinx config option. | Tim Graham | |
| 2016-09-26 | Added a CVE role for Sphinx. | Tim Graham | |
| 2016-06-01 | Ignored new warnings when building the docs with Sphinx 1.4. | Tim Graham | |
