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
/
topics
/
index.txt
Age
Commit message (
Expand
)
Author
2026-01-08
Relocated content from docs/topics/external-packages.txt where appropriate.
Natalia
2025-09-16
Fixed #35859 -- Added background Tasks framework interface.
Jake Howard
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2019-12-03
Refs #30451 -- Doc'd asynchronous support and async-safety.
Andrew Godwin
2017-05-01
Fixed #28139 -- Added another level of headings in the topics index.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-03-25
Fixed #23814 -- Documented apps refactored out of Django.
Fabio Natali
2014-03-03
Added first cut at reference documentation for the checks framework.
Russell Keith-Magee
2013-09-20
Fixed #20877 -- added a performance optimization guide
evildmp
2013-07-25
Small start to migrations documentation
Andrew Godwin
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-21
Fixed #19497 -- Refactored testing docs.
Ramiro Morales
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-07
Fixed #18363 -- Added Python 3 compatibility layer.
Claude Paroz
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2011-06-10
Fixed #14201 - Add a "security overview" page to the docs
Luke Plant
2011-05-21
Fixed #12417 -- Added signing functionality, including signing cookies. Many ...
Jannis Leidel
2011-01-30
Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Thanks to ...
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-02-16
Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...
Jannis Leidel
2009-06-18
Refs #11336 -- Another dummy commit to force refresh of some index pages by S...
Russell Keith-Magee
2009-06-17
Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco...
Russell Keith-Magee
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr
2008-08-26
Fixed #8326: added signals documentation.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss