Re: idea for using RequestContext by default

2010-01-02 Thread Simon Willison
On Dec 30 2009, 10:28 pm, Wim Feijen wrote: > In the discussions on CSRF there have been several proposals to > include RequestContext by default in render_to_response or in a > similar function. As a side note to my previous post, I'd like to > mention my favorite way to do this: render_to , see:

Re: Finalizing model-validation: ComplexValidator

2010-01-02 Thread Sean Bleier
Honza and Joseph (and others), thanks for all your work on this. It seems to me that we are unnecessarily tying complex validators to model fields. I would rather like to see complex validators tied to the model as a Meta option since all the fields are in the validator's domain. This would get