# Pastebin bApuudzo poly_dict = [] for i in Thing.objects.filter(user=1).order_by('datetime'): poly_dict.append(model_to_dict(i)) print(poly_dict)