Fixed typo in r16935. Refs #17012.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
510ea906f7
commit
846fc7260a
|
@ -1489,7 +1489,7 @@ PROFANITIES_LIST
|
||||||
Default: ``()`` (Empty tuple)
|
Default: ``()`` (Empty tuple)
|
||||||
|
|
||||||
A tuple of profanities, as strings, that will be forbidden in comments when
|
A tuple of profanities, as strings, that will be forbidden in comments when
|
||||||
:setting:`COMMENTS_ALLOW_PROFANITIES` is ``True``.
|
:setting:`COMMENTS_ALLOW_PROFANITIES` is ``False``.
|
||||||
|
|
||||||
.. setting:: RESTRUCTUREDTEXT_FILTER_SETTINGS
|
.. setting:: RESTRUCTUREDTEXT_FILTER_SETTINGS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue