mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-07 18:30:58 +08:00
finish moving generated stubs
This commit is contained in:
@@ -207,7 +207,7 @@ def inlineformset_factory(
|
||||
class InlineForeignKeyField(Field):
|
||||
disabled: bool
|
||||
help_text: str
|
||||
initial: Optional[Union[django.db.models.base.Model, int, str]]
|
||||
initial: Optional[Union[Model, int, str]]
|
||||
label: Optional[str]
|
||||
label_suffix: None
|
||||
localize: bool
|
||||
@@ -215,7 +215,7 @@ class InlineForeignKeyField(Field):
|
||||
show_hidden_initial: bool
|
||||
widget: Any = ...
|
||||
default_error_messages: Any = ...
|
||||
parent_instance: django.db.models.base.Model = ...
|
||||
parent_instance: Model = ...
|
||||
pk_field: bool = ...
|
||||
to_field: Optional[str] = ...
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user