Skip to content

Commit d2b8fba

Browse files
authored
Merge pull request #76 from bckohan/v2.x.x
fix migration code samples in docs
2 parents 0e308e2 + 4d59ce7 commit d2b8fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Migration from 1.x -> 2.x
4646
4747
* Imports of ``EnumChoiceField`` for django forms has been changed:
4848

49-
..code-block: python
49+
.. code-block:: python
5050
5151
# 1.x way
5252
from django_enum import EnumChoiceField
@@ -56,7 +56,7 @@ Migration from 1.x -> 2.x
5656
5757
* Imports of ``EnumFilter`` and ``FilterSet`` has been changed:
5858

59-
..code-block: python
59+
.. code-block:: python
6060
6161
# 1.x way
6262
from django_enum import EnumFilter, FilterSet

0 commit comments

Comments
 (0)