django-model-utils/model_utils/__init__.py

5 lines
104 B
Python
Raw Normal View History

from .choices import Choices
from .tracker import FieldTracker, ModelTracker
2014-01-07 01:26:01 +00:00
__version__ = '2.0.post1'