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
the problem using django-filter/django-mongoengine-filter and 'QuerySet' object has no attribute 'model' is somewhere totally different. @liuhuan086 is subclassing mongoengine.document instead of django_mongoengine.document (which maps self.model to self._document)
when I use the django-mongoengine-filter just like I used in DRF,but there raise some errors:
AttributeError: 'QuerySet' object has no attribute 'model'
The text was updated successfully, but these errors were encountered: