summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-30 17:55:03 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 14:09:29 -0500
commitb2ffbb00a5b4526ab51c62a620f819c96a44902c (patch)
treefac94f3c9f28948b1f330e7c08a08d85d9ccbaab /docs
parentddd3268975dca9094d94ab1df56dae0a24a58865 (diff)
Refs #24215 -- Removed add_lazy_relation() per deprecation timeline.
Diffstat (limited to 'docs')
-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 3958d27dd2..9c1d80f081 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -252,3 +252,5 @@ these features.
* The ``on_delete`` argument for ``ForeignKey`` and ``OneToOneField`` are now
required.
+
+* ``django.db.models.fields.add_lazy_relation()`` is removed.