Add tests

This commit is contained in:
Joakim Hellsén 2024-03-15 14:35:07 +01:00
commit 57267df15c
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
4 changed files with 195 additions and 3 deletions

View file

@ -150,7 +150,7 @@ class Feed(models.Model):
href = models.TextField(blank=True)
modified = models.DateTimeField(null=True, blank=True)
namespaces = JSONField(null=True, blank=True)
status = models.IntegerField()
status = models.IntegerField(null=True)
version = models.CharField(max_length=255, blank=True)
# Feed data