--
Ticket URL: <https://code.djangoproject.com/ticket/25592>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* severity: Normal => Release blocker
* needs_better_patch: => 0
* needs_tests: => 0
* version: master => 1.8
* needs_docs: => 0
* stage: Unreviewed => Accepted
Comment:
Regression in Django 1.8 from 2bd1bbc42430f9815d16b779735b77c35ea4cde7.
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:1>
* owner: nobody => claudep
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:2>
Comment (by dursk):
Fixed, here's the PR: https://github.com/django/django/pull/5463
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:3>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:4>
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/5464 PR] from Claude.
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"c08f85fd547a3030cca7ac227e3378d70033e517" c08f85fd]:
{{{
#!CommitTicketReference repository=""
revision="c08f85fd547a3030cca7ac227e3378d70033e517"
Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:6>
Comment (by Claude Paroz <claude@…>):
In [changeset:"e241444ef50add7ef6f9c176f84a9bd85060fc18" e241444]:
{{{
#!CommitTicketReference repository=""
revision="e241444ef50add7ef6f9c176f84a9bd85060fc18"
[1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
Backport of c08f85fd54 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:7>
Comment (by Claude Paroz <claude@…>):
In [changeset:"244b7c930f6518024b75a8f87e9bf399cfc79f2f" 244b7c93]:
{{{
#!CommitTicketReference repository=""
revision="244b7c930f6518024b75a8f87e9bf399cfc79f2f"
[1.8.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
Backport of c08f85fd54 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25592#comment:8>