summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-01-07 16:51:33 -0300
committernessita <124304+nessita@users.noreply.github.com>2026-01-08 10:50:56 -0300
commit1717332ca2b39f28cd734e2c91a84bbdc0718b7e (patch)
tree91705e060c39a32346e7c15a51c721a2aa7b09e6 /docs/ref
parentfd5def6367b835784d9d35927433499345b335e7 (diff)
Relocated content from docs/topics/external-packages.txt where appropriate.
Following up a forum post and a conversation with the Steering Council, it was decided to remove the docs/topics/external-packages.txt to avoid confusion with the Ecosystem page. Relevant content was moved to their related sections, except for `django-contrib-comments` which is not actively maintained. Thank you Tim Schilling for the review.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index fe4d764ab3..308c93d868 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -10,16 +10,6 @@ Model field reference
This document contains all the API references of :class:`Field` including the
`field options`_ and `field types`_ Django offers.
-.. seealso::
-
- If the built-in fields don't do the trick, you can try
- :pypi:`django-localflavor` (`documentation
- <https://django-localflavor.readthedocs.io/>`_), 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::
Fields are defined in :mod:`django.db.models.fields`, but for convenience