Maybe I'm missing something, but I don't understand how is this
different from having a bunch of separate fields. The CompositeField
adds a namespace, but foo.bar_x=1 seems to be no harder to read than
foo.bar.x=1. I must admit that this field solves another problem well:
it makes easier to copy se
> > Just to add something a little different, there is a 5th option, that
> > may fall into place w/ #4. The @render_to decorator. [...]
> Interestingly, I made a snippet [1] two years ago something like this.
> [...]
> [1]http://www.djangosnippets.org/snippets/133/
It seems that quite a lot of d