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

Django 1.7 migrations and configurable 'choices' #53

Open
roadsideseb opened this issue Jul 14, 2014 · 0 comments
Open

Django 1.7 migrations and configurable 'choices' #53

roadsideseb opened this issue Jul 14, 2014 · 0 comments
Labels
Milestone

Comments

@roadsideseb
Copy link
Contributor

Creating migrations in Django 1.7 introspects that field definition and adds the choices iterable of a CharField into the migration. This causes an issue for fields like the form_selection field in the FormBlock because it is configured in the settings.

We need to make the current settings available to the migration via a function call or generated constant at runtime.

@roadsideseb roadsideseb added this to the Release 0.4 milestone Jul 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant