django-model-utils/model_utils/__init__.py

5 lines
100 B
Python
Raw Normal View History

from .choices import Choices
from .tracker import FieldTracker, ModelTracker
2013-08-30 04:06:44 +00:00
__version__ = '1.5.0'