summaryrefslogtreecommitdiff
path: root/tests/raw_query
Commit message (Expand)AuthorAgeFilesLines
* Fixed various tests on MySQL with MyISAM storage engine.Mariusz Felisiak2022-04-181-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-66/+132
* Refs #32956 -- Corrected spelling of "gray".David Smith2021-08-021-1/+1
* Refs #32956 -- Corrected usage of "insure" and "assure".David Smith2021-08-021-3/+1
* Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah2021-01-051-0/+5
* Refs #32231 -- Added tests for QuerySet.raw() with an escaped % symbol.Alexander Lyabah2021-01-051-0/+5
* Fixed #30988 -- Deprecated the InvalidQuery exception.Simon Charette2019-11-181-2/+3
* Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer2018-04-191-0/+8
* Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer2018-04-191-0/+12
* Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_colum...Mariusz Felisiak2017-05-182-1/+16
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27546 -- Tested some __repr__() methods.Keda872016-12-011-0/+6
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+3
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-8/+2
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-5/+2
* Fixed flake8 typo.Tim Graham2016-02-171-1/+1
* Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh2016-02-172-0/+7
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+26
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.Matt Johnson2015-07-232-1/+16
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-111/+16
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.Andrew Torpedov2014-08-291-0/+14
* Fixed #21603 (again) -- Made a raw query in a test Oracle-compliantShai Berger2014-08-141-1/+1
* Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.Alex Hill2014-08-061-0/+6
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-16/+16
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+8
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-3/+1
* Fixing E302 ErrorsJason Myers2013-11-021-0/+4
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger2013-06-281-2/+19
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+363