Re: Validate a form's excluded fields if a value is present

2010-04-02 Thread Boris Schaeling
On Thu, 01 Apr 2010 11:11:47 +0300, Russell Keith-Magee wrote: [...]I don't deny that it would be *really* nice to be able to automatically call full model validation on a model on form save - the problem is that we can't do that while retaining backwards compatibility. How about a setting

values() and values_list() for RawQuerySet?

2010-03-07 Thread Boris Schaeling
The new raw() manager method in version 1.2 is a great addition. However as flexible as the SQL code can be passed to raw() the RawQuerySet object returned is unfortunately not very flexible. There has been __getitem__() added two weeks ago but apart from that you still can only iterate over