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
/
spatialite
History
Aymeric Augustin
3cb2457f46
[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
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
base.py
Fixed
#18013
-- Use the new 'as' syntax for exceptions.
2012-04-29 20:57:15 +02:00
client.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
creation.py
Fixed
#17760
-- Implemented callable database features as cached properties
2012-06-09 15:59:52 +02:00
introspection.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
models.py
Fixed
#13315
,
#13430
-- Recreated `django.contrib.gis.db.backend` module with `SpatialBackend` alias and added `Adaptor` alias for backwards-compatibility purposes; added GeoDjango 1.2 backwards-incompatibility documentation and release notes; added a section in the docs about how MySQL is a crippled spatial database; updated versions in install docs.
2010-05-04 21:43:40 +00:00
operations.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00