From 1717332ca2b39f28cd734e2c91a84bbdc0718b7e Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:51:33 -0300 Subject: 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. --- docs/ref/models/fields.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/ref/models') 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 - `_), 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 - `. - .. note:: Fields are defined in :mod:`django.db.models.fields`, but for convenience -- cgit v1.3