-
I was wondering, why using a very basic slug class instead of using [doctrine sluggable behaviour](https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/sluggable.md) ?
-
This is not an issue par se but rather a request.
Can you please provide sample data?
-
Ainsi que reporté par [btw03](http://zestedesavoir.com/forums/sujet/403/tag-contenant-un-caractere-non-alphanumerique/?page=1#p3741), utiliser des tags contenant des caractères non-alphanumériques pro…
-
The slugify filter of django is very poor when it deals with languages other than English. On the other hand, there is much work involved in order to override the default Tag.slugify() method in your …
-
Class 'BaconStringUtils\Slugifier' not found in C:...\vendor\EdpDiscuss\src\EdpDiscuss\Model\Thread\Thread.php on line 150
-
Hi, great plugin, but it strips characters with accents, ie: Córdoba to crdoba. It should convert it to cordoba
-
Support use other slugifier function.
-
I am under the impression that https://github.com/tangentlabs/django-oscar/commit/6dcff660deeecb387a2b2acefffe94b4d26ba972 (cherry-picked from PR #611) uses the wrong slugifier. It references the Djan…
-
When I (with the latest gunicorn) try to import slugify, I don't get an exception, but when i call slugify() i get TypeError: 'NoneType' object is not callable. The code, however, works perfectly with…