Views Reference¶
-
class
django_addanother.views.CreatePopupMixin[source]¶ Mixin for
CreateViewclasses that handles the case of the view being opened in an add-another popup window.Changed in version 2.0.0: This used to be called
PopupMixinand has been renamed with the introduction of edit-related buttons andUpdatePopupMixin.
-
class
django_addanother.views.UpdatePopupMixin[source]¶ Mixin for
UpdateViewclasses that handles the case of the view being opened in an edit-related popup window.New in version 2.0.0.