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
/
comments
/
example.txt
Age
Commit message (
Expand
)
Author
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2013-03-11
Deprecated django.contrib.comments.
Jacob Kaplan-Moss
2013-01-15
Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-01-21
Fixed #17572 —— A few grammar errors in the comments framework example page.
Aymeric Augustin
2011-10-10
Removed use of non-standard indentation rules in docs, and the custom transfo...
Luke Plant
2011-10-10
Fixed a bunch of ReST errors that resulted in interpretation as block quotations
Luke Plant
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-06-16
Fixed #16031 -- Corrected comments template examples. Thanks, teraom.
Jannis Leidel
2011-01-13
Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-01-17
Added a few more versionadded directives to the documentation.
Jannis Leidel
2010-01-04
Fixed #12053 - form examples don't validate according to w3c
Luke Plant
2010-01-04
Fixed #10285 - Added render_comment_list template tag to comments app. Thanks...
Jannis Leidel
2010-01-04
Fixed #9819 - Added exemplary documentation for comments app. Thanks for the ...
Jannis Leidel