Skip to content
Snippets Groups Projects
Verified Commit a4b307ff authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' into 563-prepare-for-django-4-0

parents 7b9e8f01 0cd1d812
No related branches found
No related tags found
1 merge request!808Resolve "Prepare for Django 4.0"
......@@ -202,7 +202,7 @@ class DataCheck:
ct = ContentType.objects.get_for_model(instance)
result, __ = DataCheckResult.objects.get_or_create(
check=cls.name, content_type=ct, object_id=instance.id
data_check=cls.name, content_type=ct, object_id=instance.id
)
# Track all existing problems (for deleting old results)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment