django-model-utils/model_utils/__init__.py
2014-01-06 18:26:01 -07:00

4 lines
104 B
Python

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