summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/utils.txt7
-rw-r--r--docs/releases/2.0.txt2
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.