﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28694	django.utils.text.slugify Django slugify correction	Elinaldo do Nascimento Monteiro	nobody	"Bug generation slug

Example:

{{{
from django.utils import text
text.slugify(""___This is a test ---"")
output: ___this-is-a-test-
}}}

Improvement after correction

{{{
from django.utils import text
text.slugify(""___This is a test ---"")
output: this-is-a-test
}}}
"	New feature	new	Utilities	1.11	Normal		slugify, util		Unreviewed	1	0	0	0	0	0
