mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Thanks to bmispelon and uruz for the initial patch.
This commit is contained in:
parent
93fc23b2d5
commit
d693074d43
21 changed files with 237 additions and 59 deletions
|
@ -124,6 +124,8 @@ details on these changes.
|
|||
* The ``cascaded_union`` property of ``django.contrib.gis.geos.MultiPolygon``
|
||||
will be removed.
|
||||
|
||||
* ``django.utils.functional.allow_lazy()`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.10:
|
||||
|
||||
1.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue