diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-06 12:41:07 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-06 12:49:42 +0100 |
| commit | 4c45b627f8c05aaa60f0989f5a41aefe8d107b57 (patch) | |
| tree | d81793dbb0ee940c4a438352ca2314d6d72657a0 /docs | |
| parent | e651b3095c950627b1eed1527f2bb011ddad03de (diff) | |
Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin.
Unused since e651b3095c950627b1eed1527f2bb011ddad03de.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index a35ae79ea9..37a3ea9e85 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -268,6 +268,10 @@ Miscellaneous * The compatibility imports of ``Context``, ``ContextPopException``, and ``RequestContext`` in ``django.template.base`` are removed. +* The compatibility import of + ``django.contrib.admin.helpers.ACTION_CHECKBOX_NAME`` in + ``django.contrib.admin`` is removed. + * The :setting:`STATIC_URL` and :setting:`MEDIA_URL` settings set to relative paths are now prefixed by the server-provided value of ``SCRIPT_NAME`` (or ``/`` if not set). This change should not affect settings set to valid URLs |
