From 4d59ce7238c13a13ca594c457b2f8c35c9b2b2f3 Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Tue, 17 Sep 2024 11:58:24 -0700 Subject: [PATCH] fix migration code samples in docs --- doc/source/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 3fa5ce9..e989f84 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -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 @@ -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