#31309: Django admin site needs X-UA-Compatible meta tag to prevent IE rendering the page poorly in compatibility mode. ---------------------------------------------+------------------------ Reporter: Petter Strandmark | Owner: nobody Type: Bug | Status: new Component: contrib.admin | Version: 3.0 Severity: Normal | Keywords: Triage Stage: Unreviewed | Has patch: 0 Needs documentation: 0 | Needs tests: 0 Patch needs improvement: 0 | Easy pickings: 0 UI/UX: 0 | ---------------------------------------------+------------------------ Django admin site needs X-UA-Compatible meta tag to prevent IE rendering the page poorly in compatibility mode.
The fix is simple, just add `<meta http-equiv="X-UA-Compatible" content="IE=11" />` to the base template. I'll make a PR for this. It's pretty annoying without this, CSS can break and the pages look generally poor. -- Ticket URL: <https://code.djangoproject.com/ticket/31309> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/050.c1be193e8ddc9b3781960a1acfe8ed45%40djangoproject.com.