miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Add support for django 1.8 #52

Closed chrisdrackett closed 9 years ago

chrisdrackett commented 9 years ago

When running ./manage.py assets build you get the error ImportError: cannot import name LaxOptionParser. This seems to have been removed:

https://github.com/django/django/commit/856863860352aa1f0288e6c9168a0e423c4f5184

nostalgiaz commented 9 years ago

+1

martino commented 9 years ago

+1

gregplaysguitar commented 9 years ago

Any chance of a release incorporating this change? At the moment I can't run assets build on any of my recent sites...

gregplaysguitar commented 9 years ago

(If there's other issues blocking a release, I'd be happy to help if I can)