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
68ab511a4f
django1
/
django
/
contrib
/
gis
/
db
/
backends
/
mysql
History
Aymeric Augustin
68ab511a4f
Implemented QuerySet.datetimes on MySQL.
2013-02-13 20:25:55 +01:00
..
__init__.py
…
base.py
Fixed
#15772
-- Corrected an oversight from r16016 in MySQL GeoDjango DB backend. Thanks JannKleen for the report and patch.
2011-04-06 11:19:37 +00:00
compiler.py
Implemented QuerySet.datetimes on MySQL.
2013-02-13 20:25:55 +01:00
creation.py
Fixed
#13967
-- MySQL spatial backend now respects when `spatial_index=False`. Thanks, Simon Law, for bug report and patch.
2010-07-21 15:23:18 +00:00
introspection.py
Fixed
#12637
-- GeoDjango's `inspectdb` command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse.
2010-01-18 21:02:47 +00:00
operations.py
Fixed type in MySQL spatial backend.
2012-10-05 18:49:59 -07:00