mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().
This commit is contained in:
parent
7e63e84572
commit
9d304b26cf
4 changed files with 3 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue