Re: Messages templates documentation

2013-04-19 Thread Daniele Procida
On Fri, Apr 19, 2013, Russell Keith-Magee wrote: >> So should the advice be to treat message template output as a site-wide >> feature, or as an application-related feature? > >I'm not sure I see why this is something that Django needs to state an >opinion on. Django deals with the issue at the s

Re: Messages templates documentation

2013-04-19 Thread Russell Keith-Magee
On Thu, Apr 18, 2013 at 8:07 PM, Daniele Procida wrote: > < > https://docs.djangoproject.com/en/dev/ref/contrib/messages/#displaying-messages> > could be expand to provide more guidance on how to implement this. > > For example, should messages be dealt with at the site template level, or > at th

Messages templates documentation

2013-04-18 Thread Daniele Procida
could be expand to provide more guidance on how to implement this. For example, should messages be dealt with at the site template level, or at the application template level? This is particularly relevant if one