summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/comments/custom.txt
AgeCommit message (Collapse)Author
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.
2012-08-04Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz
Thanks Pratyush for the report.
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from ↵Luke Plant
[16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-04Fixed #12812 -- added warning about cyclic imports in contrib.comments. ↵Simon Meers
Thanks to Beetle_B, bjourne and philgyford for the reports, and Russ for the wording. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16Fixed #10559 -- Clarified documentation on customization of comments pages. ↵Russell Keith-Magee
Thanks to Thejaswi Puthraya for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-21Fixed #9958: split the `CommentForm` into a set of smaller forms. This for ↵Jacob Kaplan-Moss
better encapsulation, but also so that it's easier for subclasses to get at the pieces they might need. Thanks to Thejaswi Puthraya. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. ↵Jacob Kaplan-Moss
This means it's now possible to override any of the models, forms, or views used by the comment app; see the new custom comment app docs for details and an example. Thanks to Thejaswi Puthraya for the original patch, and to carljm for docs and tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9890 bcc190cf-cafb-0310-a4f2-bffc1f526a37