mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #23814 -- Documented apps refactored out of Django.
This commit is contained in:
parent
8f30556329
commit
cb506aed2a
10 changed files with 51 additions and 115 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue