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