From 4c45b627f8c05aaa60f0989f5a41aefe8d107b57 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 6 Nov 2019 12:41:07 +0100 Subject: Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin. Unused since e651b3095c950627b1eed1527f2bb011ddad03de. --- docs/releases/3.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 -- cgit v1.3