Fixed #23814 -- Pointed localflavor documentation to external package

Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
This commit is contained in:
Iacopo Spalletti 2015-03-22 11:46:07 +01:00 committed by Baptiste Mispelon
parent 82ec05fcc9
commit 87fed94440
2 changed files with 7 additions and 41 deletions

View file

@ -12,10 +12,11 @@ This document contains all the API references of :class:`Field` including the
.. seealso::
If the built-in fields don't do the trick, you can try :doc:`localflavor
</topics/localflavor>`, which contains assorted pieces of code
that are useful for particular countries or cultures. Also, you can easily
:doc:`write your own custom model fields </howto/custom-model-fields>`.
If the built-in fields don't do the trick, you can try `django-localflavor
<https://django-localflavor.readthedocs.org/>`_, which contains assorted
pieces of code that are useful for particular countries or cultures. Also,
you can easily :doc:`write your own custom model fields
</howto/custom-model-fields>`.
.. note::