mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
edited class names
This commit is contained in:
parent
a1abc9bb8a
commit
a1ffac9fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class PassThroughManager(PassThroughMixin, models.Manager):
|
|||
"""
|
||||
pass
|
||||
|
||||
class GeoPassThroughManager(PassThroughMixin, geomodels.GeoManager):
|
||||
class PassThroughGeoManager(PassThroughMixin, geomodels.GeoManager):
|
||||
"""
|
||||
For use with GeoDjango's GeoManager to enable spatial lookups.
|
||||
Inherit from this Manager to enable you to call any methods from your
|
||||
|
|
|
|||
Loading…
Reference in a new issue