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

@czpython czpython merged commit 7cd06b6 into django-cms:master Aug 24, 2016
@multigl multigl deleted the py3-migrations branch August 24, 2016 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants