﻿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
16075	"Django 1.3 new ""localize"" tag/filter doesn't work?"	sci.feng@…	Horst Gutmann <zerok@…>	"I've noticed that Django 1.3 introduced the new ""localize"" tag/filter.
http://docs.djangoproject.com/en/1.3/topics/i18n/localization/

It says:

{{{
    To activate or deactivate localization for a template block, use:

    {% localize on %}
        {{ value }}
    {% endlocalize %}

    {% localize off %}
        {{ value }}
    {% endlocalize %}
}}}

However I always got the error message:

    Invalid block tag: 'localize'

Looks like the ""localize"" filter doesn't work as well. Can anybody help me? Or can anybody else confirm if this is a bug? Thanks!"	Bug	closed	Documentation	1.3	Normal	fixed	dceu2011		Ready for checkin	1	0	0	0	0	0
