Loading docs/add_ons.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docs/add_ons.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading