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