You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I have a QuerySet that I annotated fields based on some conditional logic, and then I pass that QuerySet to another function. In that function, I’d like to retrieve a list of all the annotated fields on the QuerySet. Is there any way
to do that?