Re: Model Forms Customization

2011-02-03 Thread hank23
Thanks. I'll take a look at the articles. On Feb 2, 3:42 am, Derek wrote: > The same question was asked on > stackoverflow:http://stackoverflow.com/questions/2303268/djangos-forms-form-vs-form... > Its a good explanation - I liked the bit at the end: > "The similarities are that they both genera

Re: Model Forms Customization

2011-02-02 Thread Derek
The same question was asked on stackoverflow: http://stackoverflow.com/questions/2303268/djangos-forms-form-vs-forms-modelform Its a good explanation - I liked the bit at the end: "The similarities are that they both generate sets of form inputs using widgets, and both validate data sent by the bro

Model Forms Customization

2011-01-31 Thread hank23
I think I've read most of the documentation on Model Forms, but I haven't seen much on how to customize them, other than changing the order in which fields are displayed, or not displaying some fields at all. The one ModelForm which I've done so far does not look very good as it is automatically ge