mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-02 19:50:23 +00:00
6 lines
173 B
Python
6 lines
173 B
Python
|
|
# Needed for Django 1.4/1.5 test runner
|
||
|
|
from .test_field_tracker import *
|
||
|
|
from .test_monitor_field import *
|
||
|
|
from .test_split_field import *
|
||
|
|
from .test_status_field import *
|