Commit History

Author SHA1 Message Date
  Tim Graham a0d166306f Removed GeoManager and GeoQuerySet per deprecation timeline. 8 years ago
  Tim Graham c04207cd38 Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function. 8 years ago
  Sergey Fedoseev 4884472447 Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is unavailable. 8 years ago
  Sergey Fedoseev 986c7d522a Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite. 8 years ago
  Sergey Fedoseev 30657d7836 Removed test workarounds for PROJ.4 < 4.7.0. 8 years ago
  Mads Jensen 0c1f71635f Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 8 years ago
  Kevan Swanberg 35504f74a8 Fixed #26685 -- Added dwithin lookup support on SpatiaLite. 8 years ago
  Claude Paroz ade681b9ad Unified SpatiaLite spelling 8 years ago
  Claude Paroz f7a363ee1d Fixed #26753 -- Made GDAL a required dependency for contrib.gis 8 years ago
  Hasan 3d0dcd7f5a Refs #26022 -- Used context manager version of assertRaises in tests. 9 years ago
  Tim Graham 5aa5328675 Fixed #26147 -- Relaxed expected values in GIS tests to account for database/library differences. 9 years ago
  Claude Paroz 00cb9e13b4 Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields. 9 years ago
  Sergey Fedoseev 717a54c883 Fixed #25797 -- Fixed regex for getting units from SRS WKT. 9 years ago
  Claude Paroz c3531d2f20 Removed ability to pass a geometry string to GIS functions 9 years ago
  Sergey Fedoseev 8ad923b9d0 Fixed #25636 -- Dropped support for SpatiaLite < 3.0 9 years ago
  Claude Paroz 37d06cfc46 Fixed #25499 -- Added the ability to pass an expression in distance lookups 9 years ago
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. 9 years ago
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 years ago
  Claude Paroz d9bcba9b29 Removed many HAS_GEOS conditional imports 10 years ago
  Claude Paroz 61d09e61f5 Lazy loading of GEOS functions 10 years ago
  Claude Paroz ea27e26b09 Deprecated legacy GeoManager/GeoQuerySet methods 10 years ago
  Claude Paroz 71e20814fc Added MySQL support to GIS functions 10 years ago
  Claude Paroz 44bdbbc316 Added Spatialite support to GIS functions 10 years ago
  Claude Paroz d9ff5ef36d Fixed #24214 -- Added GIS functions to replace geoqueryset's methods 10 years ago
  Tim Graham ed336a1a5d Fixed gis_tests when run without GIS dependencies. 10 years ago
  Anssi Kääriäinen fb5c7748da Fixed #24615 -- ordering by expression not part of SELECT 10 years ago
  Tim Graham ad0be620ae Moved contrib.gis tests out of contrib. 10 years ago