mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15: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:
committed by
Tim Graham
parent
93fc23b2d5
commit
d693074d43
@@ -402,6 +402,10 @@ Miscellaneous
|
||||
* The ``makemigrations --exit`` option is deprecated in favor of the
|
||||
:djadminopt:`--check` option.
|
||||
|
||||
* ``django.utils.functional.allow_lazy()`` is deprecated in favor of the new
|
||||
:func:`~django.utils.functional.keep_lazy` function which can be used with a
|
||||
more natural decorator syntax.
|
||||
|
||||
.. _removed-features-1.10:
|
||||
|
||||
Features removed in 1.10
|
||||
|
||||
Reference in New Issue
Block a user