Skip to content

Commit 51bad65

Browse files
committed
Add type for cast_char_field_without_max_length
1 parent 5474e62 commit 51bad65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/db/backends/base/operations.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class BaseDatabaseOperations:
2222
integer_field_ranges: dict[str, tuple[int, int]]
2323
set_operators: dict[str, str]
2424
cast_data_types: dict[Any, Any]
25-
cast_char_field_without_max_length: Any
25+
cast_char_field_without_max_length: str | None
2626
PRECEDING: str
2727
FOLLOWING: str
2828
UNBOUNDED_PRECEDING: str

0 commit comments

Comments
 (0)