This commit is contained in:
Dylan Castillo 2024-04-04 08:29:26 +02:00 committed by GitHub
parent 84db2b7314
commit 0f278f3c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 2 deletions

View file

@ -4,7 +4,7 @@ from typing import List
from django.conf import settings
class ContextBehavior(Enum):
class ContextBehavior(str, Enum):
GLOBAL = "global"
ISOLATED = "isolated"