#24152 closed Cleanup/optimization (fixed)
Deprecate GeoQuerySet aggregate methods
Description ¶
In the trend of making GeoQuerySet
as similar to QuerySet
as possible, I'd suggest to deprecate the GeoQuerySet
aggregation methods, as GIS aggregates (Union
, Extent
, Extent3D
, MakeLine
, Collect
) are already available and usable like any other Django aggregate.
Change History (8)
comment:1 by , 10 years ago
Has patch: | set |
---|---|
Needs documentation: | set |
comment:4 by , 10 years ago
Needs documentation: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/3920
I've not updated the documentation yet. Should this deprecation happen in 1.8 or are we too late?