Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generic): include ManyToManyFields in list view
Switch from `fields` method, which is meant to be used by Django internally, to `get_fields` method to include ManyToManyFields in "additional columns" dropdown. Fall back to using field name as label in the UI for fields without `verbose_name`. Closes: #1020
- Loading branch information