Changes between Initial Version and Version 1 of Ticket #7873


Ignore:
Timestamp:
Jul 21, 2008, 2:49:11 PM (16 years ago)
Author:
jbronn
Comment:

I agree that a TypeError should be raised instead -- at least an error is raised, so this is non-critical at the moment.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7873

    • Property Keywords equals added
    • Property Owner changed from nobody to jbronn
  • Ticket #7873 – Description

    initial v1  
     1{{{
    12>>> from django.contrib.gis.geos import *
    23>>> Point(0, 0) == None
     
    910AttributeError: 'NoneType' object has no attribute 'ptr'
    1011>>>
     12}}}
Back to Top