--
Ticket URL: <https://code.djangoproject.com/ticket/25588>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:2>
Comment (by Claude Paroz <claude@…>):
In [changeset:"48548d1a473a40adeaf292b63857efdd00a034be" 48548d1]:
{{{
#!CommitTicketReference repository=""
revision="48548d1a473a40adeaf292b63857efdd00a034be"
Refs #25588 -- Added the srid property to GDALRaster
Geometry objects have an srid property, so this addition makes the raster
api
more similar to the geometries api.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:3>
* needs_docs: 1 => 0
Comment:
[https://github.com/django/django/pull/5460 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"bbfad84dd980a97174c3b061a3d1b5f1373c380d" bbfad84]:
{{{
#!CommitTicketReference repository=""
revision="bbfad84dd980a97174c3b061a3d1b5f1373c380d"
Fixed #25588 -- Added spatial lookups to RasterField.
Thanks Tim Graham for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:6>
Comment (by Daniel Wiesmann <daniel.wiesmann@…>):
In [changeset:"9bb1b4b7f6b79096fc7418c3b7bb0118d44c373a" 9bb1b4b7]:
{{{
#!CommitTicketReference repository=""
revision="9bb1b4b7f6b79096fc7418c3b7bb0118d44c373a"
Refs #25588 -- Fixed GDAL dependency in spatial lookups.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"85ab56944df7f48e3a8b1734c91fd90cb41bfd2f" 85ab569]:
{{{
#!CommitTicketReference repository=""
revision="85ab56944df7f48e3a8b1734c91fd90cb41bfd2f"
[1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.
Backport of 9bb1b4b7f6b79096fc7418c3b7bb0118d44c373a from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f86b6f351d45c366f733c586127251c598dfd541" f86b6f3]:
{{{
#!CommitTicketReference repository=""
revision="f86b6f351d45c366f733c586127251c598dfd541"
Refs #25588 -- Removed obsolete bits of RasterField support.
Unused since bbfad84dd980a97174c3b061a3d1b5f1373c380d.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25588#comment:9>