summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/mysql/base.py
Commit message (Collapse)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
| | | | Thanks Claude Paroz for suggestions and review.
* 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
| | | | Refs #22632. Thanks Tim Graham for the review.
* Replaced no_mysql by connection featuresClaude Paroz2014-08-231-0/+3
| | | | Refs #22632. Thanks Tim Graham for the review.
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-0/+1
| | | | Refs #22632. Thanks Tim Graham for the review.
* 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
| | | | | | Refs #22632. This should be the base for using more database features to exclude specific backends in GIS tests. Thanks Tim Graham for the review.
* Remove dsome import *Alex Gaynor2013-10-261-2/+1
|
* Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB ↵Ramiro Morales2011-04-061-1/+1
| | | | | | backend. Thanks JannKleen for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of ↵Justin Bronn2010-01-181-0/+2
| | | | | | 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+11
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project. Congratulations to Alex for a job well done. Big thanks also go to: * Justin Bronn for keeping GIS in line with the changes, * Karen Tracey and Jani Tiainen for their help testing Oracle support * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback. * Malcolm Treddinick for his guidance during the GSoC submission process. * Simon Willison for driving the original design process * Cal Henderson for complaining about ponies he wanted. ... and everyone else too numerous to mention that helped to bring this feature into fruition. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37