summaryrefslogtreecommitdiff
path: root/tests/gis_tests/tests.py
AgeCommit message (Expand)Author
2025-06-05Added validation to BaseSpatialFeatures.has_<Func>_function.Tim Graham
2023-02-21Refs #16969 -- Added test for not initializing PostGIS-specific stuff for non...Mariusz Felisiak
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
2017-09-12Removed django.contrib.gis.geometry.backend.Tim Graham
2017-06-13Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.chillaranand
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2017-01-22Refs #23919 -- Replaced six.reraise by raiseClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-11-12Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.Christian von Roques
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-06-06Fixed GIS tests broken by 0a89915Claude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham