Alex Gaynor
|
f67e18f39e
|
Fixed all E251 violations
|
2013-11-03 10:17:58 -08:00 |
Jason Myers
|
c3791463a5
|
Fixing E302 Errors
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:48:47 -05:00 |
Tim Graham
|
36ded01527
|
Fixed #21302 -- Fixed unused imports and import *.
|
2013-11-02 15:24:56 -04:00 |
Alex Gaynor
|
9d740eb8b1
|
Fix all violators of E231
|
2013-10-26 12:15:03 -07:00 |
Tim Graham
|
ae48d77ef8
|
Fixed E225 pep8 warnings.
|
2013-10-23 06:09:29 -04:00 |
Alasdair Nicol
|
b289fcf1bf
|
Fixed #21288 -- Fixed E126 pep8 warnings
|
2013-10-21 08:31:30 -04:00 |
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04:00 |
Alasdair Nicol
|
bab9123daa
|
Fixed #21268 -- Fixed E303 pep8 warnings
|
2013-10-18 01:46:24 +01:00 |
Anssi Kääriäinen
|
8c27247397
|
Added default value for a BooleanField in test models
Test models introduced for #10733 didn't contain default value for
a BooleanField(). Check command didn't like that -> check tests failed.
|
2013-10-01 20:36:06 +03:00 |
Anssi Kääriäinen
|
8d4b1629d4
|
Fixed #10733 -- select_related().only() failure
The bug was reported pre 1.1, and somewhere along the way it has been
fixed. So, this is tests only addition.
|
2013-10-01 19:29:48 +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 |