You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django warning: DeleteViewCustomDeleteWarning: DeleteView uses FormMixin to handle POST requests. As a consequence, any custom deletion logic in GroupCommentDeleteView.delete() handler should be moved to form_valid()
The text was updated successfully, but these errors were encountered:
Fixed this in 6ee45c5. Moved logic to form_valid() and overwrote delete() with delete() from grandparent since delete() was changed in parent DeleteView from cradmin_legacy.
Django warning:
DeleteViewCustomDeleteWarning: DeleteView uses FormMixin to handle POST requests. As a consequence, any custom deletion logic in GroupCommentDeleteView.delete() handler should be moved to form_valid()
The text was updated successfully, but these errors were encountered: