Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Made some tests run on non-GIS databasesClaude Paroz2015-05-051-2/+10
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-286-24/+25
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-2/+2
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-251-6/+2
* Delayed GDAL check for OSMGeoAdminClaude Paroz2015-04-241-1/+3
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-2416-100/+64
* Lazy loading of GEOS functionsClaude Paroz2015-04-241-3/+3
* Fixed failures with older Spatialite versionsClaude Paroz2015-04-231-1/+5
* Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz2015-04-224-4/+27
* Added MySQL support to GIS functionsClaude Paroz2015-04-222-13/+16
* Added Spatialite support to GIS functionsClaude Paroz2015-04-222-7/+21
* Fixed #24214 -- Added GIS functions to replace geoqueryse...Claude Paroz2015-04-224-12/+857
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-1814-16/+81
* Fixed gis_tests when run without GIS dependencies.Tim Graham2015-04-171-2/+2
* Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen2015-04-161-1/+8
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-152-11/+12
* Fixed skipping of gis_tests when dependencies not installed.Tim Graham2015-03-281-1/+2
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-0/+13
* Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz2015-03-231-0/+3
* Revert "Removed unneeded app_label definitions in gis_tests"Claude Paroz2015-03-214-0/+24
* Removed unneeded app_label definitions in gis_testsClaude Paroz2015-03-214-24/+0
* Fixed gis test failures when numpy isn't installed.Daniel Wiesmann2015-03-201-3/+3
* Fixed #23757 -- Added 3D introspection support to Spatial...Claude Paroz2015-03-183-4/+39
* Made SRID a required parameter for GDALRaster instantiati...Daniel Wiesmann2015-03-171-1/+2
* Added write support for GDALRasterDaniel Wiesmann2015-03-165-8/+171
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-5/+5
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-1196-0/+8691