--
Ticket URL: <https://code.djangoproject.com/ticket/25631>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
PR -- https://github.com/django/django/pull/5502
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:1>
* version: master => 1.9b1
* stage: Unreviewed => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:2>
Comment (by claudep):
I'm not sure whether we should simply remove `_version_greater_2_4_0_rc4`.
A system with such old version of Spatialite is probably also using an
unsupported version of Python (Debian squeeze is such a case for example).
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:3>
Comment (by timgraham):
Sounds good to me, Claude. I didn't lookup how old that check was.
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:4>
Comment (by sir-sigurd):
SpatiaLite was released on 2010-01-10 and Python 2.7 was released on
2010-01-10, so I think this version mix could used in theory, however I
don't think anyone will use such old software and new Django version
together.
I think it would be more correct to apply the current patch to Django 1.9
and fully drop support to SpatiaLite 2.4 in the next release.
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"6fb9424ff034b45cee3f16eafda3e4629545ce4f" 6fb9424f]:
{{{
#!CommitTicketReference repository=""
revision="6fb9424ff034b45cee3f16eafda3e4629545ce4f"
[1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in
SpatiaLite backend.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:6>
* needs_better_patch: 0 => 1
* stage: Ready for checkin => Accepted
Comment:
Sure, I merged that commit to 1.9.x. Could you update the PR for master?
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:7>
Comment (by claudep):
Note that we are not dropping support for SpatiaLite 2.4, just for pre-RC4
versions.
--
Ticket URL: <https://code.djangoproject.com/ticket/25631#comment:8>