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
2017-12-11 14:27:41 +00:00
__version__ = '3.1.0'