django1/django/db/backends/oracle
Aymeric Augustin 181f2ec603 Fixed test failures with Oracle when pytz isn't installed.
Thanks Shai Berger for the report.
2013-05-19 14:38:48 +02:00
..
__init__.py Added half of oracle backend. (The other half is all of the special-casing in django/db/models/query.py, which I will be refactoring.) Refs #1990. Thanks, Jason Huggins and tzellman 2006-05-26 05:37:21 +00:00
base.py Fixed test failures with Oracle when pytz isn't installed. 2013-05-19 14:38:48 +02:00
client.py Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
compiler.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
creation.py Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
introspection.py Fixed #20386 - Introspection problem on Oracle 2013-05-18 14:19:26 +03:00