Commit 4f215cfc authored by Timo Graham's avatar Timo Graham
Browse files

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
parent 5d71bec5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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**