mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
6 lines
185 B
Python
6 lines
185 B
Python
# Needed for Django 1.4/1.5 test runner
|
|
from .test_fields import *
|
|
from .test_managers import *
|
|
from .test_models import *
|
|
from .test_choices import *
|
|
from .test_miscellaneous import *
|