Changes between Initial Version and Version 1 of Ticket #18250, comment 7
- Timestamp:
- 05/02/12 11:24:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18250, comment 7
initial v1 8 8 if self._get_pk_val() is None: 9 9 return id(self) == id(other) 10 # Symmetric11 10 if self._meta.concrete_class != other._meta.concrete_class: 12 11 return False