index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
Age
Commit message (
Expand
)
Author
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
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-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-02
Fixed #11854 -- Added Azimuth GIS function. (#8286)
Sergey Fedoseev
2017-04-01
Fixed #12410 -- Added LineLocatePoint GIS function.
Sergey Fedoseev
2017-04-01
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...
Sergey Fedoseev
2017-04-01
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...
Sergey Fedoseev
2017-03-23
Fixed #27962 -- Allowed lookups on Area annotations.
Sergey Fedoseev
2017-03-23
Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.
Sergey Fedoseev
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-16
Removed GeoQuerySet leftovers.
Sergey Fedoseev
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator 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-17
Removed unneeded SpatiaLite workarounds in GIS tests.
Sergey Fedoseev
2016-12-17
Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().
Sergey Fedoseev
2016-12-16
Made NumPoints raise TypeError on MySQL when it's used on fields besides Line...
Sergey Fedoseev
2016-12-15
Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
Fixed #27607 -- Added Oracle support for AsGML GIS function.
Sergey Fedoseev
2016-12-15
Improved testing of num_seg kwarg of BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
Simplified a GIS test by using an SRID available on all backends.
Sergey Fedoseev
2016-12-07
Fixed #25708 -- Fixed annotations with geometry values.
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-15
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-30
Confirmed support for PostGIS 2.3.
Tim Graham
2016-08-09
Unified SpatiaLite spelling
Claude Paroz
2016-07-28
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
Sergey Fedoseev
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-21
Fixed #26785 -- Made Oracle return None rather than empty string for empty ge...
Sergey Fedoseev
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
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-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-11
Removed unneeded GeoManagers in tests.
Tim Graham
2016-02-24
Fixed #26266 -- Output the primary key in the GeoJSON serializer properties
Claude Paroz
2016-02-09
Refs #26112 -- Fixed aggregate GIS test on Oracle.
Shai Berger
[prev]
[next]