Monday, June 17, 2019

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

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.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9b4dc2b7-5522-4bdb-9875-25d226a9e126%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment