Re: update() on queryset not functional.

2014-11-10 Thread Biola Oyeniyi
On Monday, 10 November 2014 13:52:46 UTC+1, Tom Evans wrote: > > On Mon, Nov 10, 2014 at 10:15 AM, Biola Oyeniyi > wrote: > > based on the docs, update() Performs an SQL update query for the > specified > > fields, and returns the number of rows matched. > > I have tried updating a model usi

Re: update() on queryset not functional.

2014-11-10 Thread Tom Evans
On Mon, Nov 10, 2014 at 10:15 AM, Biola Oyeniyi wrote: > based on the docs, update() Performs an SQL update query for the specified > fields, and returns the number of rows matched. > I have tried updating a model using it on django 1.7.1 with both sqlite and > postgres but my test suite keeps fai