Changeset 3107
- Timestamp:
- 06/07/06 22:03:19 (2 years ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r3077 r3107 50 50 51 51 A set of Django template filters useful for adding a "human touch" to data. 52 To activate these filters, add ``'django.contrib. english'`` to your53 ``INSTALLED_APPS`` setting. Once you've done that, use ``{% load english%}``52 To activate these filters, add ``'django.contrib.humanize'`` to your 53 ``INSTALLED_APPS`` setting. Once you've done that, use ``{% load humanize %}`` 54 54 in a template, and you'll have access to these filters: 55 55
