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
d4b00c5c24
django1
/
django
/
contrib
/
gis
/
db
/
backends
/
oracle
History
Anton Samarchyan
5411821e3b
Refs
#27656
-- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
..
__init__.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
adapter.py
Refs
#27656
-- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05: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
#27656
-- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
operations.py
Refs
#27656
-- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
schema.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00