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

Adding missing migration. #12

Closed
wants to merge 4 commits into from

Conversation

trumpet2012
Copy link
Contributor

When running make migrations for my project I noticed that an additional migration was being created for this app. The only difference that I saw between this migration and the initial migration is that the initial migration uses byte strings for the choices.

Looking at the history for the models file it doesn't look like the state choices were ever byte strings. It looks like they were added to the migration when the migrations were changed to be compatible with Django 1.8.

trumpet2012 and others added 4 commits January 21, 2016 16:29
… dictionary did not contain the `messageDetails` key. So instead we add the entire message dictionary to the job for more useful debugging information.
@trumpet2012
Copy link
Contributor Author

Going to move this change into its own branch and reopen new merge request for just this change.

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.

None yet

1 participant