diff options
| author | Iacopo Spalletti <i.spalletti@nephila.it> | 2015-03-22 11:46:07 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2015-03-22 15:36:44 +0100 |
| commit | 6da4ce5365995235da4c786c5232e4fce96aca00 (patch) | |
| tree | 0df2b5d63807dfff9250f4e6361e84c47d49397b /docs/ref | |
| parent | e654123f7fa5b7f04ce5c86bc10689011c8eec69 (diff) | |
[1.8.x] 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.
Backport of 87fed9444033533ad7105c4b1e4ffc5d7854a2c6 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/fields.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index d764719705..716460d1b7 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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:: |
