On Sun, May 20, David Priest wrote:

> 
> After bashing at it some more, I had to conclude I was out to lunch.
> 
> It is killing me to wait for newforms.  It's senseless for me to  
> learn old forms, but I'm having a helluva time making heads or tails  
> of newforms.  Some things that I swear must be common as mud -- like  
> a form that sends to several tables (ye olde address vs purchase  
> order scenario) -- seems far, far too difficult.

The problem is not that it's about several tables, but that you have
multiple records (of unknown quantity) for one of the tables. (Or did I get
something wrong?)

This particular quest--a form that sends to several tables, with a
master-detail relationship--is pretty hard and barely documented with
oldforms, either ;-)

> I think I'll just hardcode it all, and deal with improving it when  
> newforms is better documented.

Good luck. When you have multiple "detail" records in your view, it's far
from trivial. I can only reiterate Malcolm's advice.

Michael


-- 
noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg -
Tel +49-911-9352-0 - Fax +49-911-9352-100
http://www.noris.de - The IT-Outsourcing Company
 
Vorstand: Ingo Kraupa (Vorsitzender), Joachim Astel, Hansjochen Klenk - 
Vorsitzender des Aufsichtsrats: Stefan Schnabel - AG Nürnberg HRB 17689

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