summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2018-07-06[2.1.x] Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.Tom
2018-06-09[2.1.x] Refs #29483 -- Relaxed WGS 84 check regexClaude Paroz
2018-06-04[2.1.x] Relaxed a GDAL raster test.Tim Graham
2018-06-02[2.1.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01[2.1.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
2018-05-31[2.1.x] Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() o...Mariusz Felisiak
2018-05-10Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2018-04-17Fixed a test failure with the latest GeoIP2 database.Tim Graham
2018-04-02Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...Claude Paroz
2018-03-05Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...Alex Stovbur
2018-02-10Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov
2018-02-07Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham
2018-01-27Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...Mariusz Felisiak
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-10Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-12-12Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.Sergey Fedoseev
2017-11-23Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev
2017-11-04Refs #17448 -- Fixed GeoModelTest.test_raw_sql_query.Sergey Fedoseev
2017-10-25Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...Ryan Verner
2017-10-21Removed unnecessary tuple()/list() calls.Mads Jensen
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-09-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
2017-09-20Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr
2017-09-12Removed django.contrib.gis.geometry.backend.Tim Graham
2017-09-11Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev
2017-09-11Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...Sergey Fedoseev
2017-09-09Fixed capitalization of "Spherical Mercator."Sergey Fedoseev
2017-09-08Fixed deepcopy of AreaField and DistanceField.Sergey Fedoseev
2017-09-04Improved messages in IndexErrors raised by GDAL objects.Nick Pope
2017-09-04Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.Nick Pope
2017-09-03Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope
2017-09-03Refs #25225 -- Removed test for removed ListMixin._IndexError.Nick Pope
2017-08-24Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-08-24Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.Fabian Schindler
2017-08-15Fixed #28495 -- Converted GDAL Feature.fields to stringsClaude Paroz
2017-08-02Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.Tim Graham
2017-07-27Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.Sergey Fedoseev
2017-07-26Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...Sergey Fedoseev
2017-07-26Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev
2017-07-25Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.Sergey Fedoseev
2017-07-20Simplified handling of GIS lookup params.Sergey Fedoseev
2017-07-20Tested the case when the lhs of a raster lookup has an index specified and th...Sergey Fedoseev
2017-07-19Fixed typo in DistanceLookupBase.process_rhs() error message.Sergey Fedoseev
2017-07-18Removed redundant lookup values in RasterFieldTest.test_all_gis_lookups_with_...Sergey Fedoseev
2017-07-18Fixed RasterFieldTest.test_all_gis_lookups_with_rasters.Sergey Fedoseev
2017-07-13Added test for GEOSCoordSeq.__getitem__().Sergey Fedoseev