I have a OneToMany Model where in the save() routine of the Many class
I try to manipulate a set of fields of the owner of my record.  See my
dpaste example http://dpaste.com/hold/32545/

I have a bunch of stock holdings with trades behind them (1 Holding
with Many trades).  When I save a trade record, I create a variable to
point to the trade.holding ORM record, update the totals in the
Holding and save it.  But that's not happening, why?

The same example in the shell works fine, whats up.  I'm sure its a
real NOOB issue.

Thanks

John



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to