diff options
| author | mimi89999 <michel@lebihan.pl> | 2021-01-12 09:59:40 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-01-14 08:27:29 +0100 |
| commit | b5cef91a91c9dbb697b65ef978a7de0b2c5cf564 (patch) | |
| tree | c374e7b13b4a6fbbd9979e0aa5108375fd72c746 /docs/releases | |
| parent | 64cc9dcdad0b60003f54b68e8cb8db715dbdc5ad (diff) | |
Fixed #31259 -- Added admin dark theme.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 66607916e0..2b0f0ee6ee 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -175,7 +175,8 @@ Minor features * Read-only related fields are now rendered as navigable links if target models are registered in the admin. -* The admin now supports theming. See :ref:`admin-theming` for more details. +* The admin now supports theming, and includes a dark theme that is enabled + according to browser settings. See :ref:`admin-theming` for more details. * :attr:`.ModelAdmin.autocomplete_fields` now respects :attr:`ForeignKey.to_field <django.db.models.ForeignKey.to_field>` and |
