mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
5 lines
188 B
Python
5 lines
188 B
Python
# Needed for Django 1.4/1.5 test runner
|
|
from .test_inheritance_manager import *
|
|
from .test_query_manager import *
|
|
from .test_status_manager import *
|
|
from .test_softdelete_manager import *
|