okay after digging a little bit more yesterday i found out why this is happening ..
https://code.djangoproject.com/ticket/28878
its fixed in 2.0.1, but maybe they will be able to reupload 2.0
Just to be clear: i know that django 2 aint working under python2, but its a pain to setup cross version testing if "pip install django" under pthon2 will just fail whereas "pip install ipython" will just install the latest compatible release (5.5.x) and wont even bother to download 6.x which is correctly marked as python3 only. So i already knew that django2 could be hidden from python2, just wondered why its not behaving correctly.
Just trying to install django under python2 you will notice, that pip wil not bother to download the fixed django 2.0.1 .. but sadly it will install the incompatible 2.0 and fail ..
But the django folks are at it .. until then my travis config will be a little bit more complicated than it has to be. :(
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/828351c7-49e0-4060-9965-4f95160cd49f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment