Skip to content

Commit c90a48a

Browse files
committed
fix doc linting
1 parent edcd466 commit c90a48a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/source/changelog.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. include:: refs.rst
2+
13
==========
24
Change 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

0 commit comments

Comments
 (0)