summaryrefslogtreecommitdiff
path: root/tests/gis_tests/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #16969 -- Added test for not initializing PostGIS-specific stuff for non...Mariusz Felisiak2023-02-211-0/+16
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-14/+14
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+3
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-041-18/+0
* Removed django.contrib.gis.geometry.backend.Tim Graham2017-09-121-10/+0
* Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.chillaranand2017-06-131-9/+6
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-6/+8
* Refs #23919 -- Replaced six.reraise by raiseClaude Paroz2017-01-221-3/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.Christian von Roques2016-11-121-0/+18
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed GIS tests broken by 0a89915Claude Paroz2015-06-061-0/+2
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-0/+92