diff options
| author | Mustafa Pirbhai <mustafaspirbhai@gmail.com> | 2025-08-27 14:07:42 +0300 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-29 08:58:58 +0200 |
| commit | 183fcebf88aa0762a2e28477f9b24c34341a75f4 (patch) | |
| tree | e68a069cffa5a2ca0ba63c33b4bee5a5315a04ee /docs/topics/forms/modelforms.txt | |
| parent | eaaf01c96a44354c5b0a0450ee49c3031848b489 (diff) | |
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>
Diffstat (limited to 'docs/topics/forms/modelforms.txt')
| -rw-r--r-- | docs/topics/forms/modelforms.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 </ref/forms/fields>` for more information on fields and their arguments. +.. _modelforms-enabling-localization-of-fields: + Enabling localization of fields ------------------------------- |
