Dropping a failed QuerySet
within an error scope panics
#4139
Labels
type: bug
Something isn't working
Milestone
The following test fails if added to
tests/tests
:Instead of simply reporting the failure to create the
QuerySet
when we exit the error scope,drop(bad_query_set)
causes a panic trying to access the registry:The text was updated successfully, but these errors were encountered: