index
:
chango.git
devmain
fix-31295
initial-branch
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
/
geoapp
/
tests.py
Age
Commit message (
Expand
)
Author
2019-03-03
[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
[2.2.x] Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
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
2017-12-12
Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.
Sergey Fedoseev
2017-11-04
Refs #17448 -- Fixed GeoModelTest.test_raw_sql_query.
Sergey Fedoseev
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-08-24
Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.
Fabian Schindler
2017-07-27
Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.
Sergey Fedoseev
2017-05-30
Fixed gis_tests.geoapp test with incorrect geodetic coordinates.
Mariusz Felisiak
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-04-01
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...
Sergey Fedoseev
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2017-01-03
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
Tim Graham
2016-12-15
Simplified a GIS test by using an SRID available on all backends.
Sergey Fedoseev
2016-12-06
Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...
Sergey Fedoseev
2016-11-30
Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.
Sergey Fedoseev
2016-11-30
Simplified union GIS tests with equals() rather than equals_exact().
Sergey Fedoseev
2016-11-29
Enabled GeoQuerySetTest.test_unionagg on Oracle; refs #23504.
Sergey Fedoseev
2016-11-23
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
Jackie Leng
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-01
Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.
Tim Graham
2016-04-09
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Daniel Wiesmann
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-02
Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite.
Sergey Fedoseev
2015-11-06
Fixed #25673 -- Made `GeometryField.from_db_value` set SRID
Sergey Fedoseev
2015-10-31
Fixed #25636 -- Dropped support for SpatiaLite < 3.0
Sergey Fedoseev
2015-10-22
Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Claude Paroz
2015-09-23
Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.
Tim Graham
2015-09-21
Fixed #24688 -- Added Oracle support for new-style GIS functions.
Jani Tiainen
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-25
Fixed #24499 -- Dropped support for PostGIS 1.5.
Tim Graham
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-04-22
Deprecated legacy GeoManager/GeoQuerySet methods
Claude Paroz
2015-02-23
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham