georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
379 stars 75 forks source link

base_field is not included in field method resolution order #2

Closed georgemarshall closed 8 years ago

georgemarshall commented 8 years ago

The Django admin calls db_field.__class__.mro() to find a suitable widget. This should include base_field and currently does not.