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

Fix Migrations for DictField #99

Merged
merged 1 commit into from
Jan 20, 2017

Conversation

sethdenner
Copy link
Contributor

  • Altering a dict field failed on migration since the _add_field method on the Schama class doesn't know how to create Map columns. This has been fixed.
  • Added a unit test for testing django migration features.

* Altering a dict field failed on migration since the _add_field method on the Schama class doesn't know how to create Map columns. This has been fixed.
* Added a unit test for testing django migration features.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 66.783% when pulling c0d2910 on sethdenner:fix-dictfield-migrations into f6566b3 on Knotis:master.

@sethdenner sethdenner merged commit d45b0d9 into Knotis:master Jan 20, 2017
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.

2 participants