diff options
| author | David Smith <smithdc@gmail.com> | 2020-05-04 19:33:35 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-05 07:34:34 +0200 |
| commit | 2522559d1a612a4e8885de4780ff2b7aa7b8d375 (patch) | |
| tree | ac3a7500811bd68fe4f4f9dfbe568c32e22f04dd /docs/internals | |
| parent | f2051eb8a7febdaaa43bd33bf5a6108c5f428e59 (diff) | |
Fixed #31534 -- Deprecated django.conf.urls.url().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 95b0c5a3a1..1d89238ede 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -81,6 +81,8 @@ details on these changes. * The model ``NullBooleanField`` will be removed. A stub field will remain for compatibility with historical migrations. +* ``django.conf.urls.url()`` will be removed. + See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more details on these changes. |
