Use itertools instead of set for tags, as the data may not hash well
The tags field may contain bad data before it is post_validated, however some methods assumed it would be a simple list or string. Using itertools gets us around the problem of the data potentially not being hashable Fixes #9380
Showing
Please
register
or
sign in
to comment