This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-06-20 10:59:12 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
/
backends
/
oracle
History
Shai Berger
5e05ec3ea6
Fixed
#20501
-- failure of datetime queries with timezones under Oracle
2013-05-27 17:28:57 +03: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
#20501
-- failure of datetime queries with timezones under Oracle
2013-05-27 17:28:57 +03: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
(Re-)moved some imports
2013-05-21 17:34:19 +02:00
introspection.py
Fixed
#20453
-- inspectdb test failure on Oracle
2013-05-22 01:52:15 +03:00