diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-06-19 15:23:57 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-06-19 15:23:57 +0000 |
| commit | adf4b9311d5d64a2bdd58da50271c121ea22e397 (patch) | |
| tree | a69b3b023595cf1ce67a14c4c1ecd3290d94088e /docs/add_ons.txt | |
| parent | e976ed1f7910fad03704f88853c5c5b36cbab134 (diff) | |
multi-auth: Merged to [3151]archive/attic/multi-auth
git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@3152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/add_ons.txt')
| -rw-r--r-- | docs/add_ons.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt index 9f5dc640da..d72e92b018 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -49,8 +49,8 @@ humanize ======== A set of Django template filters useful for adding a "human touch" to data. -To activate these filters, add ``'django.contrib.english'`` to your -``INSTALLED_APPS`` setting. Once you've done that, use ``{% load english %}`` +To activate these filters, add ``'django.contrib.humanize'`` to your +``INSTALLED_APPS`` setting. Once you've done that, use ``{% load humanize %}`` in a template, and you'll have access to these filters: apnumber |
