Re: Update form for nested one-to-many

2006-07-07 Thread Spider
I just noticed ticket #2107 "Adding an object and several related objects at once with manipulators isn't documented." That sounds like what I want, although I'm now leaning towards just writing the code. --~--~-~--~~~---~--~~ You received this message because you

Re: Update form for nested one-to-many

2006-07-07 Thread Spider
Additional information : I'm using the development version of django (from the svn repository). --~--~-~--~~~---~--~~ 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

Update form for nested one-to-many

2006-07-07 Thread Spider
I've just started using Django (and I'm very impressed), but I'm not sure of the "official" way to handle updates for my latest application, which records a timetable of regular visits by a person to somewhere. The structure (somewhat simplified) is : A VISIT has a start time and and end time (bu