diff --git a/django_enum/fields.py b/django_enum/fields.py index 01f0c15..c8a2437 100644 --- a/django_enum/fields.py +++ b/django_enum/fields.py @@ -190,7 +190,7 @@ def deconstruct(self) -> Tuple[str, str, List, dict]: ) except ValidationError: pass - + if 'default' in kwargs: # ensure default in deconstructed fields is always the primitive # value type