jakul / django-transifex

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

Django 1.8 Compatibility #11

Closed jarcoal closed 2 years ago

jarcoal commented 9 years ago

Django switched argument parsers in 1.8 which broke this package.

This fix is good for another major version or two of Django, then we should probably switch to their recommended technique for the future.

jarcoal commented 9 years ago

Snuck in a fix for the default TRANSIFEX_HOST

jakul commented 9 years ago

@jarcoal Are you using django-transifex with Django 1.8? I'm suprised if this is the only thing that's broken in 1.8 as I haven't had a chance to test & update the code to support it yet

jarcoal commented 9 years ago

Yeah I am using it with 1.8, and it seems to be working alright; I've only tried to do source uploads, though.

There might be a bug with the default TRANSIFEX_PROJECT_PATH, although I'm not 100% sure.