mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-01 21:06:54 +08:00
improved version
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
from django.core.mail.backends.locmem import EmailBackend
|
||||
from logging import LogRecord
|
||||
from typing import (
|
||||
Any,
|
||||
Callable,
|
||||
Dict,
|
||||
List,
|
||||
Union,
|
||||
)
|
||||
|
||||
|
||||
def configure_logging(logging_config: str, logging_settings: Dict[str, Any]) -> None: ...
|
||||
def configure_logging(
|
||||
logging_config: str,
|
||||
logging_settings: Dict[str, Union[int, Dict[str, Dict[str, str]], Dict[str, Dict[str, Union[str, List[str]]]], Dict[str, Dict[str, Union[List[str], str, bool]]]]]
|
||||
) -> None: ...
|
||||
|
||||
|
||||
def log_response(
|
||||
|
||||
Reference in New Issue
Block a user