summaryrefslogtreecommitdiff
path: root/tests/force_insert_update/models.py
AgeCommit message (Collapse)Author
2023-06-29Fixed #30382 -- Allowed specifying parent classes in force_insert of ↵Akash Kumar Sen
Model.save().
2023-06-29Refs #30382 -- Added more tests for using force_insert with model inheritance.Akash Kumar Sen
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner