Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().

This commit is contained in:
Tim Graham 2016-12-31 09:52:31 -05:00
parent 7e63e84572
commit 9d304b26cf
4 changed files with 3 additions and 31 deletions

View file

@ -518,13 +518,6 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004
z = person.friends # does not call
x is z # is True
.. function:: allow_lazy(func, *resultclasses)
.. deprecated:: 1.10
Works like :meth:`~django.utils.functional.keep_lazy` except that it can't
be used as a decorator.
.. function:: keep_lazy(func, *resultclasses)
.. versionadded:: 1.10