Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mibioa/query: fix regression QuerySet.iterate() crash in certain cases
Commit 6eaf293 caused crash in e.g. values_list().iterate(cache=True) as there a FK field's attname is automatically listed as output field. This fix adds conditional code allowing either field_name or attname, as needed.
- Loading branch information