All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support for Django 3.0
- Visibility of
EChoiceMeta
, now accessible at the same package level as the other enums
- Support for Python 3.4
- Support for Django 1.10
- Support for Django 1.9
- 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.