File: __init__.py

package info (click to toggle)
django-model-utils 2.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 380 kB
  • ctags: 601
  • sloc: python: 2,345; makefile: 167; sh: 6
file content (4 lines) | stat: -rw-r--r-- 100 bytes parent folder | download
1
2
3
4
from .choices import Choices
from .tracker import FieldTracker, ModelTracker

__version__ = '2.5.2'