summaryrefslogtreecommitdiff
path: root/docs/releases/5.0.txt
diff options
context:
space:
mode:
authorDurval Carvalho <durvalcsouza@outlook.com>2023-01-31 15:05:03 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-02-16 08:29:40 +0100
commit85366fbca723c9b37d0ac9db1d44e3f1cb188db2 (patch)
tree4c639dbd7d431b14d9dea655eb184f1cbd027f73 /docs/releases/5.0.txt
parent6bdc3c58b65eb32fd63cd41849f00a17a36b4473 (diff)
downloaddjango-85366fbca723c9b37d0ac9db1d44e3f1cb188db2.tar.gz
Fixed #34045 -- Improved accessibility of selecting items in admin changelist.
This adds "aria-label".
Diffstat (limited to 'docs/releases/5.0.txt')
-rw-r--r--docs/releases/5.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index 87185ee7f0..3e14e17972 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -254,6 +254,8 @@ Miscellaneous
* The ``instance`` argument of the undocumented
``BaseModelFormSet.save_existing()`` method is renamed to ``obj``.
+* The undocumented ``django.contrib.admin.helpers.checkbox`` is removed.
+
.. _deprecated-features-5.0:
Features deprecated in 5.0