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
Age
Commit message (
Expand
)
Author
2017-03-13
Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.
Sergey Fedoseev
2017-02-10
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
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-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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
Refs #26509 -- Removed contrib.gis.utils.precision_wkt() per deprecation time...
Tim Graham
2017-01-17
Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.
Tim Graham
2017-01-17
Refs #25665 -- Removed deprecated getter/setter of Point.tuple.
Tim Graham
2017-01-17
Refs #25665 -- Removed deprecated getters/setters of Point coordinate propert...
Tim Graham
2017-01-17
Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.
Tim Graham
2017-01-17
Refs #25184 -- Removed contrib.gis.geoip per deprecation timeline.
Tim Graham
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2017-01-03
Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.
Claude Paroz
2017-01-03
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
Tim Graham
2017-01-02
Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3
Claude Paroz
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 #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
Sergey Fedoseev
2016-12-15
Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...
Sergey Fedoseev
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
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-08
Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.
Sergey Fedoseev
2016-12-08
Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.
Sergey Fedoseev
2016-12-08
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
Sergey Fedoseev
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
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-12-06
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
Sergey Fedoseev
2016-12-05
Removed test workarounds for PROJ.4 < 4.7.0.
Sergey Fedoseev
2016-11-30
Fixed #27557 -- Casted GEOSGeometry only when necessary
Claude Paroz
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-30
Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().
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-19
Fixed #27493 -- Fixed test failure with recent GDAL versions
Nicolas NoƩ
2016-11-15
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Adam Chainz
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
[prev]
[next]