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

Please update for compatibility with Django 1.7+ #59

Open
tschuy opened this issue Jun 27, 2015 · 3 comments
Open

Please update for compatibility with Django 1.7+ #59

tschuy opened this issue Jun 27, 2015 · 3 comments

Comments

@tschuy
Copy link
Contributor

tschuy commented Jun 27, 2015

From @onlyjob on June 27, 2015 3:59

Debian "Jessie" was released with Django 1.7.7. Please update Ganeti Web Manager for compatibility with Django 1.7+.

Copied from original issue: osuosl-cookbooks/ganeti_webmgr#17

@tschuy
Copy link
Contributor Author

tschuy commented Jun 27, 2015

I'll take a look into migrating it. This might be a significant amount of effort, however, as there are some OSL Python dependencies that would need to be updated as well. I can't give a timeframe on when we would be able to have this.

@onlyjob
Copy link

onlyjob commented Jun 27, 2015

I had a quick look and it seems that at least the following issues are to be addressed:

  • Deprecated HAYSTACK_SITECONF and HAYSTACK_SEARCH_ENGINE: replace with HAYSTACK_CONNECTIONS?
  • "South does not support Django 1.7 or higher. Please use native Django migrations.".
  • TEMPLATE_DIRS setting must be a tuple.
  • django.utils no longer have simplejson: trivial replace with import json?
    python-django-object-log also needs update.

Probably there are more problems -- this is all what my inexperienced eye noticed so far...

@bb2k
Copy link

bb2k commented Feb 6, 2017

Any news regarding this issue ?

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