Skip to content

Commit 91c336d

Browse files
author
palkeo
committed
Added some imports on the __init__.py
1 parent debd519 commit 91c336d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

safedelete/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .utils import (HARD_DELETE, SOFT_DELETE, HARD_DELETE_NOCASCADE,
2+
DELETED_INVISIBLE, DELETED_VISIBLE_BY_PK)
3+
from .models import safedelete_mixin_factory
4+
from .managers import safedelete_manager_factory

0 commit comments

Comments
 (0)