Hi,

  I'm currently implementing a table of nested sets using Django, based
on Joe Celko's discussion of the subject. For those of you not familiar
with it, the only really relevant part of the problem is that when you
modify certain database fields, the corresponding fields in some other
records must be recomputed.

  I had a simple view working that did the trick, but now I'd like to
use Manipulators to do it. My question is, if I have some complicated
updating code for certain fields, where do I integrate it with the
standard manipulator framework? Right now, the manipulator works but
the complex SQL stuff is not done inside manipulator.save(), and it
can't be checked with the validators either. At least not till I figure
out how to put it together ...

  Can someone point me in the right direction? Thanks in advance!

Mikah

--


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

Reply via email to