Revision history [back]
I think that we'll have to create a clone of the old messaging framework, because we need persistent messages, even when other apps might be ok with session or cookie-based messages.
Also - as you've rightly noticed - we need to set messages even without access to the request
object.
Seems like the django's new messaging API won't work for us.
I think that we'll have to create a clone of the old messaging framework, because we need persistent messages, even when other apps might be ok with session or cookie-based messages.
Also - as you've rightly noticed - we need Maybe some research is warranted here to set messages even without access to the make a good decision.request
object.
Seems like the django's new messaging API won't work for us.