﻿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
32598	Issue in models.SlugField	MojixCoder	nobody	"After setting allow_unicode=True for a SlugField in Our models we cant still use persian slugs because in <slug:slug> it doesn't  accept unicode slugs ( take a look at slug regex ).

path('<slug:slug>/', CategoryArticlesView.as_view(), name=""category""),
Reverse for 'category' with arguments '('برنامه-نویسی',)' not found. 1 pattern(s) tried: ['articles/(?P<slug>[-a-zA-Z0-9_]+)/$']

remember than allow_unicode=True is working fine in SlugField but url <slug:slug> doesn't accept it"	Bug	closed	Core (URLs)	3.1	Normal	invalid	slug		Unreviewed	0	0	0	0	0	0
