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
/
misc
/
api-stability.txt
Age
Commit message (
Expand
)
Author
2019-11-18
Expanded API stability docs to include our policy of continual improvement.
Luke Plant
2015-06-25
Updated release process for new release schedule.
Tim Graham
2013-02-19
Fixed #19728 - Updated API stability doc to reflect current meaning of "stable".
Tim Graham
2013-01-29
Fixed typos in docs and comments
Tim Graham
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-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2010-11-01
Fixed #14455 -- Documented the backwards compatibility policy for local flavo...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-08
Fixed #3469 -- added django.utils documentation for stable bits
Brian Rosner
2008-09-03
Added a stability note about template tag names.
Malcolm Tredinnick
2008-09-03
Added two items (django.utils.translation and django.utils.http) to the API
Malcolm Tredinnick
2008-09-02
Updated API stability document for 1.0.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss