wardi / django-filebrowser-no-grappelli

django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git) Consider using https://github.com/smacker/django-filebrowser-no-grappelli which is based on a newer version
Other
150 stars 114 forks source link

allow unicode filenames #45

Open washeck opened 12 years ago

washeck commented 12 years ago

Convert smart_str to smart_unicode to allow filenames with unicode characters.

Base on upstream (grapelli) changeset https://github.com/sehmaschine/django-filebrowser/commit/582836c28d1d70558c8e394a81808c754b5cc851 Tested only on Windows with Czech filenames.

wardi commented 11 years ago

I've made you a collaborator. Please merge this yourself.