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

feature: Add support for django1.6 legacy projects #36

Closed aalekseev closed 8 years ago

aalekseev commented 8 years ago

Switch django escape_uri_path function (unavailable in django 1.6) with requests quote

tested on my legacy project

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling d93ec64ad62982aab4027a6b6696fa32944624b8 on Iamthelaw:feature/django16-support into \ on st4lk:master**.

st4lk commented 8 years ago

Hi, Anton! Sorry for late response. I'm not sure, that we need to support deprecated version of Django. Besides that, don't want to introduce another dependency (requests). I think better way will be to use older version of this package (v1.2.0), that do support Django 1.6. Or update you project to use at least Django 1.8.

st4lk commented 8 years ago

Oops, I meant v1.1.0