Changes between Initial Version and Version 1 of Ticket #7873
- Timestamp:
- Jul 21, 2008, 2:49:11 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7873
- Property Keywords equals added
- Property Owner changed from to
-
Ticket #7873 – Description
initial v1 1 {{{ 1 2 >>> from django.contrib.gis.geos import * 2 3 >>> Point(0, 0) == None … … 9 10 AttributeError: 'NoneType' object has no attribute 'ptr' 10 11 >>> 12 }}}