Skip to content

Conversation

@multigl
Copy link
Contributor

@multigl multigl commented Jan 19, 2016

django migration file 0002_auto_20151202_1551.py introduced bytestring literals on the choices kwarg for djangocms_file.models.File.target field

as the model itself was not changed, running with djangocms_file in a python 3.x environment complains that migrations are missing.

This can be fixed by removing the b'' literals in 0002_auto_20151202_1551.py or with a new migration

@multigl multigl closed this Jan 19, 2016
@multigl multigl deleted the fix-p3-migrations branch January 19, 2016 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant