Re: [SQLObject] FK bug? (object has no attribute 'id')
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Edmund L. <el...@in...> - 2003-06-04 05:27:19
|
Luke Opperman wrote: > Ran into a bug with (at least) ForeignKeys. Actually, the bug is when we access > an attribute of an FK object that is a null entry. (Clearly, we shouldn't be > doing this, but the bug is that it's not raising NotFound, but getting through > to the attribute). Looks like the same, or closely related bug as mine. ...Edmund. |