Re: 'insert random object here' has no attribute 'get_or_delete_messages'

2006-12-22 Thread Collin Grady
Scratch that, it just happened again, and the psyco middleware is off... AttributeError: 'tuple' object has no attribute 'get_and_delete_messages' --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: 'insert random object here' has no attribute 'get_or_delete_messages'

2006-12-21 Thread Collin Grady
Looks like it might've been the fault of the psyco middleware, we disabled that and it hasn't shown up since. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: 'insert random object here' has no attribute 'get_or_delete_messages'

2006-12-19 Thread James Bennett
On 12/20/06, Collin Grady <[EMAIL PROTECTED]> wrote: When it first started happening, it was 'tuple' and recently it's been 'ActivePassiveProfiler' or something similar - I have no idea where it's getting these from, or how they're getting into request.user, and the only other mention I've seen