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

Update Django URL Patterns #2593

Closed
2 tasks
jkmarx opened this issue Feb 14, 2018 · 0 comments · Fixed by #3348
Closed
2 tasks

Update Django URL Patterns #2593

jkmarx opened this issue Feb 14, 2018 · 0 comments · Fixed by #3348

Comments

@jkmarx
Copy link
Member

jkmarx commented Feb 14, 2018

https://docs.djangoproject.com/en/1.8/releases/1.8/#django-conf-urls-patterns

  • url patterns
  • Passing a string as view to url()
    Related to the previous item, referencing views as strings in the url() function is deprecated. Pass the callable view as described in the previous section instead.

Deprecated since version 1.8:
urlpatterns should be a plain list of django.conf.urls.url() instances instead.
https://docs.djangoproject.com/en/1.8/ref/urls/

@hackdna hackdna self-assigned this Apr 18, 2019
@hackdna hackdna added this to Backlog in Technical Debt via automation Apr 18, 2019
@hackdna hackdna added the server label Apr 18, 2019
@hackdna hackdna added this to the Release 1.6.9 milestone Apr 18, 2019
This was referenced Apr 24, 2019
Technical Debt automation moved this from Backlog to Done Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants