Mariusz Felisiak
|
84ad7f3404
|
Refs #32380 -- Added test for distance lookups with F() expression.
Fixed in 5935a9aead .
|
2021-01-25 08:40:46 +01:00 |
Simon Charette
|
bb9e82f274
|
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
This was missed when adding support to other distance lookups in
refs #25499.
Thanks Peter Bex for the report and Mariusz for testcases.
|
2019-08-23 21:28:28 +02:00 |
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 |
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
Tim Graham
|
a0d166306f
|
Removed GeoManager and GeoQuerySet per deprecation timeline.
|
2017-01-17 20:51:56 -05: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 |
Claude Paroz
|
37d06cfc46
|
Fixed #25499 -- Added the ability to pass an expression in distance lookups
Thanks Bibhas Debnath for the report and Tim Graham for the review.
|
2015-10-09 15:27:47 +02: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 |