stephenmcd / django-socketio

WebSockets for Django
BSD 2-Clause "Simplified" License
1.32k stars 245 forks source link

django.utils.importlib removed in 1.9 version #90

Closed andrewmiko closed 8 years ago

andrewmiko commented 8 years ago

Hi Guys,

https://docs.djangoproject.com/fr/1.9/internals/deprecation/#deprecation-removed-in-1-9

I found already solution. Installed importlib (latest) from pip and included it instead of django.utils.importlib and all seems that works fine.

Please, check this solution and if it fits, update the lib. Thanks and Happy New Year! :+1:

bahaa96 commented 8 years ago

Yeah this solution has been applied at alot of libs it working well with my

Thibaut-Fatus commented 8 years ago

I've created a PR regarding this issue

MikeSoft commented 8 years ago

what lines did you replace or add? i would be grateful if you write them, thanks.

Thibaut-Fatus commented 8 years ago

https://github.com/stephenmcd/django-socketio/pull/93/commits/787fa5fd86042317bbf8d397951f6e39ec96df04