django-advanced-filters icon indicating copy to clipboard operation
django-advanced-filters copied to clipboard

'AdvancedFilterQueryForm' object has no attribute 'cleaned_data'

Open Aref20 opened this issue 3 years ago • 0 comments

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.

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)

Aref20 avatar Jun 22 '22 09:06 Aref20