Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that str and unicode representations of StringUUID match. #9

Merged
merged 1 commit into from
May 12, 2012

Conversation

adepue
Copy link
Contributor

@adepue adepue commented May 11, 2012

This is fixing an issue where the str(..) representation was being used when pushing data to the database, causing warnings/failures about data truncation into the 32 bit field when a 36 bit value was returned.

Config hitting the issue was:
Python 2.6.5
Django 1.4

dcramer added a commit that referenced this pull request May 12, 2012
Ensure that str and unicode representations of StringUUID match.
@dcramer dcramer merged commit 8efc91d into dcramer:master May 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants