Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/raw_query
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+26
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #12768 -- Fixed QuerySet.raw() regression on FK ↵Matt Johnson2015-07-242-1/+16
| | | | with custom db_column.
* 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 ↵Berker Peksag2014-11-031-2/+2
| | | | Django test suite.
* Fixed #23313 -- Corrected repr(RawQuery) with dict ↵Andrew Torpedov2014-08-291-0/+14
| | | | parameters.
* Fixed #21603 (again) -- Made a raw query in a test ↵Shai Berger2014-08-141-1/+1
| | | | Oracle-compliant
* Fixed #21603 -- Fixed complex RawQuerySets queries on ↵Alex Hill2014-08-061-0/+6
| | | | some versions of SQLite.
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-16/+16
| | | | Thanks brylie.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* 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
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
|
* Fixed #20895 -- Made check management command warn if a ↵Alasdair Nicol2013-08-161-1/+1
| | | | | | | BooleanField does not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Support 'pyformat' style parameters in raw queries, Refs ↵Shai Berger2013-06-281-2/+19
| | | | | | | | | | #10070 Add support for Oracle, fix an issue with the repr of RawQuerySet, add tests and documentations. Also added a 'supports_paramstyle_pyformat' database feature, True by default, False for SQLite. Thanks Donald Stufft for review of documentation.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+363