From a8eb715b663ff836e54f04c0e4fcafa2ee468b4e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 2 Sep 2015 19:57:08 -0400 Subject: Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index cc1495efee..c2d92fd866 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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. -- cgit v1.3