From 20101646afd4bd6882c95634668d83e442eb826a Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Thu, 6 Sep 2018 18:47:01 +0100 Subject: [PATCH] TombstoneException imported properly --- things_for_testing/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/things_for_testing/models.py b/things_for_testing/models.py index 3edc6c3..8a87571 100644 --- a/things_for_testing/models.py +++ b/things_for_testing/models.py @@ -1,5 +1,5 @@ from django.db import models -from django_kepi import register_type +from django_kepi import register_type, TombstoneException from django_kepi import models as kepi_models class ThingUser(models.Model):