Re: Multi Table Inheritance with Mulitple Children

2008-12-01 Thread tofergus
On 01.12-07:59, Fergus wrote: [ ... ] > > bit worrying that you consider the traceback to be 'gumph' ... > > Gumph in the sense that it didn't seem awfully relevant in this case, > as the exception was reasonably self-explanatory. I'm very grateful > for Python's stack trace in other circumstance

Re: Multi Table Inheritance with Mulitple Children

2008-12-01 Thread Fergus
On Dec 1, 3:48 pm, ttw <[EMAIL PROTECTED]> wrote: > bit worrying that you consider the traceback to be 'gumph' ... Gumph in the sense that it didn't seem awfully relevant in this case, as the exception was reasonably self-explanatory. I'm very grateful for Python's stack trace in other circumstan

Re: Multi Table Inheritance with Mulitple Children

2008-12-01 Thread ttw
bit worrying that you consider the traceback to be 'gumph' but since the error says specifically that the 'created' column cannot be null, it sounds like your DB and model are out of sync. as for the actual problem, you'll have to appreciate that creating a 'User' also creates a 'Person', who's a