summaryrefslogtreecommitdiff
path: root/tests/force_insert_update
AgeCommit message (Expand)Author
2025-03-10Fixed #33579 -- Specialized exception raised on forced update failures.Simon Charette
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-06-29Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.sa...Akash Kumar Sen
2023-06-29Refs #30382 -- Added more tests for using force_insert with model inheritance.Akash Kumar Sen
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-03Fixed all E251 violationsAlex Gaynor
2013-11-02PEP8 cleanupJason Myers
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner