django-dajax
django-dajax copied to clipboard
django.conf.urls.defaults is deprecated
I get this warning when I launch my project:
..lib/python2.7/site-packages/django/conf/urls/defaults.py:3: DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead
Django==1.5.1 django-dajax==0.9.2
This error message isn't triggerd by django-dajax. If you have django-dajaxice installed, try django-dajaxice-ng (on Pypi)
I've released my fork on pypi: https://pypi.python.org/pypi/django-dajax-ng
django-dajax-ng depends on django-dajaxice-ng which solves your issue.
Ok, thank you very much!!!
Inviato da iPhone
Il giorno 06/feb/2014, alle ore 13:54, Steffen Zieger [email protected] ha scritto:
I've released my fork on pypi: https://pypi.python.org/pypi/django-dajax-ng
django-dajax-ng depends on django-dajaxice-ng which solves your issue.
— Reply to this email directly or view it on GitHub.