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
a6755b29e9
django1
/
django
/
contrib
/
gis
/
db
/
backends
/
oracle
History
chillaranand
d6eaf7c018
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
..
__init__.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
adapter.py
Refs
#23919
-- Removed most of remaining six usage
2017-01-18 21:33:28 +01:00
base.py
Fixed
#27170
-- Added DatabaseWrapper class attributes to ease subclassing.
2016-09-08 16:33:36 -04:00
features.py
Fixed
#15165
-- Prevented wrong results with perimeter on geodetic fields.
2015-12-30 18:07:02 -05:00
introspection.py
Refs
#23919
-- Replaced six.reraise by raise
2017-01-22 20:08:04 +01:00
models.py
Refs
#23919
-- Removed python_2_unicode_compatible decorator usage
2017-01-18 13:44:34 +01:00
operations.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
schema.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00