django1/django/db/backends/oracle
Aymeric Augustin 5301a9d7b1 [py3] Removed duplicate imports.
Fixed #18837. Refs #18791.
2012-08-23 10:16:16 +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 [py3] Removed duplicate imports. 2012-08-23 10:16:16 +02:00
client.py Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
compiler.py [py3] Fixed Oracle specific failures 2012-08-19 23:45:26 +03:00
creation.py [py3] Replaced raw_input by input 2012-08-08 19:53:11 +02:00
introspection.py Made get_indexes() consistent across backends. 2012-04-30 14:30:29 +03:00