diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-02 20:47:47 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-22 12:51:18 -0400 |
| commit | 4502489a466b89cccd9d2c1b8d21b2f153d71b4b (patch) | |
| tree | 1d7c3f1d0c11f981816c6d67e1f3c976013a6ee1 /docs | |
| parent | 5e31be1b96f60232e1e04140c5f0e33d8c2319f1 (diff) | |
Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
