django-model-utils/model_utils/__init__.py
2014-03-19 22:48:13 -06:00

4 lines
106 B
Python

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