pinax / pinax-teams

an app for Django sites that supports open, by invitation, and by application teams
MIT License
48 stars 36 forks source link

Use python-slugify instead of unicode-slugify #68

Closed timthelion closed 4 years ago

timthelion commented 4 years ago

The two packages have the same top level module, they do the same thing. Only python-slugify is more powerful and more actively maintained.

By depending on unicode-slugify, we create a conflict with any package that depends on python-slugify's extra features.

KatherineMichel commented 4 years ago

@timthelion Thank you!