1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #23814 -- Documented apps refactored out of Django.

This commit is contained in:
Fabio Natali
2015-03-22 11:51:09 +00:00
committed by Tim Graham
parent 8f30556329
commit cb506aed2a
10 changed files with 51 additions and 115 deletions

View File

@@ -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::