mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
6 lines
222 B
Python
6 lines
222 B
Python
# Needed for Django 1.4/1.5 test runner
|
|
from .test_model_tracker import *
|
|
from .test_softdeletable_model import *
|
|
from .test_status_model import *
|
|
from .test_timeframed_model import *
|
|
from .test_timestamped_model import *
|