summaryrefslogtreecommitdiff
path: root/slugify/slugify.py
Commit message (Collapse)AuthorAgeFilesLines
* add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-261-3/+3
|
* replace quotes with dashesVal Neekman2016-01-151-6/+11
|
* Fixed apos quote not replaced by separator - Issue #17Fabio Caccamo2016-01-151-2/+7
|
* fixed stopword replacement bug (different separators)Lucas Woltmann2015-11-121-2/+2
|
* Only call .lower() onceKen Harris2015-10-061-2/+2
|
* add numeric comma cleanup1.1.4Val Neekman2015-09-211-18/+14
|
* unichr is not defined in python 3Arthur Darcet2015-07-031-0/+1
|
* Added support to strip stopwordsEuan Goddard2015-05-061-1/+8
| | | | Closes #14
* remove six dependancyVal Neekman2015-04-111-2/+15
|
* remove 2to3 depenancy, add save word orderVal Neekman2015-04-111-18/+14
|
* Add parameter 'save_order'.dioexul2015-02-221-6/+30
|
* Fix bug (len of output string).dioexul2015-02-211-31/+7
|
* Fix kwargs order.dioexul2015-02-181-4/+4
|
* Add save_order parameter.y.selyutina2015-02-181-7/+31
| | | | | Fix count next length. Add breaks.
* Added console, pypy and some reorg0.0.8Val Neekman2014-08-161-0/+113