Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/_ext
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete literals_to_xrefs.py script.Tim Graham2015-06-151-174/+0
* Fixed E265 comment styleCollin Anderson2015-02-061-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-6/+5
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-082-3/+3
* Added sphinx extension to ease generation of ticket links.Tim Graham2014-08-191-0/+38
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-1/+1
* Removed duplicate "Deprecated in Django A.B" text in docs.Tim Graham2014-06-071-6/+7
* Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham2014-01-241-2/+4
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
* Removed a u'' prefix that prevented the docs from buildin...Tim Graham2013-12-061-1/+1
* Replace use of dict.has_key with `key in dict`Alex Gaynor2013-11-261-2/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-2/+2
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-033-0/+7
* Fixed flake8 E241Boryslav Larin2013-11-021-24/+25
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-8/+8
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Fixed #20910 -- Added a "snippet" sphinx directive to all...M Nasimul Haque2013-10-141-0/+134
* Whitespace cleanup.Tim Graham2013-10-101-17/+17
* Added a bugfix in docutils 0.11 -- docs will now build pr...Tim Graham2013-07-311-0/+6
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-1/+1
* Removed unused imports.Juan Catalano2013-04-201-3/+1
* Fixed #20104 -- Changed VersionDirective in order to avoi...Juan Catalano2013-04-201-6/+10
* Fixed spelling errorsGavin Wahl2013-03-282-2/+2
* Fixed creation of html docs on python 3.Florian Apolloner2013-02-241-1/+1
* Fixed #19699 - Removed "Please see the release notes" fro...Tim Graham2013-02-091-9/+3
* Made more extensive usage of context managers with open.Claude Paroz2012-05-053-28/+14
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-302-8/+8
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-13/+1
* Fixed #17526 - unnecessary comma in 'Please, see the rele...Luke Plant2012-01-111-1/+1
* Removed use of non-standard indentation rules in docs, an...Luke Plant2011-10-101-22/+0
* Made fix for quote characters with SmartPants + parsed li...Ramiro Morales2011-10-101-11/+12
* Fixed djangodocs Sphinx extension to work with latest SphinxLuke Plant2011-05-161-0/+1
* Fixed our Sphinx extension to work with latest SphinxLuke Plant2011-05-141-0/+1
* Reformated some code for readability.Alex Gaynor2010-11-201-6/+6
* Fixed hyperlinking of template tags for Sphinx >= 1.0Luke Plant2010-11-201-12/+7
* Removed compatibility with Sphinx < 1.0 workarounds in ou...Ramiro Morales2010-11-201-8/+2
* Fixed hyperlinking of template tags/filters in offline do...Luke Plant2010-11-061-3/+7
* Documented options accepted by the runfcgi management com...Ramiro Morales2010-10-271-0/+14
* Fixed #14141: docs now use the :doc: construct for links ...Jacob Kaplan-Moss2010-08-191-3/+3
* Fixed #14033 -- Fixed another problem with xrefs and Sphi...Jannis Leidel2010-08-181-30/+39
* Fixed #14005 - Removed a few unneeded workarounds in the ...Jannis Leidel2010-07-251-110/+42
* Fixed #13616 - Updated the documentation to be compatible...Jannis Leidel2010-07-241-6/+17
* Added hyperlinks for builtin template tags and filters to...Luke Plant2010-05-081-2/+41
* Fixed `fieldlookup` docs cross-reference directive, and a...Justin Bronn2010-03-201-1/+1
* Fixed #10539 -- Updated Sphinx configuration to accommoda...Russell Keith-Magee2009-07-031-14/+39
* Fixed #9436 -- Updated docs build code to create "new in ...Malcolm Tredinnick2009-03-091-0/+31
* Fixed #9645 -- Work around a backwards-incompatibility in...Malcolm Tredinnick2008-12-071-6/+6
* Fixed the documentation HTML writer to not apply smartypa...Jacob Kaplan-Moss2008-09-021-0/+11