django-model-utils/model_utils/__init__.py

5 lines
126 B
Python
Raw Normal View History

2018-07-02 19:16:41 +00:00
from .choices import Choices # noqa:F401
from .tracker import FieldTracker, ModelTracker # noqa:F401
2019-12-11 14:48:26 +00:00
__version__ = '4.0.1'