Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to redundant ie.css file removed in Django 1.9.2 #45

Closed
wants to merge 3 commits into from
Closed

Conversation

philipbelesky
Copy link

As of Django 1.9.2 the ie.css file is removed as IE 6 and 7 have reached EOL. I wasn't sure how to keep the file around based on current Django version, although if Django proper has dropped IE6/7 it may be worth considering doing the same. Having a reference to a file that no longer exists also breaks some static file implementations.

@SalahAdDin
Copy link
Contributor

👍

@f1nality
Copy link
Contributor

f1nality commented Feb 4, 2016

I think older versions of Django should be also supported, so some if case should be added.

IE.css was removed as of 1.9.2; the new template tag checks against this version before writing the link to it into the template.

Signed-off-by: Philip Belesky <contact@philipbelesky.com>
Signed-off-by: Philip Belesky <contact@philipbelesky.com>
@philipbelesky
Copy link
Author

Sure, have added in a conditional check — does that do the trick?

@f1nality f1nality added this to the 0.1.5 milestone Feb 9, 2016
@f1nality
Copy link
Contributor

f1nality commented Feb 9, 2016

Thanks! I'll merge it to 0.1.5

@f1nality f1nality modified the milestones: 0.1.6, 0.1.5 Jul 24, 2016
@f1nality f1nality modified the milestones: 1.0.0, 0.1.6 Aug 14, 2016
@f1nality
Copy link
Contributor

I decided not to include IE6 and IE7 support as Django did, because it will strange to include this support for new Django and not old. So your first solution was applied in 0.9.0.

@f1nality f1nality closed this Aug 19, 2016
@f1nality f1nality modified the milestones: 0.9.0, 1.0.0 Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants