summaryrefslogtreecommitdiff
path: root/tests/update
Commit message (Expand)AuthorAgeFilesLines
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-10/+12
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-2/+1
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+2
* Added a test for QuerySet.update() with a ManyToManyField.Tim Graham2017-07-082-0/+10
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-3/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-5/+5
* Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().David Sanders2016-06-291-1/+21
* Added a test for updating an annotated queryset.David Sanders2016-06-291-0/+20
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-1/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #21612 -- Made QuerySet.update() respect to_fieldKaren Tracey2014-11-162-1/+22
* Fixing E302 ErrorsJason Myers2013-11-021-0/+4
* Fixed #11521 -- usage of field.attname in .update()Anssi Kääriäinen2013-07-311-2/+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/+158