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
/
test_functions.py
Age
Commit message (
Expand
)
Author
2016-06-21
[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...
Sergey Fedoseev
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-09
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Daniel Wiesmann
2016-02-09
Refs #26112 -- Fixed aggregate GIS test on Oracle.
Shai Berger
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-23
Fixed typos in test comments.
Mingun Pak
2016-01-22
Fixed #26112 -- Error when computing aggregate of GIS areas.
Daniel Wiesmann
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-19
Fixed #25438 -- Fixed assorted Oracle GIS test failures.
Jani Tiainen
2015-11-03
Fixed #25629 -- Added checks of the number of arguments for GeoDjango DB func...
Sergey Fedoseev
2015-11-02
Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions
Sergey Fedoseev
2015-11-01
Fixed #25655 -- Dropped support for GEOS < 3.3
Sergey Fedoseev
2015-10-31
Fixed #25636 -- Dropped support for SpatiaLite < 3.0
Sergey Fedoseev
2015-10-30
Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.
Tim Graham
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-04-23
Fixed failures with older Spatialite versions
Claude Paroz
2015-04-22
Added MySQL support to GIS functions
Claude Paroz
2015-04-22
Added Spatialite support to GIS functions
Claude Paroz
2015-04-22
Fixed #24214 -- Added GIS functions to replace geoqueryset's methods
Claude Paroz