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
10f979fd92
django1
/
django
/
contrib
/
gis
/
db
/
backends
History
Claude Paroz
2407c45c18
Removed some pre-1.3.0 postgis compatibility code
2012-08-03 11:27:31 +02:00
..
mysql
Fixed
#15169
-- Added conversion of 0/1 to False/True for MySQL GIS backend. Thanks zmsmith for report, and Ramiro for draft patch and review.
2012-03-02 22:32:22 +00:00
oracle
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
postgis
Removed some pre-1.3.0 postgis compatibility code
2012-08-03 11:27:31 +02:00
spatialite
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
__init__.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
adapter.py
Fixed
#13670
-- Comparisons with the spatial adapter won't blow up in some corner cases. Thanks, milosu for the bug report and jpaulett for the patch.
2011-09-10 00:29:34 +00:00
base.py
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
util.py
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00