﻿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
23696	Documentation for i18n_patterns for current Stable 1.7 wrong	Govinda Dasu	nobody	"Hi, I'm not sure if this is intentional but when someone comes to your home page and downloads 1.7, they expect the documentation for i18n_patterns to apply to 1.7 and not 1.8. I spent all day trying to figure out why 

i18n_patterns(
    url(r'^home/$', views.index, name='index'),
)

is wrong since I just copied the example you guys posted, but after reading between the lines on the statement about prefix being deprecated in 1.8, I realized that the provided example must be for 1.8 and not 1.7 and got the url working by doing i18n_patterns('', ...)"	Uncategorized	new	Uncategorized	1.7	Normal				Unreviewed	0	0	0	0	0	0
