0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
Commit Graph

313 Commits

Author SHA1 Message Date
Serafeim Papastefanos
24b0712fc1 Use unidecode to improve image filenames (fix#136)
Image filenames containing non ascii characters would be translated to a
series of underscores (____.png). To fix this, we use the unidecoe library
(which we also add to the required packages for Wagtail) which translates
each unicode character to an ascii equivalent.

For more info on how unidecode works please check @Evgeny's answer at this
question:

http://stackoverflow.com/questions/702337/how-to-make-django-slugify-work-properly-with-unicode-strings
2014-03-10 17:17:57 +02:00
Matt Westcott
f8fae0d968 specify django-libsass as a dependency 2014-03-05 20:02:54 +00:00
Neal Todd
17512f961c Bumping minimum Django version to 1.6.2
Not strictly necessary but 1.6.2 has a lot of bug fixes.
2014-02-26 15:02:04 +00:00
Karl Hobley
c4875dfd4d Removed requests dependency 2014-02-14 13:09:08 +00:00
Karl Hobley
7b2eb66e2c Added requests to requirements 2014-02-14 11:28:05 +00:00
Karl Hobley
a0f09e1990 Merge remote-tracking branch 'torchbox/master'
Conflicts:
	setup.py
2014-02-13 12:24:16 +00:00
Matt Westcott
a48cbd68e2 update requirements in setup.py 2014-02-13 10:53:58 +00:00
Serafeim Papastefanos
ead0ebeb4e Remove embedly from setup.pu requirements 2014-02-13 04:09:18 +02:00
Matt Westcott
d95daa5d57 remove celery from requirements in setup.py 2014-02-11 16:13:08 +00:00
Matt Westcott
9f5976c8c0 Fixes to setup.py to create a usable package 2014-02-07 18:12:06 +00:00
Matt Westcott
126ce317d7 additions for setuptools 2014-02-07 15:39:59 +00:00
Karl Hobley
34e5fc0574 Changed name in setup.py to lowercase 2014-02-03 17:26:22 +00:00
Karl Hobley
398238c811 Added setup.py 2014-02-03 17:14:46 +00:00