Fixed #24152 -- Deprecated GeoQuerySet aggregate methods

Thanks Josh Smeaton and Tim Graham for the reviews.
This commit is contained in:
Claude Paroz 2015-01-14 20:48:55 +01:00
parent 5338ff4808
commit a79e6b6717
10 changed files with 208 additions and 75 deletions

View file

@ -161,6 +161,9 @@ details on these changes.
* Support for the legacy ``%(<foo>)s`` syntax in ``ModelFormMixin.success_url``
will be removed.
* ``GeoQuerySet`` aggregate methods ``collect()``, ``extent()``, ``extent3d()``,
``makeline()``, and ``union()`` will be removed.
.. _deprecation-removed-in-1.9:
1.9