index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
_ext
Age
Commit message (
Expand
)
Author
2017-01-23
[1.9.x] Removed deprecated html_translator_class sphinx config option.
Tim Graham
2017-01-23
[1.9.x] Declared Sphinx extensions safe for parallel reading.
Tim Graham
2016-09-26
[1.9.x] Added a CVE role for Sphinx.
Tim Graham
2016-02-01
[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...
Tim Graham
2015-11-16
[1.9.x] Fixed #23751 -- Fixed code snippet formatting in docs PDF.
Tim Graham
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 comprehe...
Jon Dufresne
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
2014-01-24
Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.
Tim Graham
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 filen...
M Nasimul Haque
2013-10-10
Whitespace cleanup.
Tim Graham
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
2013-04-20
Removed unused imports.
Juan Catalano
2013-04-20
Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity.
Juan Catalano
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-02-24
Fixed creation of html docs on python 3.
Florian Apolloner
2013-02-09
Fixed #19699 - Removed "Please see the release notes" from versionadded/chang...
Tim Graham
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
2012-01-11
Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed
Luke Plant
2011-10-10
Removed use of non-standard indentation rules in docs, and the custom transfo...
Luke Plant
2011-10-10
Made fix for quote characters with SmartPants + parsed literal blocks conditi...
Ramiro Morales
2011-05-15
Fixed djangodocs Sphinx extension to work with latest Sphinx
Luke Plant
2011-05-14
Fixed our Sphinx extension to work with latest Sphinx
Luke Plant
2010-11-20
Reformated some code for readability.
Alex Gaynor
2010-11-20
Fixed hyperlinking of template tags for Sphinx >= 1.0
Luke Plant
2010-11-19
Removed compatibility with Sphinx < 1.0 workarounds in our extension code. Al...
Ramiro Morales
2010-11-06
Fixed hyperlinking of template tags/filters in offline docs so that non-built...
Luke Plant
2010-10-27
Documented options accepted by the runfcgi management command.
Ramiro Morales
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-18
Fixed #14033 -- Fixed another problem with xrefs and Sphinx 1.X in the Django...
Jannis Leidel
2010-07-25
Fixed #14005 - Removed a few unneeded workarounds in the Sphinx extension. Th...
Jannis Leidel
2010-07-24
Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0.
Jannis Leidel
2010-05-08
Added hyperlinks for builtin template tags and filters to code samples in docs.
Luke Plant
[next]