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

Specifying encrypted_max_length instead of max_length in models #15

Closed
wants to merge 4 commits into from

Conversation

mrname
Copy link

@mrname mrname commented Feb 14, 2016

This is intended to resolve #11 by asking the user to specify encrypted_max_length in their models instead of max_length. The user has the option of still using the old method of max_length with the side effect of migrations being produced every time makemigrations is run. This seemed reasonable to me since some users might not care (if they have a small app that only requires an initial migration).

@mrname
Copy link
Author

mrname commented Feb 14, 2016

LOL, just noticed that #7 addresses this issue in a slightly more reasonable way. Feel free to close this pull in favor of that one. Whatever fixes this most appropriately!

@danaspiegel
Copy link
Member

@mrname no problem. closing this pull request.

@mrname
Copy link
Author

mrname commented Feb 15, 2016

Thanks @danaspiegel. In light of closing this, are there any plans for merging #7 any time soon?

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.

makemigrations always creates an AlterField migration
2 participants