5monkeys / django-enumfield

Custom Django field for using enumerations of named constants
MIT License
205 stars 46 forks source link

explicitly reexport EnumField from django_enumfield.enum #52

Closed antonagestam closed 5 years ago

antonagestam commented 5 years ago

mypy introduces a no_implicit_reexport flag that makes importing EnumField from django_enumfield.enum an error. Since this a documented export we add it to all as en explicit reexport.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.003%) to 98.375% when pulling f2ef21496328fa99df15220288ae9360c2b06330 on antonagestam:explicit-reexport into ec9a377f72b82cbd6d55709ab2060a6bafb99105 on 5monkeys:master.