django-fields icon indicating copy to clipboard operation
django-fields copied to clipboard

Introspection rules to fix issue #10

Open DXist opened this issue 12 years ago • 1 comments

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

DXist avatar Mar 09 '12 11:03 DXist