| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-01 | Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. | Jon Dufresne | |
| 2017-05-24 | Removed usage of deprecated sphinx.util.compat.Directive. | Tim Graham | |
| 2017-05-24 | Fixed docs build with Sphinx 1.6. | Dmitry Shachnev | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2016-12-14 | Fixed missing versionadded/changed annotations on docs.djangoproject.com. | Tim Graham | |
| Fixed a regression in bacdfbf3d1eb23ff8e8110681728a5b467443446. | |||
| 2016-12-05 | Removed deprecated html_translator_class sphinx config option. | Tim Graham | |
| 2016-11-14 | Fixed #27463 -- Fixed E741 flake8 warnings. | Ramin Farajpour Cami | |
| 2016-09-26 | Added a CVE role for Sphinx. | Tim Graham | |
| 2016-07-06 | Added copy-to-clipboard support for all code snippets | Baptiste Mispelon | |
| 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 | Removed unused docs/_ext/applyxrefs.py | Tim Graham | |
| 2016-01-13 | Declared Sphinx extensions safe for parallel reading. | Tim Graham | |
| 2015-11-16 | Removed a docs workaround for an old Sphinx version. | Tim Graham | |
| 2015-11-16 | Fixed #23751 -- Fixed code snippet formatting in docs PDF. | Tim Graham | |
| Thanks Graham Wideman for the patch. | |||
| 2015-06-15 | Removed obsolete literals_to_xrefs.py script. | Tim Graham | |
| 2015-02-06 | Fixed E265 comment style | Collin Anderson | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-12-08 | Fixed #23968 -- Replaced list comprehension with generators and dict ↵ | Jon Dufresne | |
| comprehension | |||
| 2014-08-19 | Added sphinx extension to ease generation of ticket links. | Tim Graham | |
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-06-06 | Removed duplicate "Deprecated in Django A.B" text in docs. | Tim Graham | |
| sphinx 1.2+ adds this text itself. | |||
| 2014-01-24 | Fixed #21869 -- Fixed docs building with Sphinx 1.2.1. | Tim Graham | |
| Thanks tragiclifestories for the report. | |||
| 2013-12-14 | Fixed E127 pep8 warnings. | Loic Bistuer | |
| 2013-12-06 | Removed a u'' prefix that prevented the docs from building on Python 3.2. | Tim Graham | |
| 2013-11-26 | Replace use of dict.has_key with `key in dict` | Alex Gaynor | |
| 2013-11-03 | Fixed all E226 violations | Alex Gaynor | |
| 2013-11-02 | Fixed the remaining E302 violations int eh django package | Alex Gaynor | |
| 2013-11-02 | Fixed flake8 E241 | Boryslav Larin | |
| 2013-10-26 | Fixed all the E203 violations | Alex Gaynor | |
| 2013-10-22 | Fixed E221 pep8 warnings. | Tim Graham | |
| 2013-10-21 | Fixed #21288 -- Fixed E126 pep8 warnings | Alasdair Nicol | |
| 2013-10-14 | Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵ | M Nasimul Haque | |
| filename. Thanks Marc Tamlyn for the suggestion. | |||
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-07-31 | Added a bugfix in docutils 0.11 -- docs will now build properly. | Tim Graham | |
| 2013-05-26 | Replaced `and...or...` constructs with PEP 308 conditional expressions. | Ramiro Morales | |
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-20 | Removed unused imports. | Juan Catalano | |
| 2013-04-20 | Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity. | Juan Catalano | |
| As explained in ticket #20104, the use of versionchanged/versionadded was confusing. To solve this ambiguity these directives no longer accept a second argument but now they only receive the version number (1st arg) and then a content with the proper comment. | |||
| 2013-03-28 | Fixed spelling errors | Gavin Wahl | |
| 2013-02-24 | Fixed creation of html docs on python 3. | Florian Apolloner | |
| Thanks to Alan Lu for the report and the patch. | |||
| 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-05-05 | Made more extensive usage of context managers with open. | Claude Paroz | |
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-29 | Fixed #18023 -- Removed bundled simplejson. | Aymeric Augustin | |
| And started the deprecation path for django.utils.simplejson. Thanks Alex Ogier, Clueless, and other contributors for their work on the patch. | |||
| 2012-01-11 | Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed | Luke Plant | |
| Thanks to datakid for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@17367 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-10 | Removed use of non-standard indentation rules in docs, and the custom ↵ | Luke Plant | |
| transform that supported them. Doc writers should be aware that we are now back to normal ReST rules regarding blockquotes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16955 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-10 | Made fix for quote characters with SmartPants + parsed literal blocks ↵ | Ramiro Morales | |
| conditional on Sphinx version. This hs been fixed upstream in releases >= 1.0.8 (issue 647.) git-svn-id: http://code.djangoproject.com/svn/django/trunk@16952 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-15 | Fixed djangodocs Sphinx extension to work with latest Sphinx | Luke Plant | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16231 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-14 | Fixed our Sphinx extension to work with latest Sphinx | Luke Plant | |
| This is pretty hacky, but there doesn't seem to be a nice way to fix it, since we can't call the base method - we are deliberately overriding it in order to not call the base method, which adds an unwanted 'border=1' to the HTML. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16223 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-11-20 | Reformated some code for readability. | Alex Gaynor | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@14652 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
