My django code is broken and raises the following AttributeError
:
AttributeError: 'GeoQuerySet' object has no attribute 'extent'
In my code I try to call extent on a django geoqueryset
:
if raster and bbox:
self.extent = qs.extent()
My Django version is currently 1.10 and has recently been upgraded from Django 1.9.