diff options
| author | Sarah Abderemane <sarahabderemane@gmail.com> | 2022-07-13 13:51:06 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-02 17:14:24 +0200 |
| commit | bc7aa2a5e91cf65fc7510edaf1776528c7ad07b4 (patch) | |
| tree | e4c1a1348a6c284446c6fc8a23ca6c25e24f90f1 /docs | |
| parent | 5028a02352cb1fe3e64d63a614912ef694838862 (diff) | |
Fixed #33690 -- Added switch button for dark mode in the admin.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 452aebdd6b..fefba040e2 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -32,7 +32,8 @@ Minor features :mod:`django.contrib.admin` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The light or dark color theme of the admin can now be toggled in the UI, as + well as being set to follow the system setting. :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
