Fixed a silly typo in comment settings doc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cba91997a2
commit
6abe0460c8
|
@ -24,10 +24,10 @@ COMMENT_MAX_LENGTH
|
|||
The maximum length of the comment field, in characters. Comments longer than
|
||||
this will be rejected. Defaults to 3000.
|
||||
|
||||
.. setting:: COMENTS_APP
|
||||
.. setting:: COMMENTS_APP
|
||||
|
||||
COMENTS_APP
|
||||
-----------
|
||||
COMMENTS_APP
|
||||
------------
|
||||
|
||||
The app (i.e. entry in ``INSTALLED_APPS``) responsible for all "business logic."
|
||||
You can change this to provide custom comment models and forms, though this is
|
||||
|
|
Loading…
Reference in New Issue