Changes between Initial Version and Version 1 of Ticket #18250, comment 7


Ignore:
Timestamp:
May 2, 2012, 6:24:28 AM (12 years ago)
Author:
Anssi Kääriäinen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18250, comment 7

    initial v1  
    88    if self._get_pk_val() is None:
    99        return id(self) == id(other)
    10     # Symmetric
    1110    if self._meta.concrete_class != other._meta.concrete_class:
    1211        return False
Back to Top