mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-11 09:08:28 +08:00
improved version
This commit is contained in:
@@ -27,5 +27,5 @@ class BaseDatabaseCreation:
|
||||
suffix: None = ...
|
||||
) -> None: ...
|
||||
def serialize_db_to_string(self) -> str: ...
|
||||
def set_as_test_mirror(self, primary_settings_dict: Dict[str, Union[str, int, None, Dict[str, None]]]) -> None: ...
|
||||
def set_as_test_mirror(self, primary_settings_dict: Dict[str, Optional[Union[str, int, Dict[str, None]]]]) -> None: ...
|
||||
def test_db_signature(self) -> Tuple[str, str, str, str]: ...
|
||||
Reference in New Issue
Block a user