Re: How do I alter the behavior of django.db.models.Options.contribute_to_class when testing

2008-08-21 Thread Peter Magnusson
Quite understandable. I'll drop it for the moment as I have what I need to get my project going but as Arnold said- I'll be back.. 2008/8/22, Russell Keith-Magee <[EMAIL PROTECTED]>: > > On Fri, Aug 22, 2008 at 12:39 AM, crippledcanary > <[EMAIL PROTECTED]> wrote: >> >> I am working on http://cod

Re: How do I alter the behavior of django.db.models.Options.contribute_to_class when testing

2008-08-21 Thread Russell Keith-Magee
On Fri, Aug 22, 2008 at 12:39 AM, crippledcanary <[EMAIL PROTECTED]> wrote: > > I am working on http://code.djangoproject.com/ticket/6148. > This includes a new option "db_schema" that's been added to a models > meta class. > It involves using a custom schema for any model that has this > attribut

How do I alter the behavior of django.db.models.Options.contribute_to_class when testing

2008-08-21 Thread crippledcanary
I am working on http://code.djangoproject.com/ticket/6148. This includes a new option "db_schema" that's been added to a models meta class. It involves using a custom schema for any model that has this attribute set. The problem comes when testing. In postgres a test database is created and inside