~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/ref/contrib/comments/forms.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _ref-contrib-comments-forms:
2
 
 
3
1
====================
4
2
Comment form classes
5
3
====================
9
7
 
10
8
The ``django.contrib.comments.forms`` module contains a handful of forms
11
9
you'll use when writing custom views dealing with comments, or when writing
12
 
:ref:`custom comment apps <ref-contrib-comments-custom>`.
 
10
:doc:`custom comment apps </ref/contrib/comments/custom>`.
13
11
 
14
12
.. class:: CommentForm
15
13
 
23
21
Abstract comment forms for custom comment apps
24
22
----------------------------------------------
25
23
 
26
 
If you're building a :ref:`custom comment app <ref-contrib-comments-custom>`,
 
24
If you're building a :doc:`custom comment app </ref/contrib/comments/custom>`,
27
25
you might want to replace *some* of the form logic but still rely on parts of
28
26
the existing form.
29
27