summaryrefslogtreecommitdiff
path: root/tests/update
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...hb6h0572023-03-181-0/+15
* Fixed #16211 -- Added logical NOT support to F expressions.David Wobrock2022-10-312-2/+29
* Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.David Wobrock2022-06-171-8/+23
* Refs #28897 -- Added test for QuerySet.update() on querysets ordered by inlin...David Wobrock2022-06-172-0/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-63/+71
* Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...Mariusz Felisiak2021-04-142-1/+31
* Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak2021-03-101-1/+1
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-10/+22
* Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.davidchorpash2020-07-082-1/+43
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-6/+0
* Fixed #28408 -- Added error message when updating with annotated expressions ...can2019-06-281-9/+13
* Fixed #29619 -- Added field names to some FieldErrors.Hasan Ramezani2019-02-141-2/+10
* 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