| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-07-13 | Added Django ecosystem page to the documentation. | Tim Schilling | |
| 2025-02-19 | Fixed #35908 -- Retired the django-developers and django-users mailing lists. | Sarah Boyce | |
| Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> | |||
| 2025-01-22 | Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ↵ | Baptiste Mispelon | |
| the Discord server. | |||
| 2025-01-08 | Fixed #35999 -- Removed #django IRC channel references where appropriate. | Sarah Boyce | |
| Some references are replaced with links to the Django Discord server. | |||
| 2022-03-22 | Refs #31676 -- Used term "merger" instead of "committer" in docs. | Mariusz Felisiak | |
| Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 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-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/ | |||
| 2020-04-29 | Fixed #31356 -- Changed IRC links to the Freenode webchat. | Hasan Ramezani | |
| 2020-04-14 | Fixed term warning on Sphinx 3.0.1+. | Mariusz Felisiak | |
| "term" role became case sensitive in Sphinx 3.0.1. | |||
| 2020-01-29 | Refs #25778 -- Updated sphinx-doc.org links to HTTPS. | Jon Dufresne | |
| 2019-12-04 | Refs #20935 -- Removed inappropriate crosslink to docs search results page. | Fredrik | |
| The link to the search page does not work in the Epub, since there is no such thing. In the online docs, the link to the search page displays a “No search query given” error, since its purpose is to display results from the search bar. Alone, without a query, it's just empty. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2019-03-28 | Used extlinks for Django's source code. | Tim Graham | |
| 2018-01-31 | Renamed the "Supported versions" label. | Tim Graham | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-18 | Replaced "trunk" with "master branch" in docs. | Tim Graham | |
| 2016-08-09 | Removed obsolete note about Sphinx version required for building docs. | Tim Graham | |
| 2016-06-03 | Fixed #26701 -- Replaced /newticket links to Trac with /. | shaunagm | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-02-22 | Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| 2014-09-22 | Removed sudo from pip commands in docs. | Corey Farwell | |
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2013-10-04 | Fixed #21213 -- Added docs for Django's mailing lists. | Unai Zalakain | |
| Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. | |||
| 2013-09-22 | Fixed #21141 -- Update Sphinx URL | Rogério Yokomizo | |
| Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/. | |||
| 2013-08-01 | Fixed #20667 - Removed discussion of DEBUG from tutorial. | Tim Graham | |
| Forward-port of 3493f18d78 from master. | |||
| 2013-01-29 | Updated metrics on the documentation. | Aymeric Augustin | |
| 2012-10-25 | Fixed #19180 - Clarified policy regarding older versions of the docs. | Tim Graham | |
| 2012-09-10 | Removed an obsolete documentation page about admin style customization. | Julien Phalip | |
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-07 | Fixed #17933 -- Added a missing label to the docs. | Aymeric Augustin | |
| 2012-04-27 | Updated docs/intro/whatsnext.txt to reference Git instead of SVN | Adrian Holovaty | |
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-03 | Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵ | Aymeric Augustin | |
| fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-07-19 | Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, ↵ | Jannis Leidel | |
| Aymeric Augustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16547 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various ↵ | Russell Keith-Magee | |
| documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss | |
| Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-18 | Fixed #14111 -- Updated Sphinx version recommendation in documentation. ↵ | Jannis Leidel | |
| Thanks, Ramiro Morales and Paul McMillan. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13604 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-05-10 | Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 for the ↵ | Russell Keith-Magee | |
| report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13195 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-11-01 | Fixed #9491 -- Added a missing 'the' in what to read next. Thanks mh983. | Karen Tracey | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@9310 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-09-09 | Fixed #8982 -- Removed funky character from whatsnext.txt. Thanks, Fernando ↵ | Adrian Holovaty | |
| Correia git-svn-id: http://code.djangoproject.com/svn/django/trunk@8986 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-09-02 | Cleaned up a bunch of minor doc stuff: | Jacob Kaplan-Moss | |
| * Removed flatpages/redirects README; no other contrib apps have those. * Cleaned up top-level README to be more readable. * Removed outdated references to old docs (Fixes #8701) git-svn-id: http://code.djangoproject.com/svn/django/trunk@8857 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx ↵ | Jacob Kaplan-Moss | |
| "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-30 | Fixed #8581: Corrected example of "grep" to search docs | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@8736 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-28 | Fixed #8581: Updated the suggested command for a low-tech documentation ↵ | Russell Keith-Magee | |
| search. Thanks to Manuel Saelices for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8654 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
