summaryrefslogtreecommitdiff
path: root/tests/get_or_create/models.py
AgeCommit message (Expand)Author
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-05Refs #22728 - Added missing tests for defaults__exact caseAndriy Sokolovskiy
2014-04-21Consolidated get_or_create tests.Aymeric Augustin
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-19Lower the max length for a test field so that it works on MySQL.Alex Gaynor
2013-05-19Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...Pablo Recio
2013-04-28Tested that get_or_create raises IntegrityError.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner