summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek2016-09-081-6/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-2/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-18/+6
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+2
* Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham2014-09-251-0/+5
* Added a feature flag for add_srs_entry support; refs #22632 and #23504.Tim Graham2014-09-181-0/+1
* Removed some more hardcoded backends in GIS testsClaude Paroz2014-08-261-0/+1
* Replaced no_mysql by connection featuresClaude Paroz2014-08-231-0/+3
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-0/+1
* Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz2014-08-231-1/+1
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-1/+10
* Remove dsome import *Alex Gaynor2013-10-261-2/+1
* Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB back...Ramiro Morales2011-04-061-1/+1
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn2010-01-181-0/+2
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+11