jakul / django-transifex

Django integration with python-transifex
20 stars 8 forks source link

installs old django version #12

Closed oppianmatt closed 3 years ago

oppianmatt commented 9 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?

jakul commented 9 years ago

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.