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
+
1
3
==========
2
4
Change Log
3
5
==========
@@ -11,7 +13,7 @@ Migration from 1.x
11
13
* Imports of enum-properties _ extended ``TextChoices `` and ``IntegerChoices `` have been changed:
12
14
13
15
.. code-block :: python
14
-
16
+
15
17
# 1.x way
16
18
from django_enum import TextChoices, IntegerChoices
17
19
@@ -21,7 +23,7 @@ Migration from 1.x
21
23
* Imports of ``EnumChoiceField `` for django forms has been changed:
22
24
23
25
..code-block: python
24
-
26
+
25
27
# 1.x way
26
28
from django_enum import EnumChoiceField
27
29
@@ -31,7 +33,7 @@ Migration from 1.x
31
33
* Imports of ``EnumFilter `` and ``FilterSet `` has been changed:
32
34
33
35
..code-block: python
34
-
36
+
35
37
# 1.x way
36
38
from django_enum import EnumFilter, FilterSet
37
39
You can’t perform that action at this time.
0 commit comments