I have the following model:
class Room(models.Model): # model fields class Table(models.Model): room = models.ForeignKey( Room, [...], relate