dict over DSN; mixing bound/unbound fields; ManyToMany for create view

2009-05-02 Thread ken keller
I'm new to this list so sorry if this post is perceived as spam. Multi-DB: I prefer dict to DSN because it raises the abstraction beyond cryptic syntax. It is great that django allows mixing bound/unbound fields in a ModelForm. I'm using an unbound field as a CAPTCHA. I'm interested in hearing

some observations on form features

2009-04-29 Thread ken keller
form.as_table is appealing but seems limited: * Many forms need field groups to be highlighted. * Sometimes multiple fields need to be in the same row (e.g., first & last name). * The use of for errorlist can cause layout problems. Sometimes I need to add non-bound fields to a bound form such as