diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 09:52:31 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:02 -0500 |
| commit | 9d304b26cf2ce071a682bf68a29dee04d0e4cfdb (patch) | |
| tree | ad8dc77522035dc2be7edc11622b33e58ecb23ed /docs/ref | |
| parent | 7e63e84572f076c3cb2988d753a334e204116ddb (diff) | |
Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/utils.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 1105dc9a16..5870c955f6 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -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 |
