diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-02 19:57:08 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-02 19:57:08 -0400 |
| commit | a8eb715b663ff836e54f04c0e4fcafa2ee468b4e (patch) | |
| tree | a09c4e708deea3af27ba4a791ed8422bf16fcd91 /docs/releases | |
| parent | 6a98396b9da56bf5eb1c94e037b844eb9bdd1a45 (diff) | |
Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 59fd064288..a6fa2785fc 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -1672,10 +1672,10 @@ will be removed in Django 1.10. ``GeoQuerySet`` aggregate methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The ``collect()``, ``extent()``, ``extent3d()``, ``makeline()``, and ``union()`` -aggregate methods are deprecated and should be replaced by their function-based -aggregate equivalents (``Collect``, ``Extent``, ``Extent3D``, ``MakeLine``, and -``Union``). +The ``collect()``, ``extent()``, ``extent3d()``, ``make_line()``, and +``unionagg()`` aggregate methods are deprecated and should be replaced by their +function-based aggregate equivalents (``Collect``, ``Extent``, ``Extent3D``, +``MakeLine``, and ``Union``). .. _deprecated-signature-of-allow-migrate: |
