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
I have this issue when clicking the filter button. How can I fix it?
The error in this code is inside the formset file.
def _should_delete_form(self, form):
"""Return whether or not the form was marked for deletion."""
return form.cleaned_data.get(DELETION_FIELD_NAME, False)
The text was updated successfully, but these errors were encountered:
Hi,
I have this issue when clicking the filter button. How can I fix it?
The error in this code is inside the formset file.
The text was updated successfully, but these errors were encountered: