An ordinary object, I can use
o.__repr__()
to see something like
'<__main__.A object at 0x9d78fec>'
But, say, a Django User just returns
<User:bob>
How can I see the actual address of one of these, or compare whether two such model-objects are actually the same object or not?