mirror of
https://github.com/django/django.git
synced 2025-11-13 17:09:28 +00:00
Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
78b2e254ca
commit
d3e5380b41
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ ModelFormMixin
|
||||||
|
|
||||||
**Mixins**
|
**Mixins**
|
||||||
|
|
||||||
* :class:`django.views.generic.forms.FormMixin`
|
* :class:`django.views.generic.edit.FormMixin`
|
||||||
* :class:`django.views.generic.detail.SingleObjectMixin`
|
* :class:`django.views.generic.detail.SingleObjectMixin`
|
||||||
|
|
||||||
.. attribute:: success_url
|
.. attribute:: success_url
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue