mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 04:34:29 +08:00
Options.verbose_name_raw is always a string (#175)
At least in the current implementation.
This commit is contained in:
committed by
Nikita Sobolev
parent
29ac1c3017
commit
c69090ec5b
@@ -97,7 +97,7 @@ class Options(Generic[_M]):
|
|||||||
def setup_proxy(self, target: Type[Model]) -> None: ...
|
def setup_proxy(self, target: Type[Model]) -> None: ...
|
||||||
def can_migrate(self, connection: Union[DatabaseWrapper, str]) -> bool: ...
|
def can_migrate(self, connection: Union[DatabaseWrapper, str]) -> bool: ...
|
||||||
@property
|
@property
|
||||||
def verbose_name_raw(self) -> Any: ...
|
def verbose_name_raw(self) -> str: ...
|
||||||
@property
|
@property
|
||||||
def swapped(self) -> Optional[str]: ...
|
def swapped(self) -> Optional[str]: ...
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user