summaryrefslogtreecommitdiff
path: root/tests/update/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16211 -- Added logical NOT support to F expressions.David Wobrock2022-10-311-0/+1
* Refs #28897 -- Added test for QuerySet.update() on querysets ordered by inlin...David Wobrock2022-06-171-0/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...Mariusz Felisiak2021-04-141-0/+4
* Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.davidchorpash2020-07-081-0/+4
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-6/+0
* Added a test for QuerySet.update() with a ManyToManyField.Tim Graham2017-07-081-0/+1
* 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
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Fixed #21612 -- Made QuerySet.update() respect to_fieldKaren Tracey2014-11-161-0/+8
* Fixing E302 ErrorsJason Myers2013-11-021-0/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+40