Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Migration from 1.x -> 2.x

* Imports of ``EnumChoiceField`` for django forms has been changed:

..code-block: python
.. code-block:: python

# 1.x way
from django_enum import EnumChoiceField
Expand All @@ -56,7 +56,7 @@ Migration from 1.x -> 2.x

* Imports of ``EnumFilter`` and ``FilterSet`` has been changed:

..code-block: python
.. code-block:: python

# 1.x way
from django_enum import EnumFilter, FilterSet
Expand Down