22 | | If the currently observed behaviour is the intended one (or if it is retained for backwards compatibility reasons), the documentation should point that out. [https://docs.djangoproject.com/en/1.9/ref/contrib/gis/geos/#geometries-are-pythonic It already points out that the "Equality operator doesn’t check spatial equality"], but to me that only made clear that spatial equality does not imply `GEOSGeometry` object equality, but not that neither does `GEOSGeometry` object equality imply spatial equality. Also, [https://docs.djangoproject.com/en/1.9/ref/contrib/gis/geos/#django.contrib.gis.geos.GEOSGeometry.equals equals()], which is mentioned in that admonition as an alternative doesn't seem to care about SRID, either: |
| 22 | If the currently observed behaviour is the intended one (or if it is retained for backwards compatibility reasons), the documentation should point that out. [https://docs.djangoproject.com/en/1.9/ref/contrib/gis/geos/#geometries-are-pythonic It already points out that the "Equality operator doesn’t check spatial equality"], but to me that only made clear that spatial equality does not imply `GEOSGeometry` object equality, but not that neither does `GEOSGeometry` object equality imply spatial equality. Also, [https://docs.djangoproject.com/en/1.9/ref/contrib/gis/geos/#django.contrib.gis.geos.GEOSGeometry.equals equals()], which is mentioned in that admonition as an alternative, doesn't seem to care about SRID, either: |