Switch to normality for slugs
This commit is contained in:
parent
01f85c11b9
commit
c605841390
@ -4,9 +4,9 @@ import sys
|
||||
import locale
|
||||
|
||||
from six import binary_type, text_type
|
||||
from normality import slugify
|
||||
|
||||
from dataset.util import FreezeException
|
||||
from slugify import slugify
|
||||
|
||||
|
||||
TMPL_KEY = re.compile("{{([^}]*)}}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user