mirror of
https://github.com/Hopiu/django.git
synced 2026-04-27 10:14:48 +00:00
Fixed #15764 - Corrected mixin docs for DeleteView?; thanks linovia for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4207fed932
commit
0686b0662a
1 changed files with 2 additions and 2 deletions
|
|
@ -1062,8 +1062,8 @@ DeleteView
|
|||
|
||||
**Mixins**
|
||||
|
||||
* :class:`django.views.generic.edit.ModelFormMixin`
|
||||
* :class:`django.views.generic.edit.ProcessFormView`
|
||||
* :class:`django.views.generic.edit.DeletionMixin`
|
||||
* :class:`django.views.generic.detail.BaseDetailView`
|
||||
|
||||
**Notes**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue