summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2015-04-22Added MySQL support to GIS functionsClaude Paroz
2015-04-22Added Spatialite support to GIS functionsClaude Paroz
2015-04-22Fixed #24214 -- Added GIS functions to replace geoqueryset's methodsClaude Paroz
2015-04-18Stopped conditional discovery of gis_tests appsClaude Paroz
2015-04-16Fixed gis_tests when run without GIS dependencies.Tim Graham
2015-04-16Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen
2015-04-15Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti
2015-03-28Fixed skipping of gis_tests when dependencies not installed.Tim Graham
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert
2015-03-23Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz
2015-03-21Revert "Removed unneeded app_label definitions in gis_tests"Claude Paroz
2015-03-21Removed unneeded app_label definitions in gis_testsClaude Paroz
2015-03-20Fixed gis test failures when numpy isn't installed.Daniel Wiesmann
2015-03-18Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz
2015-03-17Made SRID a required parameter for GDALRaster instantiation; refs #23804.Daniel Wiesmann
2015-03-16Added write support for GDALRasterDaniel Wiesmann
2015-02-23Normalized usage of the tempfile module.Aymeric Augustin
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham