summaryrefslogtreecommitdiff
path: root/tests/raw_query
AgeCommit message (Collapse)Author
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
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.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner