bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

DBObject.__hash__ missing #38

Closed erikkaplun closed 11 years ago

erikkaplun commented 11 years ago

DBObject instances cannot currently be used as keys of dictionaries that span more than one transaction.