This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
f1d5dc81ac
django1
/
django
/
db
/
backends
/
oracle
History
Aymeric Augustin
7fa51a24a8
[py3] Exception aren't iterable in Python 3.
2012-07-22 09:29:52 +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] Exception aren't iterable in Python 3.
2012-07-22 09:29:52 +02:00
client.py
Fixed
#10357
-- Fixed the "dbshell" command for Windows users.
2009-04-11 11:41:35 +00:00
compiler.py
Fixed
#12192
-- Don't execute any DB query when the QS slicing being performed
2010-10-13 23:36:16 +00:00
creation.py
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
introspection.py
Made get_indexes() consistent across backends.
2012-04-30 14:30:29 +03:00