index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gis_tests
Age
Commit message (
Expand
)
Author
2019-01-14
Relaxed assertions to fix GIS test failures on Oracle 18c.
Mariusz Felisiak
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-21
Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...
jtiai
2018-12-21
Added tests for GeometryField.deconstruct().
jtiai
2018-11-27
Switched TestCase to SimpleTestCase in GIS tests.
Tim Graham
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-23
Fixed #29978 -- Catched GDALException in GeometryField.to_python
Claude Paroz
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-10-23
Removed obsolete and flaky GeoIP tests.
Tom Forbes
2018-10-21
Fixed a failing test when the source directory is on a readonly fs.
Florian Apolloner
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-17
Fixed #29761 -- Confirmed support for PROJ 5.x.
Sergey Fedoseev
2018-07-27
Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.
Melvyn Sopacua
2018-07-13
Refs #29548 -- Fixed GIS tests on MariaDB
Claude Paroz
2018-07-09
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
Sergey Fedoseev
2018-07-06
Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.
Mushtaq Ali
2018-07-06
Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.
Tom
2018-06-21
Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.
Sergey Fedoseev
2018-06-20
Made test for GIS Envelope function more strict.
Sergey Fedoseev
2018-06-12
Fixed #29483 -- Confirmed support for GDAL 2.3.
Tim Graham
2018-06-11
Dropped support for GDAL 1.9 and 1.10.
Tim Graham
2018-06-09
Refs #29483 -- Relaxed WGS 84 check regex
Claude Paroz
2018-06-01
Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.
Tim Graham
2018-06-01
Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.
Tim Graham
2018-05-31
Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() on MySQL ...
Mariusz Felisiak
2018-05-29
Relaxed a GDAL raster test.
Tim Graham
2018-05-10
Fixed #27629 -- Added router.allow_relation() calls for assignments between u...
Stefan R. Filipek
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2018-04-17
Fixed a test failure with the latest GeoIP2 database.
Tim Graham
2018-04-02
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...
Claude Paroz
2018-03-05
Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...
Alex Stovbur
2018-02-10
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
Stanislav Karpov
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2018-01-27
Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...
Mariusz Felisiak
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-10
Fixed a GeoIP2 test failure with the latest GeoIP2 database.
Tim Graham
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-27
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
Sergey Fedoseev
2017-12-12
Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.
Sergey Fedoseev
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-11-04
Refs #17448 -- Fixed GeoModelTest.test_raw_sql_query.
Sergey Fedoseev
2017-10-25
Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...
Ryan Verner
2017-10-21
Removed unnecessary tuple()/list() calls.
Mads Jensen
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-21
Fixed #28576 -- Added color interpretation method to GDALBand.
Niall Dalton
2017-09-20
Fixed #28617 -- Made ogrinspect output pep8 compliant.
Thomas Schorr
[next]