summaryrefslogtreecommitdiff
path: root/tests/modeltests/update
AgeCommit message (Expand)Author
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-09-13Migrated the update doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-04-03Fixed #12247 -- Corrected the way update queries are processed when the updat...Russell Keith-Magee
2008-08-09Updated the tests.Malcolm Tredinnick
2008-06-09Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliabl...Jacob Kaplan-Moss
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick