diff --git a/docs/index.txt b/docs/index.txt
index f420b44..55e6cda 100644
a
|
b
|
Having trouble? We'd like to help!
|
21 | 21 | `post a question`_. |
22 | 22 | |
23 | 23 | * Ask a question in the `#django IRC channel`_, or search the `IRC logs`_ to see |
24 | | if its been asked before. |
| 24 | if it's been asked before. |
25 | 25 | |
26 | 26 | * Report bugs with Django in our `ticket tracker`_. |
27 | 27 | |
diff --git a/docs/internals/committers.txt b/docs/internals/committers.txt
index ccb48fe..c5eeeb9 100644
a
|
b
|
and have free rein to hack on all parts of Django.
|
101 | 101 | |
102 | 102 | Joseph Kocherhans |
103 | 103 | Joseph is currently a developer at EveryBlock_, and previously worked for |
104 | | the Lawrence Journal-World where he built most of the backend for the their |
| 104 | the Lawrence Journal-World where he built most of the backend for their |
105 | 105 | Marketplace site. He often disappears for several days into the woods, |
106 | 106 | attempts to teach himself computational linguistics, and annoys his |
107 | 107 | neighbors with his Charango_ playing. |
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index abe4a44..78b5fd9 100644
a
|
b
|
used if :class:`~django.middleware.common.CommonMiddleware` is installed
|
1241 | 1241 | PROFANITIES_LIST |
1242 | 1242 | ---------------- |
1243 | 1243 | |
| 1244 | Default: ``()`` (Empty tuple) |
| 1245 | |
1244 | 1246 | A tuple of profanities, as strings, that will trigger a validation error when |
1245 | 1247 | the ``hasNoProfanities`` validator is called. |
1246 | 1248 | |
1247 | | We don't list the default values here, because that would be profane. To see |
1248 | | the default values, see the file `django/conf/global_settings.py`_. |
1249 | | |
1250 | | .. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py |
1251 | | |
1252 | 1249 | .. setting:: RESTRUCTUREDTEXT_FILTER_SETTINGS |
1253 | 1250 | |
1254 | 1251 | RESTRUCTUREDTEXT_FILTER_SETTINGS |