Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/raw_query
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+26
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-2/+2
* Fixed #12768 -- Fixed QuerySet.raw() regression on FK wit...Matt Johnson2015-07-242-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 Djan...Berker Peksag2014-11-031-2/+2
* Fixed #23313 -- Corrected repr(RawQuery) with dict parame...Andrew Torpedov2014-08-291-0/+14
* Fixed #21603 (again) -- Made a raw query in a test Oracle...Shai Berger2014-08-141-1/+1
* Fixed #21603 -- Fixed complex RawQuerySets queries on som...Alex Hill2014-08-061-0/+6
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-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-031-0/+4
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Support 'pyformat' style parameters in raw queries, Refs ...Shai Berger2013-06-281-2/+19
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+363