From 0083a4c8e9d3b8fcc237b1dce1c5412d342b7de2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 4 Oct 2016 14:39:49 -0400 Subject: Refs #18974 -- Deprecated @models.permalink() decorator. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index a1c55646d0..a7ef1b8be5 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -41,6 +41,8 @@ details on these changes. * The ``authenticate()`` method of authentication backends will require a ``request`` argument. +* The ``django.db.models.permalink()`` decorator will be removed. + .. _deprecation-removed-in-2.0: 2.0 -- cgit v1.3