diff --git a/registrasion/models.py b/registrasion/models.py index 2719dd0e91423484582c05e891d48c36637474f7..a1c06ca87b8dd3dc3b9d335c553a0335164d0b13 100644 --- a/registrasion/models.py +++ b/registrasion/models.py @@ -49,7 +49,7 @@ class Attendee(models.Model): db_index=True, ) completed_registration = models.BooleanField(default=False) - highest_complete_category = models.IntegerField(default=0) + guided_categories_complete = models.ManyToManyField("category") class AttendeeProfileBase(models.Model):