Nick Pope
|
335c9c94ac
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |
Simon Charette
|
095c1aaa89
|
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Thanks Ramiro for the input and Tim for the review.
|
2017-12-01 22:12:24 -05:00 |
Tim Graham
|
6e4c6281db
|
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
This reverts commit 550cb3a365
because try/except performs better.
|
2017-09-07 08:16:21 -04:00 |
Mads Jensen
|
550cb3a365
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Tim Graham
|
953629b92c
|
Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.
|
2016-08-24 08:44:45 -04:00 |
akki
|
767849b765
|
Removed unnecessary looping in sqlite3 SchemaEditor.
|
2016-07-18 08:47:30 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Tim Graham
|
1101467ce0
|
Limited lines to 119 characters in django/
refs #23395.
|
2014-09-05 09:22:16 -04:00 |
Florian Apolloner
|
f915d39afe
|
Fixed remove_field for spatialite schema changes.
|
2014-08-10 16:24:19 +02:00 |
Andrew Godwin
|
5f6558f82f
|
Stop errors on older Spatialite versions that miss some tables
|
2014-08-05 21:09:37 +10:00 |
Andrew Godwin
|
b508c1c317
|
Fixed #23153: Properly recreate spatialite triggers on alter table
|
2014-08-04 13:15:32 +10:00 |
Claude Paroz
|
8c30df15f1
|
Fixed #23030 -- Properly handled geometry columns metadata during migrations
Thanks kunitoki for the report and initial patches.
|
2014-07-23 12:10:23 +02:00 |
Claude Paroz
|
2ffa6ca73a
|
Added Spatialite support to the new migration framework
Refs #22451.
|
2014-04-23 13:46:11 +02:00 |