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
/
tests.py
Age
Commit message (
Expand
)
Author
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-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