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 WP Admin 1.7.4 is not compatible with Django 1.8.5 #18

Open
agusmakmun opened this issue Oct 28, 2015 · 5 comments
Open

Django WP Admin 1.7.4 is not compatible with Django 1.8.5 #18

agusmakmun opened this issue Oct 28, 2015 · 5 comments

Comments

@agusmakmun
Copy link

Hello there, we was install django-wpadmin from pip, and have an error like this:

/home/agaust/ENV/djangowp/local/lib/python2.7/site-packages/wpadmin/__init__.py:20: UserWarning: Django WP Admin 1.7.4 is not compatible with Django 1.8.5 and may not work properly. You should install Django WP Admin from 1.8.x branch.
  UserWarning)

Can i fix this please?

@agusmakmun
Copy link
Author

Fix, with edit in this file __init__.py [/home/agaust/ENV/djangowp/local/lib/python2.7/site-packages/wpadmin/__init__.py] with my django version:

VERSION = (1, 7, 4)

to:

VERSION = (1, 8, 5)

@efenfauzi
Copy link

halo mas @agusmakmun , still this theme work for django version 1.9.0 above? i have read about issue #20 and #23 , what do you think of it?

@agusmakmun
Copy link
Author

@efenfauzi I didn't used this plugin for version 1.9.0 above, but i have some problems similiar with it by another plugins. However, if you work under 1.9.0 above, I suggest you to following them.

@stodge
Copy link

stodge commented Dec 20, 2017

It doesn't look like it works with Django 1.11.x either?

@barszczmm
Copy link
Owner

Django 1.8 is now supported in 1.8.x branch. I'm planning to add support for other versions of Django in following order:
3.0
2.2
1.11
1.9

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

4 participants