Changed - Visibility of `EChoiceMeta`, now accessible at the same package level as the other enums
Removed - Support for Python 3.4 - Support for Django 1.10
2.6.0
Removed - Support for Django 1.9
Fixed - EChoice implements comparison methods instead of EOrderedChoice. Thus, field validators can be run, as the comparison is done on the EChoice.value property instead of the EChoice instance itself.