Hmmm...I'd been thinking reg is a dict...but I guess it is an
SQLObject....that's embarassing.
Thanks for all the help everyone...
(p.s. While waiting for a response that works I've gone ahead and
changed the default in my sqlobject class so rxName no longer defaults
to None but is:
class RegExps(SQLObject):
theStore = ForeignKey('Toystore')
rxName = StringCol(default='')
therefore avoiding the whole problem above....is this a good and
pythonic, or bad?)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---