1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.

This commit is contained in:
Tim Graham
2017-09-02 20:47:47 -04:00
parent 5e31be1b96
commit 4502489a46
7 changed files with 3 additions and 98 deletions

View File

@@ -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.