From a1ffac9fa7101dd13d5306ecba93d7560d7c4a6a Mon Sep 17 00:00:00 2001 From: Douglas Meehan Date: Wed, 8 Jan 2014 16:56:32 +0000 Subject: [PATCH] edited class names --- model_utils/managers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_utils/managers.py b/model_utils/managers.py index 3359e20..0f9b01d 100644 --- a/model_utils/managers.py +++ b/model_utils/managers.py @@ -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