Skip to content

Commit

Permalink
Fixed #15764 - Corrected mixin docs for DeleteView?; thanks linovia f…
Browse files Browse the repository at this point in the history
…or the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Jun 12, 2011
1 parent 4207fed commit 0686b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/class-based-views.txt
Expand Up @@ -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**

Expand Down

0 comments on commit 0686b06

Please sign in to comment.