Re: Messages framework is not showing messages in my templates

2011-02-19 Thread Gabriel Prat
Thanks Daniel, is just this, I forgget the context_processor on my return... thanks for all. G. On 18 Feb, 19:38, Daniel Roseman wrote: > On Friday, February 18, 2011 10:56:54 AM UTC, Gabriel Prat wrote: > > > Hi all, I'm trying to use messages framework, I've checked that > > middleware, conte

Re: Messages framework is not showing messages in my templates

2011-02-18 Thread Daniel Roseman
On Friday, February 18, 2011 10:56:54 AM UTC, Gabriel Prat wrote: > > Hi all, I'm trying to use messages framework, I've checked that > middleware, context processor and app is well configured (I'm running > django development version which a standard manage.py startproject > includes all needed

Re: Messages framework is not showing messages in my templates

2011-02-18 Thread Xavier Ordoquy
Hi, It's been some time I haven't used the messages framework but don't you see your messages with some lags ? Like try to submit twice your form and see if you don't get the messages after the second post (and don't go in the admin between those requests). When forms are valid, I usually redire

Messages framework is not showing messages in my templates

2011-02-18 Thread Gabriel Prat
Hi all, I'm trying to use messages framework, I've checked that middleware, context processor and app is well configured (I'm running django development version which a standard manage.py startproject includes all needed stuff) So, let me write a little bit of code, assume a model like: class MyM