Opened 10 years ago
Closed 10 years ago
#24151 closed Bug (duplicate)
GeoAggregate.prepare is never called
Description ¶
GeoAggregate.prepare
has been added in f59fd15c4928caf3dfcbd50f6ab47be409a43b01, however it is apparently never called from anywhere. Josh, an idea?
Change History (3)
comment:2 by , 10 years ago
In the patch for #24152 (https://github.com/django/django/pull/3920) I've moved that check in check_spatial_aggregate
. If you think this is an acceptable resolution, feel free to close this ticket.
comment:3 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to claudep:
Yes, that should be
resolve_expression
now. It must have been overlooked when we changed the name of the method. It obviously needs a test too if none of the existing tests failed.