#29145: CIText and __eq__
--------------------------------+--------------------------------------
     Reporter:  Дилян Палаузов  |                    Owner:  nobody
         Type:  Uncategorized   |                   Status:  new
    Component:  Uncategorized   |                  Version:  2.0
     Severity:  Normal          |               Resolution:
     Keywords:                  |             Triage Stage:  Unreviewed
    Has patch:  0               |      Needs documentation:  0
  Needs tests:  0               |  Patch needs improvement:  0
Easy pickings:  0               |                    UI/UX:  0
--------------------------------+--------------------------------------

Comment (by Simon Charette):

 Model equality (`Model.__eq__`) is determined by the `type(instance),
 instance.pk` tuple and not by the value of its other fields. That makes
 `Foo(id=1, field='bar') == Foo(id=1, field='baz')`.

 Are you talking about your own version of model equality?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29145#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/072.651e497f90260882cb1553a38838bc0f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to