Views Reference

class django_addanother.views.CreatePopupMixin[source]

Mixin for CreateView classes 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 PopupMixin and has been renamed with the introduction of edit-related buttons and UpdatePopupMixin.

class django_addanother.views.UpdatePopupMixin[source]

Mixin for UpdateView classes that handles the case of the view being opened in an edit-related popup window.

New in version 2.0.0.