Fixed #31032 -- Updated admin browser support FAQ for 2020.
Following web standards, the modern _evergreen_ browsers are all supported. This applies equally to mobile platforms. Assuming current trends continue, this should be a sustainable policy. Microsoft deprecated all versions of Internet Explorer. IE 11, the last version, is described as a "compatibility solution" rather than a web browser. Whilst it will receive security updates for the lifetime of Windows 10 it's use is actively discouraged. The IE 11 downloads page makes it clear: "We recommend you use the new Microsoft Edge".
This commit is contained in:
parent
7c6b66383d
commit
8b30360322
|
@ -94,14 +94,18 @@ presentation by editing the CSS stylesheet and/or associated image files. The
|
||||||
site is built using semantic HTML and plenty of CSS hooks, so any changes you'd
|
site is built using semantic HTML and plenty of CSS hooks, so any changes you'd
|
||||||
like to make should be possible by editing the stylesheet.
|
like to make should be possible by editing the stylesheet.
|
||||||
|
|
||||||
|
.. _admin-browser-support:
|
||||||
|
|
||||||
What browsers are supported for using the admin?
|
What browsers are supported for using the admin?
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
The admin provides a fully-functional experience to `YUI's A-grade`_ browsers,
|
The admin provides a fully-functional experience to the recent versions of
|
||||||
with the notable exception of IE6, which is not supported.
|
modern, web standards compliant browsers. On desktop this means Chrome, Edge,
|
||||||
|
Firefox, Opera, Safari, and others.
|
||||||
|
|
||||||
There *may* be minor stylistic differences between supported browsers—for
|
On mobile and tablet devices, the admin provides a responsive experience for
|
||||||
example, some browsers may not support rounded corners. These are considered
|
web standards compliant browsers. This includes the major browsers on both
|
||||||
acceptable variations in rendering.
|
Android and iOS.
|
||||||
|
|
||||||
.. _YUI's A-grade: https://github.com/yui/yui3/wiki/Graded-Browser-Support
|
Depending on feature support, there *may* be minor stylistic differences
|
||||||
|
between browsers. These are considered acceptable variations in rendering.
|
||||||
|
|
|
@ -408,6 +408,12 @@ Dropped support for MariaDB 10.1
|
||||||
Upstream support for MariaDB 10.1 ends in October 2020. Django 3.1 supports
|
Upstream support for MariaDB 10.1 ends in October 2020. Django 3.1 supports
|
||||||
MariaDB 10.2 and higher.
|
MariaDB 10.2 and higher.
|
||||||
|
|
||||||
|
``contrib.admin`` browser support
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
The admin no longer supports the legacy Internet Explorer browser. See
|
||||||
|
:ref:`the admin FAQ <admin-browser-support>` for details on supported browsers.
|
||||||
|
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
|
@ -294,6 +294,7 @@ interdependencies
|
||||||
internet
|
internet
|
||||||
interoperability
|
interoperability
|
||||||
intranet
|
intranet
|
||||||
|
iOS
|
||||||
ip
|
ip
|
||||||
ipsum
|
ipsum
|
||||||
IPv
|
IPv
|
||||||
|
|
Loading…
Reference in New Issue