jazzband / django-mongonaut

Built from scratch to replicate some of the Django admin functionality and add some more, to serve as an introspective interface for Django and Mongo.
MIT License
240 stars 67 forks source link

Fix search results for 1 result in python2 compatibility and add support for GeoPointField #101

Closed igorpejic closed 5 years ago

igorpejic commented 6 years ago

When only 1 result is returned from search query it is possible to get negative indexes which are not supported in mongoengine.

Also add support for GeoPointField so it does not break edit when it is present on a model.