mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
edited doc string
This commit is contained in:
parent
a1ffac9fa7
commit
e7c3f6b28e
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ class PassThroughGeoManager(PassThroughMixin, geomodels.GeoManager):
|
|||
return self.filter(point__within=geom)
|
||||
|
||||
class Location(models.Model):
|
||||
objects = GeoPassThroughManager.for_queryset_class(LocationQuerySet)()
|
||||
objects = PassThroughGeoManager.for_queryset_class(LocationQuerySet)()
|
||||
|
||||
"""
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue