Hey guys
In my model I have Post objects, which are a bit like stories on Digg.
Each story has a "stub", which is the URL-friendly form (eg, "Hey guys!"
=> "Hey_guys"). With SQLObject I think you could do:
def _set_title(self, value):
self._SO_set_title(value)
stub = self.create_stub(value)
self.stub = stub
Is there an equivalent for SQLAlchemy? I'm using ActiveMapper, if that
matters.
Thanks
-Rob
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---