[1.8.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.
Backport of 5d193d042a
from master
This commit is contained in:
parent
c65c8f5696
commit
6454716264
|
@ -21,6 +21,10 @@ FormMixin
|
||||||
|
|
||||||
A mixin class that provides facilities for creating and displaying forms.
|
A mixin class that provides facilities for creating and displaying forms.
|
||||||
|
|
||||||
|
**Mixins**
|
||||||
|
|
||||||
|
* :class:`django.views.generic.base.ContextMixin`
|
||||||
|
|
||||||
**Methods and Attributes**
|
**Methods and Attributes**
|
||||||
|
|
||||||
.. attribute:: initial
|
.. attribute:: initial
|
||||||
|
@ -87,20 +91,6 @@ FormMixin
|
||||||
|
|
||||||
Renders a response, providing the invalid form as context.
|
Renders a response, providing the invalid form as context.
|
||||||
|
|
||||||
.. method:: get_context_data(**kwargs)
|
|
||||||
|
|
||||||
Populates a context containing the contents of ``kwargs``.
|
|
||||||
|
|
||||||
**Context**
|
|
||||||
|
|
||||||
* ``form``: The form instance that was generated for the view.
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
Views mixing ``FormMixin`` must provide an implementation of
|
|
||||||
:meth:`form_valid` and :meth:`form_invalid`.
|
|
||||||
|
|
||||||
|
|
||||||
ModelFormMixin
|
ModelFormMixin
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue