diff options
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/modelforms.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index cd1f43ae49..d2aa8863fc 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -622,11 +622,11 @@ Providing initial values .. versionadded:: 1.4 -As with regular formsets, it is possible to :ref:`specify initial data +As with regular formsets, it's possible to :ref:`specify initial data <formsets-initial-data>` for forms in the formset by specifying an ``initial`` parameter when instantiating the model formset class returned by -``modelformset_factory``. However, with model formsets the initial values only -apply to extra forms, those which are not bound to an existing object instance. +``modelformset_factory``. However, with model formsets, the initial values only +apply to extra forms, those that aren't bound to an existing object instance. .. _saving-objects-in-the-formset: |
