mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
add concrete attr to field (#623)
This commit is contained in:
@@ -72,6 +72,7 @@ class Field(RegisterLookupMixin, Generic[_ST, _GT]):
|
||||
choices: _FieldChoices = ...
|
||||
db_column: Optional[str]
|
||||
column: str
|
||||
concrete: bool
|
||||
default: Any
|
||||
error_messages: _ErrorMessagesToOverride
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user