I understand that, with a singleton situation, you can perform such an operation as:
spam == eggs
and if spam and eggs>
spam
eggs>
From Django documentation:
To compare two model instances, just use the standard Python comparison operator, the double equals sign: ==. Behind the scenes, that compares the primary key values of two models.
==