index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
backends
/
mysql
/
base.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
2014-09-25
Fixed #23538 -- Added SchemaEditor for MySQL GIS.
Tim Graham
2014-09-18
Added a feature flag for add_srs_entry support; refs #22632 and #23504.
Tim Graham
2014-08-26
Removed some more hardcoded backends in GIS tests
Claude Paroz
2014-08-23
Replaced no_mysql by connection features
Claude Paroz
2014-08-23
Replaced no_spatialite by connection features
Claude Paroz
2014-08-23
Replaced HAS_SPATIALREFSYS by a database feature
Claude Paroz
2014-08-19
Replaced HAS_SPATIAL_DB by testing database feature
Claude Paroz
2013-10-26
Remove dsome import *
Alex Gaynor
2011-04-06
Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB back...
Ramiro Morales
2010-01-18
Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee