class GenericViewError
from django.views.generic import GenericViewError
A problem in a generic view.
Attributes
|
Defined in |
args = <attribute 'args' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__delattr__ = <slot wrapper '__delattr__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__getattribute__ = <slot wrapper '__getattribute__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__getitem__ = <slot wrapper '__getitem__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__getslice__ = <slot wrapper '__getslice__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__init__ = <slot wrapper '__init__' of 'exceptions.Exception' objects>
|
GenericViewError
|
message = <attribute 'message' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__reduce__ = <method '__reduce__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__repr__ = <slot wrapper '__repr__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__setattr__ = <slot wrapper '__setattr__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__setstate__ = <method '__setstate__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__str__ = <slot wrapper '__str__' of 'exceptions.BaseException' objects>
|
GenericViewError
|
__unicode__ = <method '__unicode__' of 'exceptions.BaseException' objects>
|
GenericViewError
|