exception documentation

class ObjectTypeError(TypeError): (source)

View In Hierarchy

Raised when `queryset.get()` failed due to an underlying `TypeError`. Wrapping prevents calling code conflating this with unrelated errors.