dcramer / django-uuidfield

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

Update problem with hyphenate. #43

Closed hobbestigrou closed 10 years ago

hobbestigrou commented 10 years ago

When the hyphenate option is used, a little bug to update the object, because we display the field with dash and the max length for the field is set to 32. When the hyphenate is used we store the uuid in string format, not in hexedecimal format, so I think we can change the max length to 36 when hyphenate option is used.

Natim commented 10 years ago

:+1: