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-05-21 14:26:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
contrib
/
gis
/
db
/
backends
/
spatialite
History
Julien Phalip
675431dfaa
Fixed
#17278
-- Enabled the spatialite GIS tests to run without having to specify a database name in the settings. Thanks to Aymeric for the report and to Ramiro for the initial patch.
2012-08-19 02:17:45 -07: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
#17278
-- Enabled the spatialite GIS tests to run without having to specify a database name in the settings. Thanks to Aymeric for the report and to Ramiro for the initial patch.
2012-08-19 02:17:45 -07:00
introspection.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
operations.py
Fixed
#17278
-- Enabled the spatialite GIS tests to run without having to specify a database name in the settings. Thanks to Aymeric for the report and to Ramiro for the initial patch.
2012-08-19 02:17:45 -07:00