mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed versionadded/changed annotations for 4.0.
This commit is contained in:
parent
d10e569ea5
commit
ca1c3151c3
44 changed files with 0 additions and 316 deletions
|
@ -285,8 +285,6 @@ editing content:
|
|||
|
||||
.. attribute:: form_class
|
||||
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Inherited from :class:`~django.views.generic.edit.BaseDeleteView`. The
|
||||
form class that will be used to confirm the request. By default
|
||||
:class:`django.forms.Form`, resulting in an empty form that is always
|
||||
|
@ -336,8 +334,3 @@ editing content:
|
|||
* :class:`django.views.generic.edit.DeletionMixin`
|
||||
* :class:`django.views.generic.edit.FormMixin`
|
||||
* :class:`django.views.generic.detail.BaseDetailView`
|
||||
|
||||
.. versionchanged:: 4.0
|
||||
|
||||
In older versions, ``BaseDeleteView`` does not inherit from
|
||||
``FormMixin``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue