--------------------------------- * make ``OrderedChoices`` available at the package root
1.1
------------------------------- * add the ``extract_subset`` method * add the ``OrderedChoices`` subclass * add support for Django 1.10 * drop retro-compatibility support
1.0.7
--------------------------------- * ensure falsy values are considered as so
1.0.6
--------------------------------- * add compatibility with "display" values set using ``ugettext_lazy``
1.0.5
--------------------------------- * add compatibility with the ``pickle`` module
1.0.4
--------------------------------- * explicitly raise ``ValueError`` when using ``None`` for constant, value or display name.