LICENSE.md
MANIFEST.in
README.md
setup.cfg
setup.py
ai_django_core/__init__.py
ai_django_core/context_manager.py
ai_django_core/context_processors.py
ai_django_core/managers.py
ai_django_core/models.py
ai_django_core.egg-info/PKG-INFO
ai_django_core.egg-info/SOURCES.txt
ai_django_core.egg-info/dependency_links.txt
ai_django_core.egg-info/not-zip-safe
ai_django_core.egg-info/requires.txt
ai_django_core.egg-info/top_level.txt
ai_django_core/admin/__init__.py
ai_django_core/admin/model_admins/__init__.py
ai_django_core/admin/model_admins/classes.py
ai_django_core/admin/model_admins/inlines.py
ai_django_core/admin/model_admins/mixins.py
ai_django_core/admin/views/__init__.py
ai_django_core/admin/views/forms.py
ai_django_core/admin/views/mixins.py
ai_django_core/drf/__init__.py
ai_django_core/drf/fields.py
ai_django_core/drf/serializers.py
ai_django_core/drf/tests.py
ai_django_core/graphql/__init__.py
ai_django_core/graphql/forms/__init__.py
ai_django_core/graphql/forms/mutations.py
ai_django_core/graphql/schemes/__init__.py
ai_django_core/graphql/schemes/mutations.py
ai_django_core/graphql/tests/__init__.py
ai_django_core/graphql/tests/base_test.py
ai_django_core/locale/de/LC_MESSAGES/django.mo
ai_django_core/locale/de/LC_MESSAGES/django.po
ai_django_core/mail/__init__.py
ai_django_core/mail/errors.py
ai_django_core/mail/backends/__init__.py
ai_django_core/mail/backends/whitelist_smtp.py
ai_django_core/mail/services/__init__.py
ai_django_core/mail/services/base.py
ai_django_core/mail/services/tests.py
ai_django_core/middleware/__init__.py
ai_django_core/middleware/current_user.py
ai_django_core/mixins/__init__.py
ai_django_core/mixins/bleacher.py
ai_django_core/services/__init__.py
ai_django_core/services/custom_scrubber.py
ai_django_core/templatetags/__init__.py
ai_django_core/templatetags/ai_date_tags.py
ai_django_core/templatetags/ai_email_tags.py
ai_django_core/templatetags/ai_file_tags.py
ai_django_core/templatetags/ai_helper_tags.py
ai_django_core/templatetags/ai_number_tags.py
ai_django_core/templatetags/ai_object_tags.py
ai_django_core/templatetags/ai_string_tags.py
ai_django_core/tests/__init__.py
ai_django_core/tests/mixins.py
ai_django_core/utils/__init__.py
ai_django_core/utils/cache.py
ai_django_core/utils/date.py
ai_django_core/utils/file.py
ai_django_core/utils/log_whodid.py
ai_django_core/utils/math.py
ai_django_core/utils/media.py
ai_django_core/utils/model.py
ai_django_core/utils/named_tuple.py
ai_django_core/utils/string.py
ai_django_core/view_layer/__init__.py
ai_django_core/view_layer/form_mixins.py
ai_django_core/view_layer/formset_mixins.py
ai_django_core/view_layer/formset_view_mixin.py
ai_django_core/view_layer/views.py
testapp/__init__.py
testapp/models.py
testapp/urls.py
testapp/api/__init__.py
testapp/api/serializers.py
testapp/api/urls.py
testapp/api/views.py
testapp/migrations/0001_initial.py
testapp/migrations/0002_auto_210407.py
testapp/migrations/0003_modelwithfktoself.py
testapp/migrations/0004_auto_20210511_1343.py
testapp/migrations/__init__.py
tests/__init__.py
tests/test_admin_forms.py
tests/test_admin_inlines.py
tests/test_admin_model_admins_classes.py
tests/test_admin_view_mixins.py
tests/test_context_manager.py
tests/test_email_test_service.py
tests/test_log_whodid.py
tests/test_mail_services.py
tests/test_managers.py
tests/test_math.py
tests/test_middleware.py
tests/test_rest_api_mixins.py
tests/test_scrubbing_service.py
tests/test_utils_cache.py
tests/test_utils_date.py
tests/test_utils_file.py
tests/test_utils_model.py
tests/test_utils_named_tuple.py
tests/test_utils_string.py
tests/admin/__init__.py
tests/admin/model_admin_mixins/__init__.py
tests/admin/model_admin_mixins/test_admin_common_info_mixin.py
tests/admin/model_admin_mixins/test_admin_create_form_mixin.py
tests/admin/model_admin_mixins/test_admin_no_inlines_for_create_mixin.py
tests/admin/model_admin_mixins/test_admin_request_in_form_mixin.py
tests/admin/model_admin_mixins/test_fetch_object_mixin.py
tests/admin/model_admin_mixins/test_fetch_parent_object_inline_mixin.py
tests/drf/__init__.py
tests/drf/test_fields.py
tests/tests/__init__.py
tests/tests/test_mail_backends.py
tests/tests/mixins/__init__.py
tests/tests/mixins/test_request_provider_mixin.py
tests/view_layer/__init__.py
tests/view_layer/test_formset_mixins.py