summaryrefslogtreecommitdiff
path: root/tests/update/models.py
Commit message (Expand)AuthorAgeFilesLines
* 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