django1/django/db
Shai Berger d097417025 Support 'pyformat' style parameters in raw queries, Refs #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.
2013-06-28 06:59:10 +03:00
..
backends Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
models Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py Fixed #20571 -- Added an API to control connection.needs_rollback. 2013-06-27 22:19:54 +02:00
utils.py Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01:00