Enhance _repr_ method to produce something reliable.
Now we have:
<nuxeo.document.Document object at 0x...>
We could have something more usefull like:
<Document(path='', properties='', state='', title='', type='', uid='', unlock=True) at 0x...>
Enhance _repr_ method to produce something reliable.
Now we have:
<nuxeo.document.Document object at 0x...>
We could have something more usefull like:
<Document(path='', properties='', state='', title='', type='', uid='', unlock=True) at 0x...>