Класс GenericViewError (Django 3.2)
from django.views.generic import GenericViewError
A problem in a generic view.
Диаграмма | Документация | Исходный код
Атрибуты
Определено в | |
---|---|
args = <attribute 'args' of 'BaseException' objects>
|
GenericViewError |
__cause__ = <attribute '__cause__' of 'BaseException' objects>
|
GenericViewError |
__context__ = <attribute '__context__' of 'BaseException' objects>
|
GenericViewError |
__delattr__ = <slot wrapper '__delattr__' of 'BaseException' objects>
|
GenericViewError |
__getattribute__ = <slot wrapper '__getattribute__' of 'BaseException' objects>
|
GenericViewError |
__init__ = <slot wrapper '__init__' of 'Exception' objects>
|
GenericViewError |
__reduce__ = <method '__reduce__' of 'BaseException' objects>
|
GenericViewError |
__repr__ = <slot wrapper '__repr__' of 'BaseException' objects>
|
GenericViewError |
__setattr__ = <slot wrapper '__setattr__' of 'BaseException' objects>
|
GenericViewError |
__setstate__ = <method '__setstate__' of 'BaseException' objects>
|
GenericViewError |
__str__ = <slot wrapper '__str__' of 'BaseException' objects>
|
GenericViewError |
__suppress_context__ = <member '__suppress_context__' of 'BaseException' objects>
|
GenericViewError |
__traceback__ = <attribute '__traceback__' of 'BaseException' objects>
|
GenericViewError |
with_traceback = <method 'with_traceback' of 'BaseException' objects>
|
GenericViewError |