summaryrefslogtreecommitdiff
path: root/tests/get_or_create
AgeCommit message (Collapse)Author
2013-05-19Fixes #18896. Add tests verifying that you can get IntegrityErrors using ↵Pablo Recio
get_or_create through relations like M2M, and it also adds a note into the documentation warning about it
2013-04-28Tested that get_or_create raises IntegrityError.Aymeric Augustin
It used to raise "DatabaseError: no such savepoint" with the old transaction management. Closes #15117.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner