Skip to content

Django 1.6 compatibility fixes#58

Merged
jezdez merged 1 commit into
jazzband:masterfrom
Kami:django_1.6_compatibility_fixes
Jul 29, 2013
Merged

Django 1.6 compatibility fixes#58
jezdez merged 1 commit into
jazzband:masterfrom
Kami:django_1.6_compatibility_fixes

Conversation

@Kami
Copy link
Copy Markdown
Contributor

@Kami Kami commented Jul 14, 2013

django.conf.urls.defaults has been deprecated and fully removed in Django 1.6 release series.

Reference:

django.conf.urls.defaults will be removed. The functions include(), patterns() and url() plus handler404, handler500, are now available through django.conf.urls .

https://docs.djangoproject.com/en/dev/internals/deprecation/

django.conf.urls.defaults has been deprecated and now fully removed in 1.6.
@Kami
Copy link
Copy Markdown
Contributor Author

Kami commented Jul 29, 2013

@jezdez any issues with pr? I would love to see it merged.

Thanks!

jezdez added a commit that referenced this pull request Jul 29, 2013
@jezdez jezdez merged commit 01e2c17 into jazzband:master Jul 29, 2013
@Kami
Copy link
Copy Markdown
Contributor Author

Kami commented Jul 29, 2013

@jezdez Thanks!

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.

2 participants