no way to delete auth_messages

2013-03-08 Thread Yanhong Wu
Hi, I created an database router to try using multiple databases. I copied the example router in this page: https://docs.djangoproject.com/en/1.3/topics/db/multi-db/ . Almost everything is ok, however, it seems that I cannot delete an auth_message. The log said: DELETE command denied to user 'u

Any way to avoid the SQL hit of auth_messages?

2008-10-20 Thread Rob Hudson
Hi, I'm wanting to reduce an unneeded query from my page views in my project caused from Django's built-in auth_messages. I'm looking for the best solution to do this while still allowing me to use contrib/ auth and the admin. The source of the query comes from the 'auth&#

Re: auth_messages

2005-10-24 Thread Adrian Holovaty
On 10/24/05, stava <[EMAIL PROTECTED]> wrote: > Does anyone now how the auth_messages table is used? > > Presumably for sending messages to the user(s). > But how? Authentication docs (which will include documentation on the messages) are coming soon. The work-in-progress vers

auth_messages

2005-10-24 Thread stava
Does anyone now how the auth_messages table is used? Presumably for sending messages to the user(s). But how? R /LarS