Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/update
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-4/+4
| | | | on_delete for ForeignKey/OneToOneField
* 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-031-0/+4
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #11521 -- usage of field.attname in .update()Anssi Kääriäinen2013-07-311-2/+11
| | | | Fixed already by previous patch, only test added.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+158