mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-08 18:44:53 +00:00
4 lines
102 B
Python
4 lines
102 B
Python
from .choices import Choices
|
|
from .tracker import FieldTracker, ModelTracker
|
|
|
|
__version__ = '2.5.1a1'
|