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
/
geoapp
/
test_regress.py
Age
Commit message (
Expand
)
Author
2025-12-28
Added some skips to GIS tests.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
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-14
Relaxed assertions to fix GIS test failures on Oracle 18c.
Mariusz Felisiak
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
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-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham