﻿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
34567	slugify template filter with allow_unicode	benjaoming	Arthur Moreira	"Currently, the slugify template filter in `defaultfilters` doesn't handle the `allow_unicode` from `django.utils.text.slugify`. This should be trivial to add and be beneficial for languages that won't have characters normally converted to ASCII.

Could this be implemented as an argument for the default template filter? Or a separate default template filter?

Which version would be preferred?

`{{ value|slugify:allow_unicode=True }}`

or

`{{ value|slugify_unicode }}`

?"	New feature	closed	Template system	dev	Normal	duplicate			Unreviewed	0	0	0	0	1	0
