I have a controller that changes model objects.
The changes don't seem to have an affect on the database.

(I removed all the hub stuff from my code because I head that
wasn't needed in post 1.0 TG anymore.)

If you must see code here is some....

...
ASSET           = financial.models.models.Asset
...
asset = list(ASSET.select(ASSET.q.category ==         \
 
category))[0]
...
asset.amount += amount_

Chris
--~--~---------~--~----~------------~-------~--~----~
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