mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +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 can_migrate(self, connection: Union[DatabaseWrapper, str]) -> bool: ...
|
||||
@property
|
||||
def verbose_name_raw(self) -> Any: ...
|
||||
def verbose_name_raw(self) -> str: ...
|
||||
@property
|
||||
def swapped(self) -> Optional[str]: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user