We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c0970 commit e49868fCopy full SHA for e49868f
src/django_mysql/models/functions.py
@@ -469,7 +469,7 @@ def __init__(
469
if not hasattr(name, "resolve_expression"):
470
name = Value(name)
471
472
- if isinstance(value, dict):
+ if isinstance(value, dict): # type: ignore [unreachable]
473
raise ValueError("ColumnAdd with nested values is not supported")
474
if not hasattr(value, "resolve_expression"):
475
value = Value(value)
0 commit comments