umutbozkurt/django-rest-framework-mongoengine

QuerySet class in MongoEngine does not have .model key as the django.db.models.query.QuerySet.model in

oussjarrousse opened this issue · 0 comments

QuerySet class in MongoEngine does not have .model key as the in the QuerySet class as defined in django.db.models.query.QuerySet.

adding this field to queryset on initialization could allow for better compatibility with DRF and related packages.