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 | |
| parent | 7e63e84572f076c3cb2988d753a334e204116ddb (diff) | |
Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 7 | ||||
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
2 files changed, 2 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 diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 0bc5c8d388..1acfdb5900 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -336,3 +336,5 @@ these features. * The ``cascaded_union`` property of ``django.contrib.gis.geos.MultiPolygon`` is removed. + +* ``django.utils.functional.allow_lazy()`` is removed. |
