diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 09:59:51 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:02 -0500 |
| commit | bc3540ce2c7cc59ec39a23ed16b14cc12f485bf3 (patch) | |
| tree | c19c74d27f1a02fc5935fe1b0e9e9f5369e0c5a8 /docs/ref/exceptions.txt | |
| parent | f65b1aee71dfb17dcf5738545db3f3fdf980fe72 (diff) | |
Refs #26013 -- Removed deprecated django.core.urlresolvers module.
Diffstat (limited to 'docs/ref/exceptions.txt')
| -rw-r--r-- | docs/ref/exceptions.txt | 6 |
1 files changed, 0 insertions, 6 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`` --------------- |
