Commit History

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