Re: I18N on loader.get_template not working for me

2007-02-28 Thread GaRaGeD Style
> Are you using a RequestContext() class when you render your template? If > you are just using a Context() class, you won't see any effect from > context processors. > > If what I just wrote seems like a foreign language (and a quick search > of the djangoproject.com doesn't clear it up for you),

Re: I18N on loader.get_template not working for me

2007-02-28 Thread Malcolm Tredinnick
On Wed, 2007-02-28 at 07:39 -0600, GaRaGeD Style wrote: [...] > Any idea on the @cache_page decorator problem :) ? I'm working on SVN > trunk so it could be a transitory problem, but has been with me for a > couple of weeks, and trunk is usually pretty stable and flawless. Please look in the Go

Re: I18N on loader.get_template not working for me

2007-02-28 Thread Malcolm Tredinnick
On Wed, 2007-02-28 at 07:14 -0600, GaRaGeD Style wrote: > I have a testing view that uses loader.get_template/render(context) > combo, > and in settings.py I have put: > TEMPLATE_CONTEXT_PROCESSORS = ( > > "django.core.context_processors.auth", > > "django.core.context_processors.debug", >

I18N on loader.get_template not working for me

2007-02-28 Thread GaRaGeD Style
I have a testing view that uses loader.get_template/render(context) combo, and in settings.py I have put: TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.auth", "django.core.context_processors.debug",