Re: auth messages should be lazy

2007-11-09 Thread Gary Wilson
SmileyChris wrote: > It seems silly that currently the auth message system calls > get_and_delete_messages for every request context (assuming you have > the auth context processor enabled, like it is by default). > > 1. You lose messages if you don't actually check for them > > 2. If you didn't

auth messages should be lazy

2007-11-08 Thread SmileyChris
It seems silly that currently the auth message system calls get_and_delete_messages for every request context (assuming you have the auth context processor enabled, like it is by default). 1. You lose messages if you don't actually check for them 2. If you didn't check for it, and therefore won'