提交歷史

作者 SHA1 備註 提交日期
  Sergey Fedoseev 0a13b249e2 Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions, and isvalid lookup. 8 年之前
  Tim Graham 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 年之前
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 年之前
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
  Tim Graham a0d166306f Removed GeoManager and GeoQuerySet per deprecation timeline. 8 年之前
  Tim Graham c04207cd38 Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function. 8 年之前
  Sergey Fedoseev e36a9d3fd1 Simplified a GIS test by using an SRID available on all backends. 8 年之前
  Sergey Fedoseev 183f501540 Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db_prep_save(). 8 年之前
  Sergey Fedoseev 4464b9b9ad Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup. 8 年之前
  Sergey Fedoseev f24eea3b69 Simplified union GIS tests with equals() rather than equals_exact(). 8 年之前
  Sergey Fedoseev fb3716b156 Enabled GeoQuerySetTest.test_unionagg on Oracle; refs #23504. 8 年之前
  Jackie Leng 50613d957a Fixed #26920 -- Made GEOSGeometry equality check consider the srid 8 年之前
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 年之前
  Tim Graham c9ae09addf Replaced use of TestCase.fail() with assertRaises(). 8 年之前
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 8 年之前
  Tim Graham bc84278615 Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0. 8 年之前
  Daniel Wiesmann c12a00e554 Fixed #26455 -- Allowed filtering and repairing invalid geometries. 9 年之前
  Hasan 3d0dcd7f5a Refs #26022 -- Used context manager version of assertRaises in tests. 9 年之前
  Sergey Fedoseev 0825f77f76 Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite. 9 年之前
  Sergey Fedoseev 5f7035cec7 Fixed #25673 -- Made `GeometryField.from_db_value` set SRID 9 年之前
  Sergey Fedoseev 8ad923b9d0 Fixed #25636 -- Dropped support for SpatiaLite < 3.0 9 年之前
  Claude Paroz c08f85fd54 Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup 9 年之前
  Tim Graham 5d383549ee Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods. 9 年之前
  Jani Tiainen fcf494b48f Fixed #24688 -- Added Oracle support for new-style GIS functions. 9 年之前
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 年之前
  Tim Graham 26996e2d55 Fixed #24499 -- Dropped support for PostGIS 1.5. 10 年之前
  Claude Paroz d9bcba9b29 Removed many HAS_GEOS conditional imports 10 年之前
  Claude Paroz ea27e26b09 Deprecated legacy GeoManager/GeoQuerySet methods 10 年之前
  Aymeric Augustin a8fe12417f Normalized usage of the tempfile module. 10 年之前
  Tim Graham ad0be620ae Moved contrib.gis tests out of contrib. 10 年之前