Merge pull request #545 from rpkilby/add-localization-note

Add install note about localizations
This commit is contained in:
Carlton Gibson 2016-11-05 13:40:18 +01:00 committed by GitHub
commit 273875ae59
1 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,9 @@ Install with pip:
pip install django-filter
And then add ``'django_filters'`` to your ``INSTALLED_APPS``.
.. note::
django-filter provides *some* localization for *some* languages. If you do
not need these translations (or would rather provide your own), then it is
unnecessary to add django-filter to the ``INSTALLED_APPS`` setting.