Where did admin CSS file "ie.css" go after Django 1.8?

17 views
Skip to first unread message

Robert F.

unread,
Jun 17, 2019, 3:00:08 PM6/17/19
to Django users
I'm in the process of upgrading a large Django project from 1.8 to 2.2.  Currently, I'm at 1.9.13.  My project has a couple of admin forms that utilize a Django CSS file admin/css/ie.css.  In Django 1.8, that file was located here:

django/contrib/admin/static/admin/css/ie.css

But in Django 1.9.13 that file is missing.  In it's place is a 'forms.css' file.  Does anyone know what happened to the old ie.css file?  I've searched online and also all 14 of the release notes for Django 1.9 and I don't see this mentioned anywhere.

Thanks.

Robert F.

unread,
Jun 17, 2019, 4:17:22 PM6/17/19
to Django users
I've discovered the problem.  The release notes for Django 1.9 say, "The admin no longer supports Internet Explorer 8 and below, as these browsers have reached end-of-life."  Thus, this file is no longer included in Django.
Reply all
Reply to author
Forward
0 new messages