Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#25645 closed Cleanup/optimization (fixed)

Drop support for SpatiaLite < 4.0

Reported by: Tim Graham Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords: 1.11
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Support for SpatiaLite < 3.0 was dropped in Django 1.10 (#25636). We should evaluate dropping < 4.0 for Django 1.11.

Change History (5)

comment:1 by Tim Graham, 8 years ago

Has patch: set
Triage Stage: Someday/MaybeAccepted

comment:2 by Claude Paroz, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 47f22e8:

Fixed #25645 -- Dropped support for SpatiaLite < 4.0.

comment:4 by Tim Graham <timograham@…>, 8 years ago

In a20671c4:

Refs #25645 -- Removed SpatiaLite 3.x compatibility in SpatialiteSpatialRefSys.wkt.

Complements 47f22e828618581ecd4203d369a939fdfcff3a8b.

comment:5 by Tim Graham <timograham@…>, 8 years ago

In cee5342:

Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.functions.Translate.

Complements 47f22e828618581ecd4203d369a939fdfcff3a8b.

Note: See TracTickets for help on using tickets.
Back to Top