Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25592 closed Bug (fixed)

Typo in name for strictly_above PostGISOperator

Reported by: Daniel Wiesmann Owned by: Claude Paroz
Component: GIS Version: 1.8
Severity: Release blocker 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

The key to match the strictly_above GIS lookup to the PostGISOperator currently reads stricly_above.

https://github.com/django/django/blob/67732a9b183d2e84c85147b04fdf9499f4395ac6/django/contrib/gis/db/backends/postgis/operations.py#L76

Change History (8)

comment:1 by Tim Graham, 9 years ago

Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted
Version: master1.8

Regression in Django 1.8 from 2bd1bbc42430f9815d16b779735b77c35ea4cde7.

comment:2 by Claude Paroz, 9 years ago

Owner: changed from nobody to Claude Paroz
Status: newassigned

comment:3 by Matthew Madurski, 9 years ago

comment:4 by Matthew Madurski, 9 years ago

Has patch: set

comment:5 by Tim Graham, 9 years ago

Triage Stage: AcceptedReady for checkin

PR from Claude.

comment:6 by Claude Paroz <claude@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In c08f85fd:

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.

comment:7 by Claude Paroz <claude@…>, 9 years ago

In e241444:

[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.

comment:8 by Claude Paroz <claude@…>, 9 years ago

In 244b7c93:

[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.

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