Hi
I just saw that when I pass not an object, but a queryset with values_list to a template, I cannot access a filefield like object.field_name.url, as url is a property.
Can you give me advice how to get from the values_list to the url property?
Best regards
MH