mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-05 01:04:51 +00:00
5 lines
149 B
Python
5 lines
149 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 *
|