Ticket #14641: docupdates.diff

File docupdates.diff, 1.8 KB (added by Jeff Anderson, 14 years ago)

Three fixes for the documentation

  • docs/index.txt

    diff --git a/docs/index.txt b/docs/index.txt
    index f420b44..55e6cda 100644
    a b Having trouble? We'd like to help!  
    2121  `post a question`_.
    2222
    2323* 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.
    2525
    2626* Report bugs with Django in our `ticket tracker`_.
    2727
  • docs/internals/committers.txt

    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.  
    101101
    102102Joseph Kocherhans
    103103    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
    105105    Marketplace site. He often disappears for several days into the woods,
    106106    attempts to teach himself computational linguistics, and annoys his
    107107    neighbors with his Charango_ playing.
  • docs/ref/settings.txt

    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  
    12411241PROFANITIES_LIST
    12421242----------------
    12431243
     1244Default: ``()`` (Empty tuple)
     1245
    12441246A tuple of profanities, as strings, that will trigger a validation error when
    12451247the ``hasNoProfanities`` validator is called.
    12461248
    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 
    12521249.. setting:: RESTRUCTUREDTEXT_FILTER_SETTINGS
    12531250
    12541251RESTRUCTUREDTEXT_FILTER_SETTINGS
Back to Top