Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d59ce7

Browse files
committedSep 17, 2024·
fix migration code samples in docs
1 parent 6a2c8bc commit 4d59ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/source/changelog.rst

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.