edited class names

This commit is contained in:
Douglas Meehan 2014-01-08 16:56:32 +00:00
parent a1abc9bb8a
commit a1ffac9fa7

View file

@ -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