summaryrefslogtreecommitdiff
path: root/tests/gis_tests/gis_migrations
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-074-118/+191
* Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz2021-11-301-0/+18
* Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...snowman22021-05-141-1/+1
* Refs #16455 -- Added test for using opclasses on indexes for multidimensional...Mariusz Felisiak2021-05-131-0/+29
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-131-4/+2
* Added DatabaseFeatures.can_alter_geometry_field.Tim Graham2020-10-191-4/+3
* Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz2020-04-143-2/+23
* Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().Hasan Ramezani2020-03-101-2/+9
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-4/+1
* Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham2017-05-043-12/+7
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz2016-11-151-6/+5
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+4
* Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz2016-09-221-2/+24
* Refs #27056 -- Rearranged gis_migrations test case classesClaude Paroz2016-09-221-40/+39
* Refs #27098 -- Added introspection for expression-based index on PostgreSQLClaude Paroz2016-09-121-5/+12
* Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz2016-09-121-2/+2
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-5/+0
* Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann2016-05-271-0/+5
* Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann2016-05-061-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-9/+5
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-5/+4
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+7
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-193-102/+173
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-3/+6
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-115-0/+264