Skip to content

Commit

Permalink
Added some imports on the __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palkeo committed Jul 4, 2013
1 parent debd519 commit 91c336d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions safedelete/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .utils import (HARD_DELETE, SOFT_DELETE, HARD_DELETE_NOCASCADE,
DELETED_INVISIBLE, DELETED_VISIBLE_BY_PK)
from .models import safedelete_mixin_factory
from .managers import safedelete_manager_factory

0 comments on commit 91c336d

Please sign in to comment.