From 4502489a466b89cccd9d2c1b8d21b2f153d71b4b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 2 Sep 2017 20:47:47 -0400 Subject: Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline. --- docs/releases/2.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 085ad3aa7e..5effa6eba9 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -249,3 +249,5 @@ how to remove usage of these features. * The ``authenticate()`` method of authentication backends requires ``request`` as the first positional argument. + +* The ``django.db.models.permalink()`` decorator is removed. -- cgit v1.3