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

Django 1.10 compatibility #39

Closed
pawelad opened this issue Nov 10, 2016 · 3 comments
Closed

Django 1.10 compatibility #39

pawelad opened this issue Nov 10, 2016 · 3 comments

Comments

@pawelad
Copy link

pawelad commented Nov 10, 2016

The module does not work on Django 1.10, because use of patterns is deprecated since Django 1.8:

  File "/.../python2.7/site-packages/genericadmin/admin.py", line 5, in <module>
    from django.conf.urls import patterns, url
ImportError: cannot import name patterns
@pawelad pawelad changed the title Django 1.10 comatibility Django 1.10 compatibility Nov 10, 2016
@ifigueroa
Copy link

Any updates on this issue? It seems like all its needed is to replace the "patterns" with a single list.

@pawelad
Copy link
Author

pawelad commented Dec 5, 2017

Master actually fixes this (3304639) but it was never released. There is also #43 which tackles some other Django 1.10 issues.

You could install directly from GitHub I guess, but I would consider this project abandoned.

@arthanson
Copy link
Owner

new release should fix this

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

No branches or pull requests

3 participants