Re: Container level logic

2006-07-04 Thread Malcolm Tredinnick
On Tue, 2006-07-04 at 09:19 +0200, toth anna wrote: > I asked you before about how to implement "cointainer level > logic" in django. > You suggested me to override save() method (example was: > object can decide from the "fields" to create more "records" > instead just saving oneself). It worked

Container level logic

2006-07-04 Thread toth anna
I asked you before about how to implement "cointainer level logic" in django. You suggested me to override save() method (example was: object can decide from the "fields" to create more "records" instead just saving oneself). It worked well, but... What do you suggest if i have to interact with