-
Notifications
You must be signed in to change notification settings - Fork 94
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
Upgrade to Django 1.9/1.10 #103
Comments
More packages outdated already as well. (just updated them a week ago) |
The only downside is that mainstream support ends in four months. I think it would be better to migrate directly from 1.8 through 1.9 to 1.10 in August. |
|
Changes in dsmrreader due to Django 1.9
Builds pass as well: https://travis-ci.org/dennissiemensma/dsmr-reader/builds/179857305 |
Changes in dsmrreader due to Django 1.10:
Django instructions @ https://docs.djangoproject.com/es/1.9/topics/migrations/#squashing-migrations:
I will post a warning in the v1.5 release notes as well.
Builds pass here as well: https://travis-ci.org/dennissiemensma/dsmr-reader/jobs/179873741 |
Merged to |
Deployed and seems to work well. Processes run and readings are taken. The web interface is running as well. I think can be marked completed for now. If something breaks I'll reopen this. |
I want to upgrade to the latest Django, because this project was all about learning in the first place. And I do not need to use an LTS release, since most users run the app in their own private network.
Which is fine, so I can drop support for those.
One of the features I was really looking forwad to, as I now have to perform those actions either raw or with a hack or something.
Might be interesting.
Could be a solution for MySQL users, as the database might lose some offset-accuracy at the moment.
Not something I need, but it's still cool.
And ofcourse many, many more features.
The text was updated successfully, but these errors were encountered: