Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.

This commit is contained in:
Tim Graham 2015-09-02 19:57:08 -04:00
parent 6a98396b9d
commit a8eb715b66
2 changed files with 5 additions and 5 deletions

View file

@ -250,7 +250,7 @@ details on these changes.
will be removed.
* ``GeoQuerySet`` aggregate methods ``collect()``, ``extent()``, ``extent3d()``,
``makeline()``, and ``union()`` will be removed.
``make_line()``, and ``unionagg()`` will be removed.
* Ability to specify ``ContentType.name`` when creating a content type instance
will be removed.