summaryrefslogtreecommitdiff
path: root/tests/gis_tests/gis_migrations
AgeCommit message (Expand)Author
2025-06-10Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings.nakano
2024-09-19Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...Mariusz Felisiak
2024-06-20Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable ...Mariusz Felisiak
2024-06-18Simplified OperationTestCase.alter_gis_model() test hook a bit.Mariusz Felisiak
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2023-09-20Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-30Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz
2021-05-14Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...snowman2
2021-05-13Refs #16455 -- Added test for using opclasses on indexes for multidimensional...Mariusz Felisiak
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2020-10-19Added DatabaseFeatures.can_alter_geometry_field.Tim Graham
2020-04-14Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz
2020-03-10Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().Hasan Ramezani
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-15Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-22Refs #27056 -- Rearranged gis_migrations test case classesClaude Paroz
2016-09-12Refs #27098 -- Added introspection for expression-based index on PostgreSQLClaude Paroz
2016-09-12Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-05-27Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-04-18Stopped conditional discovery of gis_tests appsClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham