Skip to content

RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead. #5

Description

@agronick

This is quick fix. It would be great to get it in pip before next year so everyone's site using this module can upgrade and have it not break the site. Instead of using the patterns() method in urls.py just make it a list.

/local/lib/python2.7/site-packages/filemanager/urls.py:12: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^create/directory/$', DirectoryCreateView.as_view(), name='create-directory'),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions