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.
Source:stackexchange.com