Tim Graham
|
890537253c
|
Made runtests.py run gis_tests only when using a GIS database backend.
This facilitates other changes like refs #28160.
|
2017-05-04 20:29:19 -04:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Adam Chainz
|
7c6efb3233
|
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Missed in f7a363ee1d .
|
2016-11-15 11:46:06 -05:00 |
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
Claude Paroz
|
92323d54fd
|
Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS
Thanks Tim Graham for the review.
|
2016-09-22 16:40:27 +02:00 |
Claude Paroz
|
8e2ac3bcaf
|
Refs #27056 -- Rearranged gis_migrations test case classes
|
2016-09-22 16:40:24 +02:00 |
Claude Paroz
|
a1ad896422
|
Refs #27098 -- Added introspection for expression-based index on PostgreSQL
Also test it on PostGIS raster fields.
|
2016-09-12 09:26:33 +02:00 |
Claude Paroz
|
d389125606
|
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
2016-09-12 09:26:33 +02:00 |
Claude Paroz
|
f7a363ee1d
|
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Thanks Tim Graham for the review.
|
2016-06-18 10:58:02 +02:00 |
Daniel Wiesmann
|
9bb1b4b7f6
|
Refs #25588 -- Fixed GDAL dependency in spatial lookups.
|
2016-05-27 17:43:17 +01:00 |
Daniel Wiesmann
|
bbfad84dd9
|
Fixed #25588 -- Added spatial lookups to RasterField.
Thanks Tim Graham for the review.
|
2016-05-06 09:17:18 -04:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Tim Graham
|
406675b1a0
|
Fixed #26176 -- Fixed E123 flake8 warnings.
|
2016-02-05 15:11:07 -05:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Daniel Wiesmann
|
b769bbd4f6
|
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
|
2015-06-19 14:36:43 -04:00 |
Claude Paroz
|
6b6d13bf6e
|
Stopped conditional discovery of gis_tests apps
Refs #23879.
|
2015-04-18 15:17:49 +02:00 |
Tim Graham
|
ad0be620ae
|
Moved contrib.gis tests out of contrib.
|
2015-02-11 10:29:54 -05:00 |