django-model-utils/model_utils/__init__.py
2018-07-02 12:16:41 -07:00

4 lines
126 B
Python

from .choices import Choices # noqa:F401
from .tracker import FieldTracker, ModelTracker # noqa:F401
__version__ = '3.1.2'