summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/mysql/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-6/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+4
* Refs #33129 -- Added missing return statement.Carlton Gibson2021-09-231-1/+1
* Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak2021-09-221-4/+4
* Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope2019-01-231-2/+2
* Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz2018-07-131-5/+6
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-281-5/+1
* Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham2014-09-251-0/+8
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn2010-01-181-0/+32