--
Ticket URL: <https://code.djangoproject.com/ticket/22744>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by aaugustin):
I never managed to compile spatialite and I assume I'm not the only one
:-/
If you had the time to bisect the failure, someone would then feel
responsible for fixing it ;-)
--
Ticket URL: <https://code.djangoproject.com/ticket/22744#comment:1>
* cc: claudep (added)
Comment:
bisected to 2af58a2cef8b0d30c18f6d0d106cb0e093c673ab
--
Ticket URL: <https://code.djangoproject.com/ticket/22744#comment:2>
* status: new => assigned
* owner: nobody => claudep
--
Ticket URL: <https://code.djangoproject.com/ticket/22744#comment:3>
* stage: Accepted => Ready for checkin
Comment:
Patch looks good to me, test pass with and without `pysqlite` on Py27.
--
Ticket URL: <https://code.djangoproject.com/ticket/22744#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"5a504a5311b0108586e633128f6ef8be6e05249a"]:
{{{
#!CommitTicketReference repository=""
revision="5a504a5311b0108586e633128f6ef8be6e05249a"
Fixed #22744 -- Fixed sqlite3 get_relations introspection with views
Thanks Tim Graham for the report and Simon Charette for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22744#comment:5>
Comment (by Claude Paroz <claude@…>):
In [changeset:"a2fb5c9d69b0a7bfbb7f5576eb9e801c159a1f0b"]:
{{{
#!CommitTicketReference repository=""
revision="a2fb5c9d69b0a7bfbb7f5576eb9e801c159a1f0b"
[1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with
views
Thanks Tim Graham for the report and Simon Charette for the review.
Backport of 5a504a5311 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22744#comment:6>