MongoEngine/mongoengine

Supporting last object retrieval from mongoengine queryset

arpitsachan46 opened this issue · 0 comments

Right now mongoengine only supports the retrieval of the first object from queryset.
Need to add the retrieval of the latest object from the queryset to keep mongoengine orm closer to the django orm.