Closed oppianmatt closed 3 years ago
We've been using django transfiex 1.6 with django 1.6 for ages now. Went to upgrade to 1.8 and it uninstall django and starts installing 1.5.12.
It's because this is in the requirements.txt:
django>=1.3,<1.6
Why the old version of django?
I was trying to be more explicity, as I haven't fully tested against versions of Django >1.5.
I've pushed version 0.1.10 to Pypi which relaxes the version requirements.
We've been using django transfiex 1.6 with django 1.6 for ages now. Went to upgrade to 1.8 and it uninstall django and starts installing 1.5.12.
It's because this is in the requirements.txt:
Why the old version of django?