Changes between Initial Version and Version 1 of Ticket #18250, comment 7
- Timestamp:
- May 2, 2012, 6:24:28 AM (13 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