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
/
djangodocs.py
Age
Commit message (
Expand
)
Author
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-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
2010-03-20
Fixed `fieldlookup` docs cross-reference directive, and added it to the query...
Justin Bronn
2009-07-03
Fixed #10539 -- Updated Sphinx configuration to accommodate 0.6 while retaini...
Russell Keith-Magee
2009-03-09
Fixed #9436 -- Updated docs build code to create "new in development version".
Malcolm Tredinnick
2008-12-07
Fixed #9645 -- Work around a backwards-incompatibility in Sphinx so that
Malcolm Tredinnick
2008-09-02
Fixed the documentation HTML writer to not apply smartypants to literal block...
Jacob Kaplan-Moss
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-26
A noble spirit no longer embiggens the smallest function signatures.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss