Ok, the only columns that don't have a default value are the
relationship columns (ForeignKey, etc.), but I thought these weren't
required, if I pass a None to them, would it fix it?

On Mar 3, 6:57 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> On Sunday 02 March 2008 20:04:17 jeff wrote:
>
> > Sorry, but I don't quite understand, even when I try to insert an
> > empty object into the database, it still brings up the error (IE,
> > using all defaults)
>
> You DON'T pass a default - you are MISSING one. One (or several) of your
> columns don't have a default, but you try to create an object without passing
> an actual value.
>
> the bug is not a bug in the sense that it prevents you from doing something
> that could have been done before, but instead it obscures the real reason for
> SO not accepting your request. Go and pass a valid value for each of your
> columns, then things should work.
>
> Diez
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to