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

With Django 1.5, an import causes a DeprecationWarning #25

Conversation

akaihola
Copy link
Contributor

I'm running django-tablib with the Django 1.5 release candidate. It logs a deprecation warning from django-tablib. If I change warnings to errors and enable tracebacks, I see:

File "django_tablib/admin.py", line 30, in get_urls
  from django.conf.urls.defaults import patterns, url
File "django/conf/urls/defaults.py", line 3, in <module>
  DeprecationWarning)

DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead

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

2 participants