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

pattern no longer supported #92

Closed
wants to merge 1 commit into from
Closed

pattern no longer supported #92

wants to merge 1 commit into from

Conversation

Thibaut-Fatus
Copy link
Contributor

The old syntax using urlpattern = pattern('', url(...)) is deprecated :

https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-10

It might cause problems for users trying to make it work on newer versions of Django

The old syntax using urlpattern = pattern('', url(...)) is deprecated :

https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-10

It might cause problems for users trying to make it work on newer versions of Django
@Thibaut-Fatus
Copy link
Contributor Author

The other pull request (#93) fixes tests (Travis is probably downloading latest version of Django to run the tests)

@stephenmcd
Copy link
Owner

Thank you

@stephenmcd stephenmcd closed this Feb 11, 2016
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