Skip to content

Commit

Permalink
Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Apr 17, 2011
1 parent 78b2e25 commit d3e5380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/class-based-views.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ ModelFormMixin

**Mixins**

* :class:`django.views.generic.forms.FormMixin`
* :class:`django.views.generic.edit.FormMixin`
* :class:`django.views.generic.detail.SingleObjectMixin`

.. attribute:: success_url
Expand Down

0 comments on commit d3e5380

Please sign in to comment.