We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172d57f commit 3900dd7Copy full SHA for 3900dd7
doc/source/changelog.rst
@@ -2,6 +2,14 @@
2
Change Log
3
==========
4
5
+v1.1.1
6
+======
7
+
8
+* Fixed `django-filter intergration for non-strict values does not work. <https://github.com/bckohan/django-enum/issues/6>`_
9
+* Implemented `Set EnumChoiceField to the default form field type. <https://github.com/bckohan/django-enum/issues/5>`_
10
+* Implemented `Coerce default values to Enum types. <https://github.com/bckohan/django-enum/issues/4>`_
11
+* Implemented `Use custom descriptor to coerce fields to Enum type on assignment. <https://github.com/bckohan/django-enum/issues/3>`_
12
13
v1.0.1
14
======
15
0 commit comments