I have model called StudentAppeared
class StudentAppeared(models.Model):
roll_number = models.CharField(max_length=50)
Assume i have following data

From the above data result should display

How can i achieve this thing using django query for StudentAppeared model?