vittoriozamboni / django-groups-manager

Manage django groups collection based on django-mptt.
MIT License
96 stars 23 forks source link

Use python-slugify instead of awesome-slugify #55

Closed bioworkflows closed 3 years ago

bioworkflows commented 3 years ago

54

to_lower is the default for python-slugify's version of slugify so I simply removed this option.

vittoriozamboni commented 3 years ago

Will remove any dependency from slugify packages and add a setting to customize the function.