Knotis / djangocassandra

Cassandra support for the Django web framework
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

AutoUUID Field Should Be Represented As String #42

Closed sethdenner closed 9 years ago

sethdenner commented 9 years ago

Modified the AutoUUIDField class to_python method to convert the UUID field to a string representation when adding it to the class.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.6%) to 51.25% when pulling f020178447499909b68374e78b4dc4ff9376640a on sethdenner:fix_autouuidfield into 1dea4a66ff9f308a22b4daca9d247d5eae4440d9 on Knotis:master.

simlay commented 9 years ago

Is this ready for merge?