We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2c8bc commit 4d59ce7Copy full SHA for 4d59ce7
doc/source/changelog.rst
@@ -46,7 +46,7 @@ Migration from 1.x -> 2.x
46
47
* Imports of ``EnumChoiceField`` for django forms has been changed:
48
49
- ..code-block: python
+ .. code-block:: python
50
51
# 1.x way
52
from django_enum import EnumChoiceField
@@ -56,7 +56,7 @@ Migration from 1.x -> 2.x
56
57
* Imports of ``EnumFilter`` and ``FilterSet`` has been changed:
58
59
60
61
62
from django_enum import EnumFilter, FilterSet
0 commit comments