diff --git a/generic/models.py b/generic/models.py index f3c97c35..87218d1b 100644 --- a/generic/models.py +++ b/generic/models.py @@ -1323,6 +1323,7 @@ class QuestionReview(models.Model): OUTDATED = "OD", "Outdated" ERROR = "ER", "Error" REJECTED = "RJ", "Rejected" + IN_PROGRESS = "IP", "In Progress" content_type = models.ForeignKey(ContentType, on_delete=models.CASCADE) object_id = models.PositiveIntegerField()