summaryrefslogtreecommitdiff
path: root/slugify/slugify.py
Commit message (Expand)AuthorAgeFilesLines
* Promote text-unidecode to primary decoding api (#73)3.0.0Val Neekman2019-03-031-2/+2
* Add replacements option (#67)2.0.1Val Neekman2019-01-031-1/+13
* Rename word_boundaries: more consistent naming (#64)theotheo2018-12-291-3/+3
* Proper fallback to text-unidecode, favoring Unidecode, drop support for py 2....2.0.0Val Neekman2018-12-251-5/+5
* Support for case sensitivity (#54)sme2018-04-251-6/+15
* support of text-unidecodeVal Neekman2018-03-251-4/+6
|\
| * Use unidecode as an API and allow alternatives (#53)bolkedebruin2018-03-241-2/+4
|/
* add regex_pattern and support for py 3.61.2.2Val Neekman2017-04-011-11/+16
|\
| * Added possibility to include custom regex as allowed characters (#36)vrbaskiz2017-03-311-2/+6
| * add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-261-3/+3
* | add more testsVal 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
* 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
* Added console, pypy and some reorg0.0.8Val Neekman2014-08-161-0/+113