Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed GIS test failures when GDAL is not installedHEADmasterClaude Paroz2015-11-071-0/+1
| | | | Thanks Iacopo Spalletti for the report and testing.
* Fixed #25673 -- Made `GeometryField.from_db_value` set SRIDSergey Fedoseev2015-11-061-0/+4
|
* Fixed #25629 -- Added checks of the number of arguments ↵Sergey Fedoseev2015-11-031-0/+3
| | | | for GeoDjango DB functions.
* Fixed #25661 -- Fixed checking number of points during ↵Sergey Fedoseev2015-11-021-0/+32
| | | | list assignment for `LinearRing`.
* Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev2015-11-021-0/+20
|
* Fixed #25659 -- Added missing support for MySQL 5.6.1 ↵Sergey Fedoseev2015-11-021-15/+10
| | | | | | GIS functions Added support for ST_Difference/ST_Intersection/ST_SymDifference.
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-012-16/+11
|
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-313-26/+9
|
* Refs #24499 -- Removed an obsolete test check for ↵Tim Graham2015-10-301-4/+3
| | | | PostGIS 1.5.
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-281-0/+10
| | | | | Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api.
* Fixed #25583 -- Allowed calling `transform` with ↵Sergey Fedoseev2015-10-241-17/+18
| | | | `CoordTransform` even if SRID is invalid.
* Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz2015-10-222-4/+35
| | | | | Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report and Tim Graham for the review.
* Fixed #25585 -- Allowed setting OGRGeometry srid/srs ↵Sergey Fedoseev2015-10-221-0/+5
| | | | attributes to `None`.
* Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev2015-10-211-0/+4
|
* Fixed #24687 -- Added select_related() validation for ↵Tim Graham2015-10-101-0/+3
| | | | | | | | | | nested non-relational 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.
* Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann2015-10-091-0/+21
|
* Fixed #25499 -- Added the ability to pass an expression ↵Claude Paroz2015-10-092-1/+28
| | | | | | in distance lookups Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate ↵Tim Graham2015-09-244-68/+33
| | | | | | methods. Per deprecation timeline.
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-241-11/+1
| | | | dotted path per deprecation timeline.
* Fixed #25407 -- Removed network dependency in GeoIP tests.Anton Baklanov2015-09-232-7/+34
|
* Fixed #24688 -- Added Oracle support for new-style GIS ↵Jani Tiainen2015-09-212-1/+9
| | | | functions.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
|
* Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham2015-09-111-2/+2
| | | | | Düsseldorf now appears as Dusseldorf in the latest version of the GeoIP2 database.
* Fixed GeoIP test crash when dependencies not installed.Tim Graham2015-09-041-1/+1
|
* Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight2015-08-312-0/+34
|
* Refs #12400 -- Added ↵Jani Tiainen2015-08-201-1/+1
| | | | supports_geometry_field_unique_index GIS db feature.
* Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham2015-08-193-20/+26
| | | | | The test is a regression for refs #4740 to show that the original fix of GEOSIndexError is no longer needed.
* Removed deprecated GeoManager from inspectdb/ogrinspect ↵Tim Graham2015-08-101-7/+2
| | | | | | output. refs ea27e26b0907e74ab8d6c46a9694775a310fdc67
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-311-0/+13
|
* Fixed #25184 -- Added support for MaxMind GeoLite2 ↵Flavio Curella2015-07-311-0/+139
| | | | database format
* Fixed #25183 -- Fixed non-deterministic GeoIP test.Tim Graham2015-07-311-7/+4
| | | | google.com doesn't always resolve to an IP inside the United States.
* Refs #25183 -- Added debugging for non-deterministic ↵Tim Graham2015-07-281-2/+2
| | | | GeoIP test.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-284-9/+14
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25141 -- Diminished GDAL dependence during ↵Claude Paroz2015-07-201-1/+10
| | | | | | | geojson serialization Only require GDAL if contained geometries need coordinate transformations. Thanks drepo for the report and Tim Graham for the review.
* Replaced try/finally by mock.patch in geos testsClaude Paroz2015-07-181-30/+19
|
* Fixed #25072 -- Prevented GDALRaster memory to be ↵Claude Paroz2015-07-101-0/+5
| | | | | | | | | uncollectable 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.
* Fixed some unclosed objects in testsAndriy Sokolovskiy2015-07-061-4/+4
|
* Pushed GDAL skip condition inside testClaude Paroz2015-06-261-2/+3
| | | | | As GDAL_VERSION is conditionnaly imported, it cannot be referenced in skipIf decorator.
* Refs #24840 -- Added skip flag to raster transform test ↵Daniel Wiesmann2015-06-261-0/+1
| | | | | | for GDAL<1.8.1. Thanks to Simon Charette for the report.
* Updated GeoIP test for newer versionsClaude Paroz2015-06-251-4/+5
|
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-246-31/+31
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-2/+114
| | | | Thanks to Tim Graham for the review.
* Fixed #25011, Refs #23804 -- Added check for GDAL on ↵Daniel Wiesmann2015-06-233-6/+33
| | | | RasterField initialization
* Added GDAL 2.0 supportClaude Paroz2015-06-202-4/+5
|
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-198-109/+272
| | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches.
* Fixed GIS tests broken by 0a89915Claude Paroz2015-06-061-0/+2
|
* Cleanup: Removed the try-except-fail antipattern from testsShai Berger2015-06-051-13/+13
| | | | | | | | | | | | | | | | | | 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
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Removed test numbering in gdal testsClaude Paroz2015-05-131-29/+29
|
* Fixed #24207 -- Added 25D-type geometry field support to ↵Claude Paroz2015-05-065-0/+5
| | | | | | | ogrinspect Thanks Michael Diener for the report and sample data, and Tim Graham for the review.