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

Fix RegExp for folder name. #38

Closed pahaz closed 12 years ago

pahaz commented 12 years ago

Fix for dir name.

pahaz commented 12 years ago

I send more changes, please wait.

wardi commented 12 years ago

I like removing '\t\n\r\f\v' from the regexp, but some people would probably prefer to keep their space ' ' characters. I also like supporting Unicode names by default

pahaz commented 12 years ago

Right, I forgot a space.