mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Made a bunch more edits up until [17418]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
00227b6529
commit
6ecadcbdd2
11 changed files with 67 additions and 69 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue