[Fixed]-GeoDjango: Extending GeoManager with Search Functionality

1👍

You can add extra manager methods. In the case of geodjango you have to override the default manager (objects) with a GeoManager.
You need to override models.GeoManager instead of models.Manager to have a custom manager on that case.

Leave a comment