[Answer]-Include Queryset Key in String Format

1👍

You’re correct that get does get one record, but wrong that you can reference it as a dictionary. It’s a model instance, so you use the normal dot notation: record.summary.

Leave a comment