mirror of
https://github.com/django/django.git
synced 2025-03-05 23:12:32 +00:00
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.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::
|
||||
|
||||
Some of the examples on this page assume that an ``Author`` model has been
|
||||
|
Loading…
x
Reference in New Issue
Block a user