diff options
| author | elky <elky@users.noreply.github.com> | 2017-09-17 04:11:19 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-16 19:11:19 -0400 |
| commit | dc37e8846eeedc3a9100ca21fdc9d579bc534c89 (patch) | |
| tree | 42d459f013ced49173c60952a458ce4cc17c8c99 /docs/releases | |
| parent | 8f947730ca6a9e3e538a377e7993e17ce3663ee6 (diff) | |
Fixed #26818 -- Added responsive CSS for the admin.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index d25f25eff9..da898db67d 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -46,6 +46,12 @@ be compatible with Django 2.0. What's new in Django 2.0 ======================== +Mobile-friendly ``contrib.admin`` +--------------------------------- + +The admin is now responsive and supports all major mobile devices. +Older browser may experience varying levels of graceful degradation. + Minor features -------------- |
