summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-02 19:57:08 -0400
committerTim Graham <timograham@gmail.com>2015-09-02 19:57:08 -0400
commita8eb715b663ff836e54f04c0e4fcafa2ee468b4e (patch)
treea09c4e708deea3af27ba4a791ed8422bf16fcd91 /docs/internals
parent6a98396b9da56bf5eb1c94e037b844eb9bdd1a45 (diff)
Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 1 insertions, 1 deletions
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.