1👍
✅
c_list = a_list.values_list('c', flat=True)
would give a list of all the c values from the filtered A objects
Source:stackexchange.com
1👍
c_list = a_list.values_list('c', flat=True)
would give a list of all the c values from the filtered A objects