File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
django_mongodb_backend/gis Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,15 @@ def django_test_skips(self):
5555 },
5656 "GIS Union not supported." : {
5757 "gis_tests.geoapp.tests.GeoLookupTest.test_gis_lookups_with_complex_expressions" ,
58+ "gis_tests.distapp.tests.DistanceTest.test_dwithin" ,
59+ },
60+ "Cannot use a non-Point geometry with distance lookups." : {
61+ "gis_tests.distapp.tests.DistanceTest.test_dwithin_with_expression_rhs"
5862 },
5963 "Subqueries not supported." : {
6064 "gis_tests.geoapp.tests.GeoLookupTest.test_subquery_annotation" ,
6165 "gis_tests.geoapp.tests.GeoQuerySetTest.test_within_subquery" ,
66+ "gis_tests.distapp.tests.DistanceTest.test_dwithin_subquery" ,
6267 },
6368 "GeoJSONSerializer doesn't support ObjectId." : {
6469 "gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_fields_option" ,
You can’t perform that action at this time.
0 commit comments