﻿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
26136	JavaScript translation catalog docs contain deprecated code	Sylvain Fankhauser	nobody	"From the 1.9 docs (https://docs.djangoproject.com/en/1.9/topics/i18n/translation/#using-the-javascript-translation-catalog):

{{{#!jinja
<script type=""text/javascript"" src=""{% url 'django.views.i18n.javascript_catalog' %}""></script>
}}}

However the ability to reverse using a Python path has been deprecated in Django 1.8. Also this doesn't make sense since in the previous example multiple catalogs are defined, so this wouldn't work anyway for multiple catalogs.

I guess the example could simply be updated to use a named route."	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed	i18n		Accepted	0	0	0	0	1	0
