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