django-model-utils/model_utils/__init__.py

5 lines
98 B
Python
Raw Normal View History

from .choices import Choices
from .tracker import FieldTracker, ModelTracker
2016-04-18 21:02:40 +00:00
__version__ = '2.5'