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
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