dcramer / django-uuidfield

A UUIDField for Django
BSD 3-Clause "New" or "Revised" License
262 stars 115 forks source link

Serialization failure on Python3 due to unicode calls #33

Closed emyller closed 9 years ago

emyller commented 10 years ago

The uuidfield module has some unicode calls that are blocking data serialization on Python 3.

IMHO, these calls as well as any __unicode__ methods should be dropped in favor of __str__ since there is no non-ASCII char in UUIDs anyway.

luto commented 9 years ago

can be closed.