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
/
relatedapp
Age
Commit message (
Expand
)
Author
2025-12-28
Added some skips to GIS tests.
Tim Graham
2025-10-20
Fixed RelatedGeoModelTest.test_related_union_aggregate() test on Oracle and G...
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-25
Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...
Mariusz Felisiak
2023-08-04
Fixed #34686 -- Added support for GEOS 3.12.
Olivier Tabone
2023-06-30
Fixed RelatedGeoModelTest.test_centroid_collect_filter().
Mariusz Felisiak
2023-06-16
Fixed #34629 -- Added filtering support to GIS aggregates.
Olivier Le Thanh Duong
2022-07-05
Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM storage...
Mariusz Felisiak
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
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
2020-10-27
Removed unneeded @no_oracle skips.
Tim Graham
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-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-12
Removed django.contrib.gis.geometry.backend.
Tim Graham
2017-06-26
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...
Sergey Fedoseev
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
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
2017-01-03
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
Tim Graham
2016-11-23
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
Jackie Leng
2016-11-15
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Adam Chainz
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-03-11
Removed unneeded GeoManagers in tests.
Tim Graham
2015-10-10
Fixed #24687 -- Added select_related() validation for nested non-relational f...
Tim Graham
2015-09-23
Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-04-18
Stopped conditional discovery of gis_tests apps
Claude Paroz
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham