summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/comments
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
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-11-24Removed obsolete contrib.comments upgrade guideClaude Paroz
2012-11-16comment_will_be_sent can cause a 400, not a 403Brandon Adams
2012-11-12Typo in comments docNicolas Ippolito
2012-09-28Fixed #12871 - Documented creation of a comment form for authenticated users;...Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-04Fixed #9967 - Added a link to a bug that affects contrib.comments redirects.Tim Graham
2012-08-04Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-01-21Fixed #17572 —— A few grammar errors in the comments framework example page.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-06-16Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
2010-12-04Fixed #12812 -- added warning about cyclic imports in contrib.comments. Thank...Simon Meers
2010-11-13Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...Jannis Leidel
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-12Fixed #14100: Corrected spelling error in description of user_email. Thanks t...Karen Tracey
2010-01-17Added a few more versionadded directives to the documentation.Jannis Leidel
2010-01-10Fixed #11976 -- Ended our campaign to add the word 'valdation' to the English...Adrian Holovaty
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-05-15Add a proper cross-reference to the mention of HttpRequest in the comment mod...James Bennett
2009-05-14Fixed #11113: fixed a couple of issues that slipped through the cracks when c...Jacob Kaplan-Moss
2009-05-12Fixed #9675: added note about upgrading the URLconf to the comment upgrade gu...Jacob Kaplan-Moss
2009-04-16Fixed #10559 -- Clarified documentation on customization of comments pages. T...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-23Oops, added missing file from [10122].Jacob Kaplan-Moss