Loading docs/internals/deprecation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading docs/releases/1.8.txt +4 −4 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
docs/internals/deprecation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
docs/releases/1.8.txt +4 −4 Original line number Diff line number Diff line Loading @@ -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: Loading