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
2015-07-20
Fixed #25141 -- Diminished GDAL dependence during geojson serialization
Claude Paroz
2015-07-18
Replaced try/finally by mock.patch in geos tests
Claude Paroz
2015-07-10
Fixed #25072 -- Prevented GDALRaster memory to be uncollectable
Claude Paroz
2015-07-06
Fixed some unclosed objects in tests
Andriy Sokolovskiy
2015-06-26
Pushed GDAL skip condition inside test
Claude Paroz
2015-06-26
Refs #24840 -- Added skip flag to raster transform test for GDAL<1.8.1.
Daniel Wiesmann
2015-06-25
Updated GeoIP test for newer versions
Claude Paroz
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
Refs #24840 -- Added GDALRaster Warp and transform methods
Daniel Wiesmann
2015-06-23
Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initialization
Daniel Wiesmann
2015-06-20
Added GDAL 2.0 support
Claude Paroz
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-06-06
Fixed GIS tests broken by 0a89915
Claude Paroz
2015-06-05
Cleanup: Removed the try-except-fail antipattern from tests
Shai Berger
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-13
Removed test numbering in gdal tests
Claude Paroz
2015-05-06
Fixed #24207 -- Added 25D-type geometry field support to ogrinspect
Claude Paroz
2015-05-05
Made some tests run on non-GIS databases
Claude Paroz
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-27
Used assertIsInstance in tests.
Alasdair Nicol
2015-04-25
Fixed #24499 -- Dropped support for PostGIS 1.5.
Tim Graham
2015-04-24
Delayed GDAL check for OSMGeoAdmin
Claude Paroz
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-04-24
Lazy loading of GEOS functions
Claude Paroz
2015-04-23
Fixed failures with older Spatialite versions
Claude Paroz
2015-04-22
Deprecated legacy GeoManager/GeoQuerySet methods
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
2015-04-18
Stopped conditional discovery of gis_tests apps
Claude Paroz
2015-04-16
Fixed gis_tests when run without GIS dependencies.
Tim Graham
2015-04-16
Fixed #24615 -- ordering by expression not part of SELECT
Anssi Kääriäinen
2015-04-15
Updated tests to stop leaking models in shared AdminSite.
Riccardo Magliocchetti
2015-03-28
Fixed skipping of gis_tests when dependencies not installed.
Tim Graham
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-23
Fixed #12400 -- Allowed geometry fields in unique_together
Claude Paroz
2015-03-21
Revert "Removed unneeded app_label definitions in gis_tests"
Claude Paroz
2015-03-21
Removed unneeded app_label definitions in gis_tests
Claude Paroz
2015-03-20
Fixed gis test failures when numpy isn't installed.
Daniel Wiesmann
2015-03-18
Fixed #23757 -- Added 3D introspection support to Spatialite backend
Claude Paroz
2015-03-17
Made SRID a required parameter for GDALRaster instantiation; refs #23804.
Daniel Wiesmann
2015-03-16
Added write support for GDALRaster
Daniel Wiesmann
2015-02-23
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham