diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/exceptions.txt | 6 | ||||
| -rw-r--r-- | docs/ref/urlresolvers.txt | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt index 6ce52977e8..7245bccaf8 100644 --- a/docs/ref/exceptions.txt +++ b/docs/ref/exceptions.txt @@ -173,12 +173,6 @@ URL Resolver exceptions URL Resolver exceptions are defined in ``django.urls``. -.. deprecated:: 1.10 - - In older versions, these exceptions are located in - ``django.core.urlresolvers``. Importing from the old location will continue - to work until Django 2.0. - ``Resolver404`` --------------- diff --git a/docs/ref/urlresolvers.txt b/docs/ref/urlresolvers.txt index 3c18bf3c87..6e3ec595b1 100644 --- a/docs/ref/urlresolvers.txt +++ b/docs/ref/urlresolvers.txt @@ -4,12 +4,6 @@ .. module:: django.urls -.. deprecated:: 1.10 - - In older versions, these functions are located in - ``django.core.urlresolvers``. Importing from the old location will continue - to work until Django 2.0. - ``reverse()`` ============= |
