From f0560dfdb2adaa44fc739941a2a784c558ae6427 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 23 Mar 2009 21:07:02 +0000 Subject: Fixed #9282: added a generic comment moderation toolkit. See the documentation for details. This began life as (part of) James Bennett's comment-utils app, and was adapted to be part of Django by Thejaswi Puthraya and Jannis Leidel. Thanks, all! git-svn-id: http://code.djangoproject.com/svn/django/trunk@10122 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/index.txt | 2 +- docs/ref/contrib/comments/index.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.txt b/docs/index.txt index 4b295558a8..715057d4f7 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -82,7 +82,7 @@ Other batteries included * :ref:`Authentication ` * :ref:`Cache system ` * :ref:`Conditional content processing ` - * :ref:`Comments ` + * :ref:`Comments ` | :ref:`Moderation ` | :ref:`Custom comments ` * :ref:`Content types ` * :ref:`Cross Site Request Forgery protection ` * :ref:`Databrowse ` diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt index f3a59bbbd4..10a7dcf00f 100644 --- a/docs/ref/contrib/comments/index.txt +++ b/docs/ref/contrib/comments/index.txt @@ -216,3 +216,4 @@ More information upgrade custom forms + moderation \ No newline at end of file -- cgit v1.3