Changes between Initial Version and Version 1 of Ticket #28683
- Timestamp:
- Oct 5, 2017, 6:05:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28683 – Description
initial v1 16 16 17 17 Steps to reproduce: 18 - create a model with a `django.contrib.gis.db.models.GeometryField` 18 - create a model with a `django.contrib.gis.db.models.GeometryField` (called `geometry` for this example) 19 19 - create a queryset with Length annotation: `qs = MyModel.objects.annotate(my_length=Length('geometry'))` 20 20 - run `qs.all()` multiple times, all subsequent requests after the first one will fail with the aforementioned message.