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