188c188,190
<                 if isinstance(f.rel, ManyToManyRel) and value is not None:
---
>                 if value is None:
>                     result_repr = EMPTY_CHANGELIST_VALUE
>                 elif isinstance(f.rel, ManyToManyRel):
