mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
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:
parent
82ec05fcc9
commit
87fed94440
2 changed files with 7 additions and 41 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue