| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-22 | [2.0.x] Bumped django_next_version in docs config. | 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 | |
| 2016-05-19 | Bumped version; master is now 1.11 pre-alpha. | Tim Graham | |
| 2016-04-28 | Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| 2016-02-16 | Fixed possible "RuntimeError: maximum recursion depth exceeded" building docs. | Tim Graham | |
| 2016-01-14 | Fixed #23868 -- Added support for non-unique django-admin-options in docs. | Tim Graham | |
| Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. | |||
| 2016-01-13 | Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440. | Tim Graham | |
| 2015-12-03 | Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Removed a docs workaround for an old Sphinx version. | Tim Graham | |
| 2015-11-16 | Refs #23751 -- Added some unicode characters to the latex preamble. | Tim Graham | |
| Thanks Graham Wideman for the patch. | |||
| 2015-09-23 | Bumped version; master is now 1.10 pre-alpha. | Tim Graham | |
| 2015-09-12 | Fixed #23395 -- Limited line lengths to 119 characters. | Dražen Odobašić | |
| 2015-03-10 | Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage | Erik Romijn | |
| 2015-02-06 | Fixed E265 comment style | Collin Anderson | |
| 2015-01-16 | Bumped version to 1.9 in docs config. | Tim Graham | |
| 2015-01-10 | Fixed #24001 -- Added range fields for PostgreSQL. | Marc Tamlyn | |
| Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python | |||
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-11-26 | Updated formtools docs to point at new package outside the Django repo. | Jannis Leidel | |
| Refs #23677. | |||
| 2014-10-25 | Removed simplejson inventory file from docs/conf.py. | Berker Peksag | |
| 2014-08-19 | Added sphinx extension to ease generation of ticket links. | Tim Graham | |
| 2014-06-07 | Fixed #17238 -- Added source code links to docs using sphinx.ext.viewcode. | Tim Graham | |
| Thanks santiagobasulto for the suggestion. | |||
| 2014-05-28 | Fixed several typos in Django | Alex Gaynor | |
| 2014-04-26 | Updated doc links to point to Python 3 documentation | Claude Paroz | |
| 2014-03-21 | Bumped version to reflect master is now pre-1.8. | Tim Graham | |
| 2014-03-07 | Fixed #22141 -- Added a spelling checker for documentation. | Szczepan Cieślik | |
| 2014-02-10 | Fixed #21190 -- Added a new ePub theme for documentation. | Markus Amalthea Magnuson | |
| 2013-12-30 | Pointed intersphinx links to Python's default version. | Aymeric Augustin | |
| Currently it's 3.3. | |||
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-10-23 | Fixed E225 pep8 warnings. | Tim Graham | |
| 2013-10-17 | Fixed #21285 -- Fixed E121,E122 pep8 warnings | Alasdair Nicol | |
| 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-06-28 | Master is now pre-1.7. | Jacob Kaplan-Moss | |
| 2013-06-08 | Allow build of translated documentation | Claude Paroz | |
| 2013-05-27 | Fixed URL for six inventory. | Aymeric Augustin | |
| 2013-02-09 | Fixed #19699 - Removed "Please see the release notes" from ↵ | Tim Graham | |
| versionadded/changed directives Also bumped django_next_version back to 1.6 so those annotations are described as "the development version" in the docs. Thanks Aymeric for the patch. | |||
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham | |
| 2012-11-28 | Fixed two docstring/comment typos. | Ramiro Morales | |
| 2012-11-25 | Changed (again) technique to get version IDs shown in docs from source code. | Ramiro Morales | |
| Hopefully it will fix the problem with the documentation building server that caused a wrong Django version to be reported in the HTML zipball docs edition. Follow-up to commits 373df56 and 0b98ef6. | |||
| 2012-11-09 | Fixed #19266 -- Added Texinfo documentation target | Claude Paroz | |
| Thanks orontee for the report and initial patch. | |||
| 2012-10-28 | Ensure that version detection in docs from 373df56d uses the right Django copy. | Ramiro Morales | |
