summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/comments/index.txt
AgeCommit message (Expand)Author
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2012-11-24Removed obsolete contrib.comments upgrade guideClaude Paroz
2012-11-12Typo in comments docNicolas Ippolito
2012-09-28Fixed #12871 - Documented creation of a comment form for authenticated users;...Tim Graham
2012-09-04Fixed #9967 - Added a link to a bug that affects contrib.comments redirects.Tim Graham
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-06-16Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-01-17Added a few more versionadded directives to the documentation.Jannis Leidel
2010-01-04Fixed #12053 - form examples don't validate according to w3cLuke Plant
2010-01-04Fixed #10285 - Added render_comment_list template tag to comments app. Thanks...Jannis Leidel
2010-01-04Fixed #11100 - Added get_comment_permalink template tag to comments app to be...Jannis Leidel
2010-01-04Fixed #9819 - Added exemplary documentation for comments app. Thanks for the ...Jannis Leidel
2009-11-03Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant
2009-09-12Fixed #11831 -- Corrected typo in comments docs. Thanks to gsf for the patch.Russell Keith-Magee
2009-04-07Fixed #9268: pass the "next" param through in the comment preview/post view. ...Jacob Kaplan-Moss
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss
2009-03-21Fixed #9958: split the `CommentForm` into a set of smaller forms. This for be...Jacob Kaplan-Moss
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...Jacob Kaplan-Moss
2009-01-12Fixed #9959: fixed comment documentation example showing how to get a preview.Jacob Kaplan-Moss
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-08-26Fixed #8326: added signals documentation.Jacob Kaplan-Moss
2008-08-26Fixed #8555: corrected `get_comment_form` tag documentation.Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss