-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Update to Django 1.10 #703
Comments
Generated layout works on Docker other than #704 opened 18 hours ago by ssteinerx |
Pycharm container also crashes immediately with no output other than |
Verified that the tests pass on 1.10 |
Dependencies that are Django version-dependent:
Check off each of the above when it officially works on 1.10. |
django-model-utils is not ready, see the latest change log in #709 |
django-extensions is not ready, see django-extensions/django-extensions#934 |
django-test-plus is not ready, see revsys/django-test-plus#45 |
django-debug-toolbar is not ready, see django-commons/django-debug-toolbar#864 |
@jayfk, the following libraries are now ready and marked as such in the checklist:
|
👍 |
django-braces test suite passes on Django 1.10 |
django-floppyforms still require a lot of work to run with Django 1.10 See travis-ci tests of this pull-request jazzband/django-floppyforms#178 |
@luzfcb Cookiecutter Django doesn't actually use django-floppyforms. We use it, sometimes. Perhaps it behooves us to remove it as a dependency? |
The following work with 1.10 and are marked as such on the checklist
|
While this is an awesome package... * Nothing in Cookiecutter Django uses it * Doesn't work with Django 1.10 yet * Developers can add it themselves
Removed django-floppyforms in 28542a9 |
@audreyr Django extensions was updated 5 days ago and now says: Django Extensions requires Django 1.8 or later and one of the recent commits says "Add Django 1.10 trove classifier" so I think that can be checked off. |
Django-redis is also passing this on all supported versions of Python:
|
IOW, cookiecutter-django for Django 1.10 is ready to rock vis-à-vis the dependency list! |
Apparently, |
@jayfk I actually spent a couple of hours today trying to figure out how to resolve It's a very deep issue with the new template handlers and I've been away from Django long enough (last seriously involved circa 1.5ish) that while I understand the issue, I am completely unfamiliar with the changes that went in in 1.8 that completely break .django_coverage_plugin. The long IRC discussion was interesting, enlightening in some ways, and left me completely clueless as to how to resolve the issue. That it's been unresolved this long makes me think we should consider dropping the dependency and moving on. It's a "nice to have" but not the end of the world if it's not there and I, for one, am not willing to hang back a version indefinitely for this one thing, especially with Channels coming in soon... |
Good call. If this is a deeper issue, I'm in favor of dropping it for now (and watch it closely thereafter) to get 1.10 out of the door. |
This is the killer issue: nedbat/django_coverage_plugin#26 Read the IRC chat, this is going to be a bear to untangle if it even ever gets done. |
Is there a way to fake pyup-bot out into notifying us of a change on something we're not really depending on (so we don't have to remember to check, and will be notified as soon as django_coverage_plugin has a new release?) If so, that makes it even easier to ditch it until it's resolved as we'll have a machine watching for changes and, if they never come, it'll consume zero human-cycles. |
We could pull it out of the main requirement files (so that it won't be installed) and place it in a separate file like |
@jayfk -- you have no idea how bad I just wanted to say "Make it So", tug on my shirt, and head back to my "Ready Room" to order some Tea, Earl Grey, hot ;-). |
good, simple and will work. |
@luzfcb What is pyup-bot's rule? If it begins with 'requirements`, its contents are added to the list of things to watch? If so, this'd be perfect! |
Exactly, done in #783. Looks like we're ready, right? |
Is the removal of React/WebPack merged into master yet? I thought I saw @pydanny do that the other day, but I wasn't paying attention to where it got merged to. |
I think he merged master to the remove-react-for-now branch, but I don't think it was merged back the other way. |
the rules are documented in: https://pyup.io/docs/configuration/#requirement-file-search |
@luzfcb Cool. Wasn't being lazy, would have looked it up if necessary, just knew someone here would know to make sure we let the machines do the work. |
@luzfcb I should hire you :) |
I can help with this: Check PyCharm 2016.2 compatibility, with and widout docker if we've got a release candidate branch going... |
maybe we should continue the discussion on gitter as it gets pretty noisy for everyone not involved in the release process if we continue with this passion. |
@jayfk agreed, I'll find the link and head there now. |
I don't think raven (Sentry) is ready for 1.10 just yet. |
I may be missing something, but it looks like django-storages-redux is "now released on PyPI as django-storages" as of 2-7-2016 (see https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst). So our requirements/production for this should now list django-storages==1.5.1 |
@jhancia thank you, I really had not seen it. |
Closing as resolved |
Checklist:
related: #702
The text was updated successfully, but these errors were encountered: