summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/spatialite/schema.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-07-18Refs #33201 -- Avoided unnecessary queries when renaming models with db_table...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2017-12-01Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-08-24Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.Tim Graham
2016-07-18Removed unnecessary looping in sqlite3 SchemaEditor.akki
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-10Fixed remove_field for spatialite schema changes.Florian Apolloner
2014-08-05Stop errors on older Spatialite versions that miss some tablesAndrew Godwin
2014-08-04Fixed #23153: Properly recreate spatialite triggers on alter tableAndrew Godwin
2014-07-23Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz
2014-04-23Added Spatialite support to the new migration frameworkClaude Paroz