index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
redirects.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2020-06-23
Refs #31541 -- Added example of creating Redirect objects to redirects app docs.
Yash Saini
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-03-28
Used extlinks for Django's source code.
Tim Graham
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2013-12-25
Added versionadded annotations for redirect middleware attributes.
Tim Graham
2013-11-02
Fixed #21354 -- Documented contrib.redirects defaults to 301 redirects
Bouke Haarsma
2013-10-04
Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden.
Ryan Kaskel
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-02-08
Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware
Claude Paroz
2012-05-03
Fixed broken URLs introduced in 1adc87cd32.
Ramiro Morales
2012-05-03
Updated some URLs in the documentation to point to the new repository.
Ramiro Morales
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss