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-20 13:56:30 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
contrib
/
gis
/
db
/
backends
/
spatialite
History
Alex Gaynor
3e0eb2d788
Fixed a number of lint warnings, particularly around unused variables.
2013-08-04 09:17:10 -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
#18003
-- Preserved tracebacks when re-raising errors.
2013-03-19 15:42:39 -07:00
client.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
creation.py
Fixed a number of lint warnings, particularly around unused variables.
2013-08-04 09:17:10 -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
Made an aggregate test pass with spatialite backend
2013-07-09 19:47:57 +02:00