index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
_ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made default_role_error use logger.
Mariusz Felisiak
2020-06-03
1
-6
/
+7
*
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-05-04
1
-1
/
+1
*
Sorted imports in docs/_ext/djangodocs.py.
Tim Graham
2020-04-14
1
-2
/
+1
*
Fixed CodeBlock deprecation warning on Sphinx 2.1+.
Mariusz Felisiak
2020-04-07
1
-1
/
+1
*
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-04-01
1
-1
/
+14
*
Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx ...
Baptiste Mispelon
2019-11-25
1
-4
/
+1
*
Made versionadded/versionchanged annotations without a content end with ".".
Sergey Fedoseev
2019-11-21
1
-1
/
+1
*
Fixed crash building translated docs since Sphinx 1.8.
Tim Graham
2018-10-01
1
-0
/
+2
*
Updated contributing tutorial's virtual environment instructions.
Thomas Grainger
2018-09-19
1
-0
/
+2
*
Fixed env.note_versionchange() deprecation warning in Sphinx 1.8.
Tim Graham
2018-09-11
1
-1
/
+6
*
Removed usage of deprecated sphinx APIs.
Tim Graham
2018-09-10
1
-2
/
+4
*
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
1
-140
/
+1
*
Replaced CVE/ticket roles with extlinks.
Tim Graham
2018-08-27
2
-66
/
+0
*
Bumped minimum Sphinx version to 1.6.0.
Tim Graham
2018-03-22
1
-5
/
+1
*
Used console directive in "Writing documentation".
Roy Zwambag
2018-03-07
1
-0
/
+3
*
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2018-01-20
1
-0
/
+176
*
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
1
-1
/
+1
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-2
/
+1
*
Removed usage of deprecated sphinx.util.compat.Directive.
Tim Graham
2017-05-24
1
-2
/
+2
*
Fixed docs build with Sphinx 1.6.
Dmitry Shachnev
2017-05-24
1
-3
/
+6
*
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-25
1
-1
/
+1
*
Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Tim Graham
2016-12-14
1
-0
/
+1
*
Removed deprecated html_translator_class sphinx config option.
Tim Graham
2016-12-05
1
-0
/
+1
*
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-4
/
+8
*
Added a CVE role for Sphinx.
Tim Graham
2016-09-26
1
-0
/
+27
*
Added copy-to-clipboard support for all code snippets
Baptiste Mispelon
2016-07-06
1
-1
/
+1
*
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-14
1
-37
/
+4
*
Removed unused docs/_ext/applyxrefs.py
Tim Graham
2016-01-13
1
-77
/
+0
*
Declared Sphinx extensions safe for parallel reading.
Tim Graham
2016-01-13
2
-0
/
+2
*
Removed a docs workaround for an old Sphinx version.
Tim Graham
2015-11-16
1
-13
/
+1
*
Fixed #23751 -- Fixed code snippet formatting in docs PDF.
Tim Graham
2015-11-16
1
-11
/
+19
*
Removed obsolete literals_to_xrefs.py script.
Tim Graham
2015-06-15
1
-174
/
+0
*
Fixed E265 comment style
Collin Anderson
2015-02-06
1
-2
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
3
-6
/
+5
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
2
-3
/
+3
*
Added sphinx extension to ease generation of ticket links.
Tim Graham
2014-08-19
1
-0
/
+38
*
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-30
1
-1
/
+1
*
Removed duplicate "Deprecated in Django A.B" text in docs.
Tim Graham
2014-06-06
1
-6
/
+7
*
Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.
Tim Graham
2014-01-24
1
-2
/
+4
*
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-14
1
-2
/
+2
*
Removed a u'' prefix that prevented the docs from building on Python 3.2.
Tim Graham
2013-12-06
1
-1
/
+1
*
Replace use of dict.has_key with `key in dict`
Alex Gaynor
2013-11-26
1
-2
/
+2
*
Fixed all E226 violations
Alex Gaynor
2013-11-03
1
-2
/
+2
*
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
3
-0
/
+7
*
Fixed flake8 E241
Boryslav Larin
2013-11-02
1
-24
/
+25
*
Fixed all the E203 violations
Alex Gaynor
2013-10-26
1
-1
/
+1
*
Fixed E221 pep8 warnings.
Tim Graham
2013-10-22
1
-8
/
+8
*
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-21
1
-2
/
+2
*
Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...
M Nasimul Haque
2013-10-14
1
-0
/
+134
*
Whitespace cleanup.
Tim Graham
2013-10-10
1
-17
/
+17
[next]