neon-jungle / wagtail-videos

Videos for Wagtail CMS, including transcoding
BSD 3-Clause "New" or "Revised" License
65 stars 57 forks source link

Eliminate django-enumchoicefield dependency #125

Closed crgwbr closed 5 months ago

crgwbr commented 5 months ago

Replace EnumChoiceField with Django's built-in enum types^1. The DB representation (column type or values) is not effected.

Also updates code base to use Python 3 style super() calls (now that there's no reason for having Python 2 support).