Adnan Umer
|
f2026ca5e2
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
|
7 lat temu |
Adnan Umer
|
ec0319ff82
Fixed #29339 -- Added result caching to RawQuerySet.
|
7 lat temu |
Mariusz Felisiak
|
99df304c85
Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_column pk on Oracle.
|
7 lat temu |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 lat temu |
Keda87
|
794b7d8033
Refs #27546 -- Tested some __repr__() methods.
|
8 lat temu |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 lat temu |
Tim Graham
|
c9ae09addf
Replaced use of TestCase.fail() with assertRaises().
|
8 lat temu |
Jon Dufresne
|
4f336f6652
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
8 lat temu |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 lat temu |
Tim Graham
|
8fc0fe1ef4
Fixed flake8 typo.
|
9 lat temu |
Akshesh
|
fdccc02576
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
|
9 lat temu |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 lat temu |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 lat temu |
Matt Johnson
|
e063ac2fae
Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.
|
9 lat temu |
Josh Smeaton
|
39a7eed1bb
Converted test fixtures to setUpTestData methods
|
10 lat temu |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 lat temu |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 lat temu |
Andrew Torpedov
|
bc06d2c11c
Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.
|
10 lat temu |
Shai Berger
|
2a9f44dfbe
Fixed #21603 (again) -- Made a raw query in a test Oracle-compliant
|
10 lat temu |
Alex Hill
|
938da36cb1
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
|
11 lat temu |
Tim Graham
|
89b9e6e5d6
Fixed #22909 -- Removed camelCasing in some tests.
|
10 lat temu |
Rodolfo Carvalho
|
0d91225892
Fixed many typos in comments and docstrings.
|
11 lat temu |
Loic Bistuer
|
6685713869
Fixed E127 pep8 warnings.
|
11 lat temu |
Loic Bistuer
|
a2814846ca
Fixed E124 pep8 warnings.
|
11 lat temu |
Alex Gaynor
|
9d740eb8b1
Fix all violators of E231
|
11 lat temu |
Claude Paroz
|
5c1143910e
Removed most of absolute_import imports
|
11 lat temu |
Shai Berger
|
d097417025
Support 'pyformat' style parameters in raw queries, Refs #10070
|
11 lat temu |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 lat temu |