summaryrefslogtreecommitdiff
path: root/docs/topics/forms
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/topics/forms
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/topics/forms')
-rw-r--r--docs/topics/forms/index.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 04c795352f..ba78b43023 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -856,3 +856,7 @@ This covers the basics, but forms can do a whole lot more:
:doc:`The Forms Reference </ref/forms/index>`
Covers the full API reference, including form fields, form widgets,
and form and field validation.
+
+ :pypi:`django-formtools`
+ Provides additional form utilities, such as form previews and wizards
+ (`documentation <https://django-formtools.readthedocs.io/>`_).