1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #33690 -- Added switch button for dark mode in the admin.

This commit is contained in:
Sarah Abderemane
2022-07-13 13:51:06 +02:00
committed by Mariusz Felisiak
parent 5028a02352
commit bc7aa2a5e9
9 changed files with 171 additions and 2 deletions

View File

@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~