django-fields
django-fields copied to clipboard
Introspection rules to fix issue #10
When south introspects classes for encrypted char fields it should use unencrypted_length attribute as max_length keyword argument because original max_length argument is overwriten by max_length for encrypted value. See https://github.com/svetlyak40wt/django-fields/issues/10