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
/
geogapp
/
tests.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-02-07
Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.
Jacob Walls
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-04-08
Fixed #32575 -- Added support for SpatiaLite 5.
Claude Paroz
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-09
Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...
Tim Graham
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-11
Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...
Sergey Fedoseev
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-04-01
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...
Sergey Fedoseev
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Sergey Fedoseev
2016-08-15
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Daniel Wiesmann
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-04-12
Refs #17635 -- Tested the Cast function in a geography to geometry context
Claude Paroz
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-28
Fixed #26147 -- Relaxed expected values in GIS tests to account for database/...
Tim Graham
2015-11-19
Fixed #25438 -- Fixed assorted Oracle GIS test failures.
Jani Tiainen
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-04-22
Deprecated legacy GeoManager/GeoQuerySet methods
Claude Paroz
2015-04-22
Fixed #24214 -- Added GIS functions to replace geoqueryset's methods
Claude Paroz
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham