bigjason/django-choices

validator will brick with django 1.7 migrations

Closed this issue · 1 comments

raise ValueError("Cannot serialize: %r\nThere are some values Django cannot serialize into migration files.\nFor more, see https://docs.djangoproject.com/en/dev/topics/migrations/#migration-serializing" % value)
ValueError: Cannot serialize: <bound method DjangoChoicesMeta.validator of <class 'md.apps.notifications.models.NotificationType'>>
There are some values Django cannot serialize into migration files.
For more, see https://docs.djangoproject.com/en/dev/topics/migrations/#migration-serializing

Thanks for reporting, this will be fixed in #24 when all tests pass.