File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ .. include :: refs.rst
2+
13==========
24Change Log
35==========
@@ -11,7 +13,7 @@ Migration from 1.x
1113* Imports of enum-properties _ extended ``TextChoices `` and ``IntegerChoices `` have been changed:
1214
1315 .. code-block :: python
14-
16+
1517 # 1.x way
1618 from django_enum import TextChoices, IntegerChoices
1719
@@ -21,7 +23,7 @@ Migration from 1.x
2123 * Imports of ``EnumChoiceField `` for django forms has been changed:
2224
2325 ..code-block: python
24-
26+
2527 # 1.x way
2628 from django_enum import EnumChoiceField
2729
@@ -31,7 +33,7 @@ Migration from 1.x
3133* Imports of ``EnumFilter `` and ``FilterSet `` has been changed:
3234
3335 ..code-block: python
34-
36+
3537 # 1.x way
3638 from django_enum import EnumFilter, FilterSet
3739
You can’t perform that action at this time.
0 commit comments