| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-28 | Refs #25588 -- Added the srid property to GDALRaster | Daniel Wiesmann | |
| Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api. | |||
| 2015-10-24 | Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if ↵ | Sergey Fedoseev | |
| SRID is invalid. | |||
| 2015-10-22 | Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup | Claude Paroz | |
| Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report and Tim Graham for the review. | |||
| 2015-10-21 | Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`. | Sergey Fedoseev | |
| 2015-10-21 | Fixed #25580 -- Allowed `None` to be set as SRID value. | Sergey Fedoseev | |
| 2015-10-10 | Fixed #24687 -- Added select_related() validation for nested non-relational ↵ | Tim Graham | |
| fields. The removed test was added in the original select_related() validation patch (45d4e43d2d25b902e3821b612209afa951a8bcb8), but there doesn't seem to be any reason for it. Thanks Claude Paroz for help and review. | |||
| 2015-10-09 | Fixed #25533 -- Changed datatype mapping for GDALRasters | Daniel Wiesmann | |
| 2015-10-09 | Fixed #25499 -- Added the ability to pass an expression in distance lookups | Claude Paroz | |
| Thanks Bibhas Debnath for the report and Tim Graham for the review. | |||
| 2015-09-23 | Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-23 | Refs #22384 -- Removed the ability to reverse URLs by dotted path per ↵ | Tim Graham | |
| deprecation timeline. | |||
| 2015-09-23 | Fixed #25407 -- Removed network dependency in GeoIP tests. | Anton Baklanov | |
| 2015-09-21 | Fixed #24688 -- Added Oracle support for new-style GIS functions. | Jani Tiainen | |
| 2015-09-12 | Fixed #23395 -- Limited line lengths to 119 characters. | Dražen Odobašić | |
| 2015-09-10 | Fixed a GeoIP2 test failure with the latest GeoIP2 database. | Tim Graham | |
| Düsseldorf now appears as Dusseldorf in the latest version of the GeoIP2 database. | |||
| 2015-09-04 | Fixed GeoIP test crash when dependencies not installed. | Tim Graham | |
| 2015-08-31 | Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2. | Keryn Knight | |
| 2015-08-19 | Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature. | Jani Tiainen | |
| 2015-08-18 | Fixed #25225 -- Simplified code to remove GEOSIndexError | Tim Graham | |
| The test is a regression for refs #4740 to show that the original fix of GEOSIndexError is no longer needed. | |||
| 2015-08-10 | Removed deprecated GeoManager from inspectdb/ogrinspect output. | Tim Graham | |
| refs ea27e26b0907e74ab8d6c46a9694775a310fdc67 | |||
| 2015-07-31 | Refs #25184 -- Started deprecation for contrib.gis.geoip. | Flavio Curella | |
| 2015-07-31 | Fixed #25184 -- Added support for MaxMind GeoLite2 database format | Flavio Curella | |
| 2015-07-30 | Fixed #25183 -- Fixed non-deterministic GeoIP test. | Tim Graham | |
| google.com doesn't always resolve to an IP inside the United States. | |||
| 2015-07-28 | Refs #25183 -- Added debugging for non-deterministic GeoIP test. | Tim Graham | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-07-20 | Fixed #25141 -- Diminished GDAL dependence during geojson serialization | Claude Paroz | |
| Only require GDAL if contained geometries need coordinate transformations. Thanks drepo for the report and Tim Graham for the review. | |||
| 2015-07-18 | Replaced try/finally by mock.patch in geos tests | Claude Paroz | |
| 2015-07-10 | Fixed #25072 -- Prevented GDALRaster memory to be uncollectable | Claude Paroz | |
| Setting GDALRaster.bands as a cached property was creating a circular reference with objects having __del__ methods, which means the memory could never be freed. Thanks Daniel Wiesmann for the report and test, and Tim Graham for the review. | |||
| 2015-07-06 | Fixed some unclosed objects in tests | Andriy Sokolovskiy | |
| 2015-06-26 | Pushed GDAL skip condition inside test | Claude Paroz | |
| As GDAL_VERSION is conditionnaly imported, it cannot be referenced in skipIf decorator. | |||
| 2015-06-26 | Refs #24840 -- Added skip flag to raster transform test for GDAL<1.8.1. | Daniel Wiesmann | |
| Thanks to Simon Charette for the report. | |||
| 2015-06-25 | Updated GeoIP test for newer versions | Claude Paroz | |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-06-24 | Refs #24840 -- Added GDALRaster Warp and transform methods | Daniel Wiesmann | |
| Thanks to Tim Graham for the review. | |||
| 2015-06-23 | Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initialization | Daniel Wiesmann | |
| 2015-06-20 | Added GDAL 2.0 support | Claude Paroz | |
| 2015-06-19 | Fixed #23804 -- Added RasterField for PostGIS. | Daniel Wiesmann | |
| Thanks to Tim Graham and Claude Paroz for the reviews and patches. | |||
| 2015-06-06 | Fixed GIS tests broken by 0a89915 | Claude Paroz | |
| 2015-06-05 | Cleanup: Removed the try-except-fail antipattern from tests | Shai Berger | |
| Found cases where testing code was doing try: whatever except (some excption type): self.fail("exception shouldn't be thrown") replaced it with just whatever as this makes the unexpected errors easier to debug, and the tests would fail just as much and aren't rendered less readable. Thanks Markus Holtermann for review | |||
| 2015-05-20 | Refs #24652 -- Used SimpleTestCase where appropriate. | Simon Charette | |
| 2015-05-13 | Removed test numbering in gdal tests | Claude Paroz | |
| 2015-05-06 | Fixed #24207 -- Added 25D-type geometry field support to ogrinspect | Claude Paroz | |
| Thanks Michael Diener for the report and sample data, and Tim Graham for the review. | |||
| 2015-05-05 | Made some tests run on non-GIS databases | Claude Paroz | |
| 2015-04-28 | Fixed #24714 -- Used more specific assertions than assertEqual in tests. | Alasdair Nicol | |
| 2015-04-27 | Used assertIsInstance in tests. | Alasdair Nicol | |
| 2015-04-25 | Fixed #24499 -- Dropped support for PostGIS 1.5. | Tim Graham | |
| 2015-04-24 | Delayed GDAL check for OSMGeoAdmin | Claude Paroz | |
| 2015-04-24 | Removed many HAS_GEOS conditional imports | Claude Paroz | |
| 2015-04-24 | Lazy loading of GEOS functions | Claude Paroz | |
| 2015-04-23 | Fixed failures with older Spatialite versions | Claude Paroz | |
| 2015-04-22 | Deprecated legacy GeoManager/GeoQuerySet methods | Claude Paroz | |
