We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe09926 commit 74b8b70Copy full SHA for 74b8b70
tests/testapp/models.py
@@ -57,5 +57,5 @@ class Tag(models.Model):
57
class BlogPost(models.Model):
58
title = models.CharField(max_length=100)
59
content = models.TextField()
60
- tags = models.ManyToManyField(Tag, null=True)
+ tags = models.ManyToManyField(Tag)
61
publish_date = models.DateField(null=True)
0 commit comments