summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-31 09:52:31 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:02 -0500
commit9d304b26cf2ce071a682bf68a29dee04d0e4cfdb (patch)
treead8dc77522035dc2be7edc11622b33e58ecb23ed /docs/releases
parent7e63e84572f076c3cb2988d753a334e204116ddb (diff)
Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.0.txt2
1 files changed, 2 insertions, 0 deletions
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.