2👍
✅
followings
is a manager; to show the members of that relationship, you need to call .all()
on it (or another manager/queryset method like order_by
).
print current_user.followings.all()
Source:stackexchange.com