Are you using the develoment server? Is your static media served by django? If yes, I guess that your middleware might be called several times each page load, for every image/js/css etc.
On Mar 31, 1:54 am, Wiiboy <[email protected]> wrote: > > - have you enabled the messages' context processor? > Yes > > - are you consuming the 'messages' variable in your templates? > > Umm....Yes? I'm displaying one message, but only 1, since I'm only > setting 1 per request. > > That's probably the issue, but why is more than one message being set > per request, or, if there is only one, why is it not being cleared? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

