def cautious_slugify(value):
    return _cautious_slugify(value)
Exemple #2
0
def cautious_slugify(value):
    return _cautious_slugify(value)