Mentioned SuccessMessageMixin in generic editing views docs.
This commit is contained in:
parent
a8d12bc280
commit
738a0a4dc2
|
@ -10,6 +10,12 @@ editing content:
|
||||||
* :class:`django.views.generic.edit.UpdateView`
|
* :class:`django.views.generic.edit.UpdateView`
|
||||||
* :class:`django.views.generic.edit.DeleteView`
|
* :class:`django.views.generic.edit.DeleteView`
|
||||||
|
|
||||||
|
.. seealso::
|
||||||
|
|
||||||
|
The :doc:`messages framework </ref/contrib/messages>` contains
|
||||||
|
:class:`~django.contrib.messages.views.SuccessMessageMixin`, which
|
||||||
|
facilitates presenting messages about successful form submissions.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Some of the examples on this page assume that an ``Author`` model has been
|
Some of the examples on this page assume that an ``Author`` model has been
|
||||||
|
|
Loading…
Reference in New Issue