Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generic): move split up again and put it inside try/except
The fix in 997975c did help, but sometimes the value *is* a tuple, but it contains an empty queryset. Therefore we now try to split it in an try/except block and then test the emptyness of `value`
- Loading branch information