summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2019-01-14Relaxed assertions to fix GIS test failures on Oracle 18c.Mariusz Felisiak
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-12-21Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...jtiai
2018-12-21Added tests for GeometryField.deconstruct().jtiai
2018-11-27Switched TestCase to SimpleTestCase in GIS tests.Tim Graham
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-11-23Fixed #29978 -- Catched GDALException in GeometryField.to_pythonClaude Paroz
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2018-10-23Removed obsolete and flaky GeoIP tests.Tom Forbes
2018-10-21Fixed a failing test when the source directory is on a readonly fs.Florian Apolloner
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-17Fixed #29761 -- Confirmed support for PROJ 5.x.Sergey Fedoseev
2018-07-27Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.Melvyn Sopacua
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz
2018-07-09Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev
2018-07-06Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.Mushtaq Ali
2018-07-06Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.Tom
2018-06-21Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.Sergey Fedoseev
2018-06-20Made test for GIS Envelope function more strict.Sergey Fedoseev
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2018-06-09Refs #29483 -- Relaxed WGS 84 check regexClaude Paroz
2018-06-01Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
2018-05-31Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() on MySQL ...Mariusz Felisiak
2018-05-29Relaxed a GDAL raster test.Tim Graham
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