mirror of
https://github.com/django/django.git
synced 2025-08-09 21:38:18 +00:00
[1.8.x] Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.
Backport of a8eb715b66
from master
This commit is contained in:
parent
2b08b36488
commit
6acf0df862
2 changed files with 5 additions and 5 deletions
|
@ -163,7 +163,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…
Add table
Add a link
Reference in a new issue