mirror of
https://github.com/django-components/django-components.git
synced 2025-08-10 17:28:00 +00:00
parent
84db2b7314
commit
0f278f3c25
2 changed files with 17 additions and 2 deletions
|
@ -4,7 +4,7 @@ from typing import List
|
|||
from django.conf import settings
|
||||
|
||||
|
||||
class ContextBehavior(Enum):
|
||||
class ContextBehavior(str, Enum):
|
||||
GLOBAL = "global"
|
||||
ISOLATED = "isolated"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue