mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
fifth iteration
This commit is contained in:
@@ -36,7 +36,7 @@ class SafeExceptionReporterFilter(ExceptionReporterFilter):
|
||||
) -> QueryDict: ...
|
||||
def get_post_parameters(
|
||||
self, request: Optional[WSGIRequest]
|
||||
) -> Dict[Any, Any]: ...
|
||||
) -> Union[Dict[Any, Any], QueryDict]: ...
|
||||
def cleanse_special_types(
|
||||
self, request: Optional[WSGIRequest], value: Any
|
||||
) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user