Re: Disabling Messaging

2010-03-24 Thread Russell Keith-Magee
On Wed, Mar 24, 2010 at 9:16 PM, jrs wrote: > I'm using 1.1.1 now.  Any idea when there will be a 1.1.2 release?  Is > the current branch considered stable? 1.1.2 will be released at the same time as 1.2; current estimate is mid April. We only ever backport bugfixes from trunk to the stable bran

Re: Disabling Messaging

2010-03-24 Thread jrs
I'm using 1.1.1 now. Any idea when there will be a 1.1.2 release? Is the current branch considered stable? Thanks Russ. On Mar 23, 8:12 pm, Russell Keith-Magee wrote: > On Wed, Mar 24, 2010 at 5:01 AM, jrs wrote: > > Thanks Preston. > > > I'm not using django'smessaging... at all.  My problem

Re: Disabling Messaging

2010-03-23 Thread Russell Keith-Magee
On Wed, Mar 24, 2010 at 5:01 AM, jrs wrote: > Thanks Preston. > > I'm not using django's messaging... at all.  My problem is that for > every ajax request, the query- > > {'time': '0.000', 'sql': u'SELECT `auth_message`.`id`, > `auth_message`.`user_id`, `auth_message`.`message` FROM `auth_message`

Re: Disabling Messaging

2010-03-23 Thread jrs
Thanks Preston. I'm not using django's messaging... at all. My problem is that for every ajax request, the query- {'time': '0.000', 'sql': u'SELECT `auth_message`.`id`, `auth_message`.`user_id`, `auth_message`.`message` FROM `auth_message` WHERE `auth_message`.`user_id` = 1 '} is being run. I

Re: Disabling Messaging

2010-03-23 Thread Preston Holmes
On Mar 23, 8:20 am, jrs wrote: > Is there a flag somewhere which will allow me to disable django > messaging? > > Thanks You give too few details. The messaging system is something that is opt in, you have to create messages, and then display them in your template. Are you trying to alter an

Disabling Messaging

2010-03-23 Thread jrs
Is there a flag somewhere which will allow me to disable django messaging? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to