OK, the a.b bit might be related.
We do something like this:
host = Host.query.filter_by(hostname=hostname).one()
note = Note(
host = host,
message = foo,
...
)
So, there is a relationship there, where we're adding a note to the
host. Is this not an acceptable way to create a related record?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---