Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 773 Bytes

Changelog

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.

[2.8.0] - 2020.07.21

Added

  • Support for Django 3.0

[2.7.0] - 2020.07.21

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] - 2018.06.03

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.