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