On Sat, 2009-05-02 at 08:29 -0700, ken keller wrote:
[...]
> I'm interested in hearing how you cope w/ the problem of specifying
> ManyToMany relationships in an object creation view. Consider two
> models M1 & M2 and a creation view/form for M1. A technique I'm using
> is to specify M2 values as
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