.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
Makefile
README.rst
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
translations.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/release.yml
.github/workflows/test.yml
django_model_utils.egg-info/PKG-INFO
django_model_utils.egg-info/SOURCES.txt
django_model_utils.egg-info/dependency_links.txt
django_model_utils.egg-info/not-zip-safe
django_model_utils.egg-info/requires.txt
django_model_utils.egg-info/top_level.txt
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/fields.rst
docs/index.rst
docs/make.bat
docs/managers.rst
docs/models.rst
docs/setup.rst
docs/utilities.rst
model_utils/__init__.py
model_utils/choices.py
model_utils/fields.py
model_utils/managers.py
model_utils/models.py
model_utils/py.typed
model_utils/tracker.py
model_utils/locale/cs/LC_MESSAGES/django.mo
model_utils/locale/cs/LC_MESSAGES/django.po
model_utils/locale/de/LC_MESSAGES/django.mo
model_utils/locale/de/LC_MESSAGES/django.po
model_utils/locale/es/LC_MESSAGES/django.mo
model_utils/locale/es/LC_MESSAGES/django.po
model_utils/locale/fa/LC_MESSAGES/django.mo
model_utils/locale/fa/LC_MESSAGES/django.po
model_utils/locale/fr/LC_MESSAGES/django.mo
model_utils/locale/fr/LC_MESSAGES/django.po
model_utils/locale/ru/LC_MESSAGES/django.mo
model_utils/locale/ru/LC_MESSAGES/django.po
model_utils/locale/sv/LC_MESSAGES/django.mo
model_utils/locale/sv/LC_MESSAGES/django.po
model_utils/locale/zh_Hans/LC_MESSAGES/django.mo
model_utils/locale/zh_Hans/LC_MESSAGES/django.po
tests/__init__.py
tests/fields.py
tests/managers.py
tests/models.py
tests/settings.py
tests/signals.py
tests/test_choices.py
tests/test_inheritance_iterable.py
tests/test_miscellaneous.py
tests/test_fields/__init__.py
tests/test_fields/test_field_tracker.py
tests/test_fields/test_monitor_field.py
tests/test_fields/test_split_field.py
tests/test_fields/test_status_field.py
tests/test_fields/test_urlsafe_token_field.py
tests/test_fields/test_uuid_field.py
tests/test_managers/__init__.py
tests/test_managers/test_inheritance_manager.py
tests/test_managers/test_join_manager.py
tests/test_managers/test_query_manager.py
tests/test_managers/test_softdelete_manager.py
tests/test_managers/test_status_manager.py
tests/test_models/__init__.py
tests/test_models/test_deferred_fields.py
tests/test_models/test_softdeletable_model.py
tests/test_models/test_status_model.py
tests/test_models/test_timeframed_model.py
tests/test_models/test_timestamped_model.py
tests/test_models/test_uuid_model.py