Hello all,

i set USE_L10N to False in my project's settings.py ( LANGUAGE_CODE =
'zh-CN', USE_I18N = True, USE_L10N = False), but it doesn't work in
the template tag {{ pub_date.date }}, e.g. it still trans the date
format to my current locale(zh-cn). i want to display the original
date format"2011-6-23", but it still goes to "六月 23, 2011".

ps, at present the django version i use is django 1.3, the app worked
fine in 1.2 (the app was wrote in 1.2 and i ungrade my django version
without changing anything).So how could the problem be?
allow my poor english :-(
thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to