st4lk / django-solid-i18n-urls

[DEPRECATED] Use default language for urls without language prefix.
http://www.lexev.org/en/
Other
112 stars 29 forks source link

Django 1.7 Support #6

Closed jmp0xf closed 10 years ago

jmp0xf commented 10 years ago

Could you please update the code for Django 1.7 ? Many Thx!

bittner commented 10 years ago

This is an Open Source project. How about a pull request? - What is broken?

(Disclaimer: Just saying, this is not my project.)

jmp0xf commented 10 years ago

Currently we do know there is one slight incompatible because of the change on function django.utils.translation.get_language_from_path(), and we have forked and fixed it on https://github.com/cdkr/django-solid-i18n-urls, but we have no idea on whether there still exist any other potential problems.

st4lk commented 10 years ago

@jmp0xf , @bittner , thanks for activity! :) I will need some time to check what was changed in Django 1.7 in part of i18n middleware. Maybe it will be needed to update some peace of code also in this package.

st4lk commented 10 years ago

For complete code changes look #7

st4lk commented 10 years ago

Upload v0.5.1 to pypi