We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cast_char_field_without_max_length
1 parent 5474e62 commit 51bad65Copy full SHA for 51bad65
django-stubs/db/backends/base/operations.pyi
@@ -22,7 +22,7 @@ class BaseDatabaseOperations:
22
integer_field_ranges: dict[str, tuple[int, int]]
23
set_operators: dict[str, str]
24
cast_data_types: dict[Any, Any]
25
- cast_char_field_without_max_length: Any
+ cast_char_field_without_max_length: str | None
26
PRECEDING: str
27
FOLLOWING: str
28
UNBOUNDED_PRECEDING: str
0 commit comments