@@ -16,17 +16,10 @@ def django_test_expected_failures(self):
16
16
# SRIDs aren't supported.
17
17
"gis_tests.geogapp.tests.GeographyTest.test05_geography_layermapping" ,
18
18
"gis_tests.geoapp.tests.GeoModelTest.test_proxy" ,
19
- # 'WithinLookup' object has no attribute 'as_mql'
20
- # "gis_tests.relatedapp.tests.RelatedGeoModelTest.test10_combine",
21
19
# GEOSException: Calling transform() with no SRID set is not supported
22
20
"gis_tests.relatedapp.tests.RelatedGeoModelTest.test06_f_expressions" ,
23
21
# 'Adapter' object has no attribute 'srid'
24
22
"gis_tests.geoapp.test_expressions.GeoExpressionsTests.test_geometry_value_annotation" ,
25
- # To triage:
26
- "gis_tests.geoapp.test_expressions.GeoExpressionsTests.test_multiple_annotation" ,
27
- # 'ContainsLookup' object has no attribute 'as_mql'.
28
- "gis_tests.geoapp.test_regress.GeoRegressionTests.test_empty_count" ,
29
- "gis_tests.geoapp.tests.GeoLookupTest.test_contains_contained_lookups" ,
30
23
# Object of type ObjectId is not JSON serializable
31
24
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_fields_option" ,
32
25
# LinearRing requires at least 4 points, got 1.
@@ -36,14 +29,9 @@ def django_test_expected_failures(self):
36
29
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_id_field_option" ,
37
30
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_serialization_base" ,
38
31
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_srid_option" ,
39
- # 'DisjointLookup' object has no attribute 'as_mql'
40
- "gis_tests.geoapp.tests.GeoLookupTest.test_disjoint_lookup" ,
41
- # 'SameAsLookup' object has no attribute 'as_mql'
42
- "gis_tests.geoapp.tests.GeoLookupTest.test_equals_lookups" ,
43
- # 'WithinLookup' object has no attribute 'as_mql'
44
- "gis_tests.geoapp.tests.GeoLookupTest.test_subquery_annotation" ,
45
- "gis_tests.geoapp.tests.GeoQuerySetTest.test_within_subquery" ,
46
- # issubclass() arg 1 must be a class
32
+ # GeometryField is not supported (the type of Geometry isn't
33
+ # stored so that it can be initialized by the database converter).
34
+ # Error in database converter: issubclass() arg 1 must be a class
47
35
"gis_tests.geoapp.tests.GeoModelTest.test_geometryfield" ,
48
36
# KeyError: 'within' connection.ops.gis_operators[self.lookup_name]
49
37
"gis_tests.geoapp.tests.GeoModelTest.test_gis_query_as_string" ,
0 commit comments