On Fri, 2008-02-15 at 18:02 +0100, Dan-Cristian Bogos wrote: > Hello, > > > I need to mix fields in my forms: in the same form use perhaps fields > from same or different models and/or normal form.fields which do not > really relate to a database model. > What is the recommended way of doing this?
Construct the form by hand or (better), use multiple Form objects to create your output. E.g. http://www.pointy-stick.com/blog/2008/01/06/django-tip-complex-forms/ Regards, Malcolm -- How many of you believe in telekinesis? Raise my hand... http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

