Django

Code

Changeset 3107

Show
Ignore:
Timestamp:
06/07/06 22:03:19 (2 years ago)
Author:
adrian
Message:

Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/add_ons.txt

    r3077 r3107  
    5050 
    5151A set of Django template filters useful for adding a "human touch" to data. 
    52 To activate these filters, add ``'django.contrib.english'`` to your 
    53 ``INSTALLED_APPS`` setting. Once you've done that, use ``{% load english %}`` 
     52To activate these filters, add ``'django.contrib.humanize'`` to your 
     53``INSTALLED_APPS`` setting. Once you've done that, use ``{% load humanize %}`` 
    5454in a template, and you'll have access to these filters: 
    5555