Closed mrname closed 8 years ago
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!
@mrname no problem. closing this pull request.
Thanks @danaspiegel. In light of closing this, are there any plans for merging #7 any time soon?
This is intended to resolve #11 by asking the user to specify
encrypted_max_length
in their models instead ofmax_length
. The user has the option of still using the old method ofmax_length
with the side effect of migrations being produced every timemakemigrations
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).