#24499 closed Cleanup/optimization (fixed)
Drop support for PostGIS 1.5
Reported by: | Tim Graham | Owned by: | Tim Graham |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
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
It's 5+ years old and no longer receiving updates.
Change History (15)
comment:1 by , 10 years ago
Has patch: | set |
---|
comment:2 by , 10 years ago
I'm not so enthusiast about dropping it now. It's still in use by many stable distros, hopefully not any longer when 1.9 will be released, but still... What about dropping it in Django 2.0?
comment:3 by , 10 years ago
If you think it's still providing value, I'm not in a rush, but I raised the issue because Daniel said his raster work requires PostGIS 2.0. We'll just have to add a feature flag for that.
comment:4 by , 10 years ago
Keywords: | 2.0 added |
---|---|
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Someday/Maybe |
comment:5 by , 10 years ago
You could ask on the Geodjango ML if withdrawal of PostGIS 1.5 from Django 1.9 would hurt anyone.
comment:6 by , 10 years ago
Patch needs improvement: | unset |
---|
No replies in 7 days although the post has 7 views according to Google groups. Should we try any harder to get feedback? I think we should be somewhat free to drop older technologies, particularly since 1.8 is LTS.
comment:7 by , 10 years ago
We are talking about dropping it for 1.9, not 1.8, right? I would be strongly -1 to drop it in 1.8.
comment:8 by , 10 years ago
Yes, we're talking about dropping it from 1.9. The impact on users is lessened because 1.8 is LTS.
comment:10 by , 10 years ago
Keywords: | 2.0 removed |
---|---|
Triage Stage: | Someday/Maybe → Accepted |
comment:11 by , 10 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Patch looks good per Claude, but I'm going to try to put together something like a docker config to ease testing on newer versions of PostGIS since Claude's system (Debian stable) includes 1.5 and he is our main contributor.
PR