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

South Migrations with PostgreSQLUUIDField Create CharField Incorrectly #739

Closed
brianglass opened this issue Sep 25, 2015 · 1 comment
Closed

Comments

@brianglass
Copy link

The PostgreSQLUUIDField does not define it's own south_field_tripple() method and falls back to the one defined by UUIDField. Because of this, south migrations create these fields using a CharField type instead of a native UUID field type.

@timgraham
Copy link
Contributor

Django 1.6 support will be dropped in the next release so we can close this issue.

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

No branches or pull requests

2 participants