za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
David Sanders
|
a84344bc53
|
Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().
|
2016-06-29 14:08:13 -04:00 |
David Sanders
|
06acb3445f
|
Added a test for updating an annotated queryset.
|
2016-06-29 12:36:37 -04:00 |
Tim Graham
|
1c8c0837c6
|
Sorted single letter imports per the latest version of isort.
|
2016-03-28 11:45:31 -04:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Karen Tracey
|
dec93d8991
|
Fixed #21612 -- Made QuerySet.update() respect to_field
|
2014-11-16 15:44:13 +01:00 |
Jason Myers
|
c3791463a5
|
Fixing E302 Errors
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:48:47 -05:00 |
Anssi Kääriäinen
|
e01b5a5823
|
Fixed #11521 -- usage of field.attname in .update()
Fixed already by previous patch, only test added.
|
2013-07-31 16:02:36 +03:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |