mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
various fixes
This commit is contained in:
@@ -31,7 +31,7 @@ class SafeExceptionReporterFilter(ExceptionReporterFilter):
|
||||
def get_traceback_frame_variables(self, request: Any, tb_frame: Any): ...
|
||||
|
||||
class ExceptionReporter:
|
||||
request: Optional[django.core.handlers.wsgi.WSGIRequest] = ...
|
||||
request: Optional[WSGIRequest] = ...
|
||||
filter: django.views.debug.SafeExceptionReporterFilter = ...
|
||||
exc_type: None = ...
|
||||
exc_value: Optional[str] = ...
|
||||
|
||||
Reference in New Issue
Block a user