mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Removed versionadded/changed annotations dating back to 1.4.
This commit is contained in:
parent
ef017a5f00
commit
7ee7599ab3
49 changed files with 59 additions and 409 deletions
|
|
@ -139,8 +139,6 @@ As we can see, ``formset.errors`` is a list whose entries correspond to the
|
|||
forms in the formset. Validation was performed for each of the two forms, and
|
||||
the expected error message appears for the second item.
|
||||
|
||||
.. versionadded:: 1.4
|
||||
|
||||
We can also check if form data differs from the initial data (i.e. the form was
|
||||
sent without any data)::
|
||||
|
||||
|
|
|
|||
|
|
@ -625,8 +625,6 @@ exclude::
|
|||
Providing initial values
|
||||
------------------------
|
||||
|
||||
.. versionadded:: 1.4
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue