summaryrefslogtreecommitdiff
path: root/tests/modeltests/force_insert_update/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-11-12Fix #13864: Removed database error raised when force_update is requsted on sa...Karen Tracey
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-09-12Migrated the force_insert_update tests. Thanks to Alex Gaynor.Russell Keith-Magee
2008-08-20There are some variations in the printed names of exceptions between Oracle andMalcolm Tredinnick
2008-08-12Added savepoint support to the transaction code.Malcolm Tredinnick
2008-08-09Added the ability to force an SQL insert (or force an update) via a model'sMalcolm Tredinnick