I have been thinking about this as well. I think that the only
dependency that sandbar has on the id is that this is what gets passed
to the load function.
I was thinking of making the load function a
function of the params. That way we don't force anyone to use a
specific key and it opens the option to pass addition parameters to
the form.
What you do think?
What kind of annoyances did you run into with Django? Not liking the
way Django forms look? Difficulty reusing the same form or field in
more than one part of your application?
The bindings source is a function because you may want to show different options depending on the request.
I like the CSS idea. Are you thinking that would be a macro
transformation that defform does or something deeper?