TombstoneException imported properly

thingy_objects
Marnanel Thurman 2018-09-06 18:47:01 +01:00
rodzic f515b3767f
commit 20101646af
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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):