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