summaryrefslogtreecommitdiff
path: root/docs/faq/admin.txt
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2011-08-30 08:14:35 +0000
committerIdan Gazit <idan@gazit.me>2011-08-30 08:14:35 +0000
commit5ed2cf03bb309f9b2911bc863f6858edf31748a2 (patch)
tree2045167d640985165d0d7031e0cf2fa207f040c4 /docs/faq/admin.txt
parent93f92635b69c16a79ae546e060522eb437dc1c25 (diff)
Added admin browser support policy note.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq/admin.txt')
-rw-r--r--docs/faq/admin.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index 32cea67479..a0e3b92c37 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -94,3 +94,15 @@ 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. We've got a
:doc:`guide to the CSS used in the admin </obsolete/admin-css>` to get you started.
+What browsers are supported for using the admin?
+------------------------------------------------
+
+The admin provides a fully-functional experience to `YUI's A-grade`_ browsers,
+with the notable exception of IE6, which is not supported.
+
+There *may* be minor stylistic differences between supported browsers—for
+example, some browsers may not support rounded corners. These are considered
+acceptable variations in rendering.
+
+.. _YUI's A-grade: http://yuilibrary.com/yui/docs/tutorials/gbs/
+