Re: trouble with many to many form

2010-06-27 Thread Василий Паньшин
Nobody can help me with this :( ? 23 июня 2010 г. 17:43 пользователь Василий Паньшин написал: > It's not casual form > > 2010/6/23 Casey S. Greene > > I am also pretty new to django but I think that what you are looking for is >> the many to many through relationship: >> >> >> http://docs.dj

Re: trouble with many to many form

2010-06-23 Thread Василий Паньшин
It's not casual form 2010/6/23 Casey S. Greene > I am also pretty new to django but I think that what you are looking for is > the many to many through relationship: > > > http://docs.djangoproject.com/en/dev/topics/db/models/#extra-fields-on-many-to-many-relationships > > Maybe someone else

Re: trouble with many to many form

2010-06-23 Thread Casey S. Greene
I am also pretty new to django but I think that what you are looking for is the many to many through relationship: http://docs.djangoproject.com/en/dev/topics/db/models/#extra-fields-on-many-to-many-relationships Maybe someone else can provide more information if that doesn't get you started.

trouble with many to many form

2010-06-23 Thread netremo
Hi all. I'm new to django. Help me pls. Situation: Need form on web page that look like this: --- Item order form Your name: [___] Tel : [] etc. item1_name_here | count [___] item2_name_here | count [___] ... it