miracle2k / django-assets

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

Django 1.9 compatibility warning. #55

Closed riklaunim closed 9 years ago

riklaunim commented 9 years ago

RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9. -- and django-assets imports it.

theeluwin commented 9 years ago

See https://github.com/miracle2k/django-assets/commit/c7517b78a385c427500a0f9240d2945ef27dbf1f This is not applied to current release version https://github.com/miracle2k/django-assets/releases/tag/0.10 You can either ignore warning messages or just use django-assets with recent commit-ed version.

miracle2k commented 9 years ago

I hop a new release will be out soon.

riklaunim commented 9 years ago

requires_model_validation is also deprecated ;)