Re: New forms library - omit field

2007-06-09 Thread JP
This link was very useful to me, thank you!. On Jun 9, 4:06 pm, eXt <[EMAIL PROTECTED]> wrote: > Huh.. It looks that I've found an answer to my question by myself. > Here is helpful link:http://weblog.bignerdranch.com/?p=31 > > -- > Jakub Wisniowski --~--~-~--~~~---~

Re: New forms library - omit field

2007-06-09 Thread eXt
Huh.. It looks that I've found an answer to my question by myself. Here is helpful link: http://weblog.bignerdranch.com/?p=31 -- Jakub Wisniowski --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group

New forms library - omit field

2007-06-09 Thread eXt
Hi all I'm building an application which makes heavy use of data input forms (add and edit). Of course I'd like to automatically generate my forms basing on my data model. I've found that Django offers 'form_for_model' function which is very cool. Here is my problem: I've got two tables A a