summaryrefslogtreecommitdiff
path: root/tests/force_insert_update
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+6
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+6
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Fixed all E251 violationsAlex Gaynor2013-11-031-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+4
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-6/+11
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+87