Knotis / djangocassandra

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

Fix Serialization Of TokenPartitionKeyField #55

Closed sethdenner closed 8 years ago

sethdenner commented 8 years ago

I didn't implement the value_to_string method for TokenPartitionKeyField which was causing an exception to be thrown on object serialization. That method now returns the values contained in the PK wrapped in the string "token()".