summaryrefslogtreecommitdiff
path: root/tests/update_only_fields/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-87/+107
* Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...Pat Garcia2020-08-121-1/+9
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+7
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #26207 -- Removed obsolete comments about deferred model classes.Adam Chainz2016-11-201-2/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-16/+7
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-3/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+262