This commit is contained in:
Ross
2022-05-03 19:08:27 +01:00
parent f0c779391d
commit c8e3dd5869
5 changed files with 0 additions and 11 deletions
-1
View File
@@ -252,7 +252,6 @@ class QuestionNote(models.Model):
content_type = models.ForeignKey(ContentType, on_delete=models.CASCADE)
object_id = models.PositiveIntegerField()
question = GenericForeignKey("content_type", "object_id")
# author = models.ForeignKey(User,
author = models.CharField(max_length=200, blank=True)