diff options
| author | Fabio Natali <fabio@fnstudio.it> | 2015-03-22 11:51:09 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-25 08:46:23 -0400 |
| commit | cb506aed2a3ca439a7ed6cff410667f302405c8b (patch) | |
| tree | 38a486dd13a4781699ea1e52c9d5ea70bd63d586 /docs/ref/models | |
| parent | 8f30556329b64005d63b66859a74752a0b261315 (diff) | |
Fixed #23814 -- Documented apps refactored out of Django.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 0b411cf729..3746813bfb 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -13,9 +13,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 `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 + <https://github.com/django/django-localflavor>`_ (`documentation + <https://django-localflavor.readthedocs.org/>`_), which contains assorted + pieces of code that are useful for particular countries and cultures. + + Also, you can easily :doc:`write your own custom model fields </howto/custom-model-fields>`. .. note:: |
