Add more tests

This commit is contained in:
2024-12-19 19:46:35 +01:00
parent 82069776aa
commit 61976f23ae
3 changed files with 140 additions and 9 deletions

View File

@ -175,7 +175,7 @@ class Game(auto_prefetch.Model):
return self
if not owner:
logger.error("Owner is required for %s", self)
logger.error("Owner is required for %s: %s", self, data)
return self
# Map the fields from the JSON data to the Django model fields.