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

Fixed exception on post syncdb #2

Merged
merged 1 commit into from
Feb 13, 2014

Conversation

synasius
Copy link
Contributor

Using a database backend other than sqlite you get the followeing error on post-syncdb processing:
django.db.utils.DataError: value too long for type character varying(50)

This happens because Django use the verbose name of the models (which is too long) to create the permission description text in auth_permission.

@yakky yakky merged commit 0f2fceb into nephila:develop Feb 13, 2014
@yakky
Copy link
Member

yakky commented Feb 13, 2014

Ouch, we just pushed the same fix at the same time :)
Merge manually yours

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.

None yet

2 participants