From 183fcebf88aa0762a2e28477f9b24c34341a75f4 Mon Sep 17 00:00:00 2001 From: Mustafa Pirbhai Date: Wed, 27 Aug 2025 14:07:42 +0300 Subject: Fixed #35831 -- Documented the model form meta API in model form reference docs. Co-authored-by: Jonathan <3218047+jernwerber@users.noreply.github.com> Co-authored-by: Mustafa <117516335+mspirbhai@users.noreply.github.com> --- docs/topics/forms/modelforms.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 611dc83439..a673a179f6 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -38,6 +38,8 @@ For example: >>> article = Article.objects.get(pk=1) >>> form = ArticleForm(instance=article) +.. _model-form-field-types: + Field types ----------- @@ -683,6 +685,8 @@ the field declaratively and setting its ``validators`` parameter:: See the :doc:`form field documentation ` for more information on fields and their arguments. +.. _modelforms-enabling-localization-of-fields: + Enabling localization of fields ------------------------------- -- cgit v1.3