django-model-utils/model_utils/__init__.py
2013-08-29 22:35:32 -06:00

4 lines
106 B
Python

from .choices import Choices
from .tracker import FieldTracker, ModelTracker
__version__ = '1.5.0.post1'