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
/
test_spatialrefsys.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-02-04
Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_property.
Arnaldo Govenem
2023-01-13
Fixed #34234 -- Dropped support for PROJ 4.
Leo
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2020-09-14
Removed hardcoded paths to SpatialRefSys models in tests.
Tim Graham
2020-05-13
Renamed PROJ.4 to PROJ.
Claude Paroz
2020-05-12
Fixed #30678 -- Added support for GDAL 3.
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-05-31
Fixed #25645 -- Dropped support for SpatiaLite < 4.0.
Tim Graham
2016-04-19
Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units().
Nicolas NoƩ
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham