Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for the report.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-06-12 00:26:43 +00:00
parent 5d71bec5e4
commit 4f215cfcd7
1 changed files with 2 additions and 2 deletions

View File

@ -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**