Changes between Initial Version and Version 1 of Ticket #28683


Ignore:
Timestamp:
Oct 5, 2017, 6:05:18 AM (7 years ago)
Author:
Kordian Kowalski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28683 – Description

    initial v1  
    1616
    1717Steps 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)
    1919- create a queryset with Length annotation: `qs = MyModel.objects.annotate(my_length=Length('geometry'))`
    2020- run `qs.all()` multiple times, all subsequent requests after the first one will fail with the aforementioned message.
Back to Top