Skip to content

Getting FilterSetMetaclass' object is not iterable error with FIlters #685

@ghost

Description

When i try using the filters i get this error

Error when calling the metaclass bases 'FilterSetMetaclass' object is not iterable

My code is

class StudentFilter(django_filters.FilterSet): class Meta: model = models.Student fields = ['status','agency']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions