exception documentation

class ObjectValueError(ValueError): (source)

View In Hierarchy

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