umutbozkurt / django-rest-framework-mongoengine

Mongoengine support for Django Rest Framework
MIT License
616 stars 167 forks source link

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

Open oussjarrousse opened 1 year ago

oussjarrousse commented 1 year ago

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.