------------------ - Add enum-aware versions of TypedMultipleChoiceField.
1.1.0
------------------ - Fix form fields to support Django 1.6 (while maintaining compatibility with 1.4 and 1.5).
1.0.4
------------------ - Better unicode handling in ``__str__``, ``__unicode__``, and ``__repr__`` magic methods.
------------------
1.0.3
------------------ - Stop throwing warnings.
------------------
1.0.2
------------------ - Make EnumField.run_validators a no-op. This stops some warnings from type comparison, and it doesn't seem useful in an EnumField context.