mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-25 11:07:19 +08:00
improved version
This commit is contained in:
@@ -28,10 +28,10 @@ def base36_to_int(s: str) -> int: ...
|
||||
def cookie_date(epoch_seconds: float = ...) -> str: ...
|
||||
|
||||
|
||||
def http_date(epoch_seconds: Union[float, int] = ...) -> str: ...
|
||||
def http_date(epoch_seconds: float = ...) -> str: ...
|
||||
|
||||
|
||||
def int_to_base36(i: Union[str, int, Dict[int, int]]) -> str: ...
|
||||
def int_to_base36(i: Union[str, Dict[int, int], int]) -> str: ...
|
||||
|
||||
|
||||
def is_safe_url(url: Optional[str], allowed_hosts: Optional[Set[str]], require_https: bool = ...) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user