RE: Alternative to the .using() method

2011-10-12 Thread Sells, Fred
Thanks, is exactly what I need. -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Jacob Kaplan-Moss Sent: Tuesday, October 11, 2011 5:36 PM To: django-users@googlegroups.com Subject: Re: Alternative to the .using() method On Tue

Re: Alternative to the .using() method

2011-10-11 Thread Jacob Kaplan-Moss
On Tue, Oct 11, 2011 at 3:47 PM, Sells, Fred wrote: > I'm using a MySQL database and one table resides in a separate database > than all the others.  It's a generic logging table. > > I understand the use of the .using() method, but I wonder if there is a > way to

Alternative to the .using() method

2011-10-11 Thread Sells, Fred
I'm using a MySQL database and one table resides in a separate database than all the others. It's a generic logging table. I understand the use of the .using() method, but I wonder if there is a way to specify the alternative model in the model definition so I don't have to depend on remembering