.editorconfig
.flake8
.gitignore
Dockerfile.tests
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
manage.py
manage.sh
pyproject.toml
.github/workflows/pythonapp.yml
bx_django_utils/__init__.py
bx_django_utils/cached_dataclasses.py
bx_django_utils/filename.py
bx_django_utils/http.py
bx_django_utils/json_utils.py
bx_django_utils/stacktrace.py
bx_django_utils/translation.py
bx_django_utils/version.py
bx_django_utils.egg-info/PKG-INFO
bx_django_utils.egg-info/SOURCES.txt
bx_django_utils.egg-info/dependency_links.txt
bx_django_utils.egg-info/entry_points.txt
bx_django_utils.egg-info/requires.txt
bx_django_utils.egg-info/top_level.txt
bx_django_utils/admin_extra_views/README.md
bx_django_utils/admin_extra_views/__init__.py
bx_django_utils/admin_extra_views/admin_config.py
bx_django_utils/admin_extra_views/apps.py
bx_django_utils/admin_extra_views/autodiscover.py
bx_django_utils/admin_extra_views/base_view.py
bx_django_utils/admin_extra_views/checks.py
bx_django_utils/admin_extra_views/conditions.py
bx_django_utils/admin_extra_views/datatypes.py
bx_django_utils/admin_extra_views/registry.py
bx_django_utils/admin_extra_views/site.py
bx_django_utils/admin_extra_views/utils.py
bx_django_utils/admin_extra_views/views.py
bx_django_utils/admin_extra_views/management/__init__.py
bx_django_utils/admin_extra_views/management/commands/__init__.py
bx_django_utils/admin_extra_views/management/commands/admin_extra_views.py
bx_django_utils/admin_extra_views/management/commands/determine_version.py
bx_django_utils/admin_extra_views/tests/__init__.py
bx_django_utils/admin_extra_views/tests/test_admin_extra_views.py
bx_django_utils/admin_extra_views/tests/test_admin_extra_views_superuser_access_1.snapshot.json
bx_django_utils/admin_utils/__init__.py
bx_django_utils/admin_utils/admin_urls.py
bx_django_utils/admin_utils/filters.py
bx_django_utils/approve_workflow/__init__.py
bx_django_utils/approve_workflow/admin.py
bx_django_utils/approve_workflow/constants.py
bx_django_utils/approve_workflow/forms.py
bx_django_utils/approve_workflow/models.py
bx_django_utils/approve_workflow/locale/de/LC_MESSAGES/django.mo
bx_django_utils/approve_workflow/locale/de/LC_MESSAGES/django.po
bx_django_utils/approve_workflow/locale/en/LC_MESSAGES/django.mo
bx_django_utils/approve_workflow/locale/en/LC_MESSAGES/django.po
bx_django_utils/approve_workflow/templates/approve_workflow/change_form.html
bx_django_utils/approve_workflow/templates/approve_workflow/submit_line.html
bx_django_utils/data_types/__init__.py
bx_django_utils/data_types/gtin/README.md
bx_django_utils/data_types/gtin/__init__.py
bx_django_utils/data_types/gtin/constants.py
bx_django_utils/data_types/gtin/form_fields.py
bx_django_utils/data_types/gtin/model_fields.py
bx_django_utils/data_types/gtin/validators.py
bx_django_utils/dbperf/__init__.py
bx_django_utils/dbperf/cursor.py
bx_django_utils/dbperf/query_recorder.py
bx_django_utils/feature_flags/README.md
bx_django_utils/feature_flags/__init__.py
bx_django_utils/feature_flags/admin_views.py
bx_django_utils/feature_flags/apps.py
bx_django_utils/feature_flags/data_classes.py
bx_django_utils/feature_flags/exceptions.py
bx_django_utils/feature_flags/models.py
bx_django_utils/feature_flags/state.py
bx_django_utils/feature_flags/test_utils.py
bx_django_utils/feature_flags/utils.py
bx_django_utils/feature_flags/locale/de/LC_MESSAGES/django.mo
bx_django_utils/feature_flags/locale/de/LC_MESSAGES/django.po
bx_django_utils/feature_flags/locale/en/LC_MESSAGES/django.mo
bx_django_utils/feature_flags/locale/en/LC_MESSAGES/django.po
bx_django_utils/feature_flags/migrations/0001_initial.py
bx_django_utils/feature_flags/migrations/0002_alter_featureflagmodel_cache_key.py
bx_django_utils/feature_flags/migrations/__init__.py
bx_django_utils/feature_flags/templates/admin_extra_views/manage_feature_flags.html
bx_django_utils/feature_flags/tests/__init__.py
bx_django_utils/feature_flags/tests/test_feature_flags.py
bx_django_utils/feature_flags/tests/test_test_utils.py
bx_django_utils/generic_model_filter/__init__.py
bx_django_utils/generic_model_filter/admin_views.py
bx_django_utils/generic_model_filter/apps.py
bx_django_utils/generic_model_filter/templates/generic_model_filter.html
bx_django_utils/generic_model_filter/tests/__init__.py
bx_django_utils/generic_model_filter/tests/test_generic_model_filter.py
bx_django_utils/humanize/__init__.py
bx_django_utils/humanize/pformat.py
bx_django_utils/humanize/time.py
bx_django_utils/locale/de/LC_MESSAGES/django.mo
bx_django_utils/locale/de/LC_MESSAGES/django.po
bx_django_utils/locale/en/LC_MESSAGES/django.mo
bx_django_utils/locale/en/LC_MESSAGES/django.po
bx_django_utils/models/__init__.py
bx_django_utils/models/color_field.py
bx_django_utils/models/get_models4user.py
bx_django_utils/models/manipulate.py
bx_django_utils/models/queryset_utils.py
bx_django_utils/models/timetracking.py
bx_django_utils/templates/bx_django_utils/translation_input.html
bx_django_utils/templates/bx_django_utils/translation_input_multiline.html
bx_django_utils/templatetags/__init__.py
bx_django_utils/templatetags/accessors.py
bx_django_utils/templatetags/humanize_time.py
bx_django_utils/templatetags/json_templates.py
bx_django_utils/test_utils/__init__.py
bx_django_utils/test_utils/assert_queries.py
bx_django_utils/test_utils/cache.py
bx_django_utils/test_utils/content_types.py
bx_django_utils/test_utils/datetime.py
bx_django_utils/test_utils/fixtures.py
bx_django_utils/test_utils/forms.py
bx_django_utils/test_utils/html_assertion.py
bx_django_utils/test_utils/model_clean_assert.py
bx_django_utils/test_utils/playwright.py
bx_django_utils/test_utils/users.py
bx_django_utils/user_timezone/README.md
bx_django_utils/user_timezone/__init__.py
bx_django_utils/user_timezone/apps.py
bx_django_utils/user_timezone/checks.py
bx_django_utils/user_timezone/humanize.py
bx_django_utils/user_timezone/middleware.py
bx_django_utils/user_timezone/static/user_timezone.js
bx_django_utils/user_timezone/templates/user_timezone/human_timezone_datetime.html
bx_django_utils/user_timezone/templatetags/__init__.py
bx_django_utils/user_timezone/templatetags/user_timezone.py
bx_django_utils/view_utils/__init__.py
bx_django_utils/view_utils/dynamic_menu_urls.py
bx_django_utils_tests/__init__.py
bx_django_utils_tests/test_version.py
bx_django_utils_tests/approve_workflow_test_app/__init__.py
bx_django_utils_tests/approve_workflow_test_app/admin.py
bx_django_utils_tests/approve_workflow_test_app/models.py
bx_django_utils_tests/approve_workflow_test_app/migrations/0001_initial.py
bx_django_utils_tests/approve_workflow_test_app/migrations/__init__.py
bx_django_utils_tests/test_app/__init__.py
bx_django_utils_tests/test_app/admin.py
bx_django_utils_tests/test_app/admin_filters_demo.py
bx_django_utils_tests/test_app/admin_views.py
bx_django_utils_tests/test_app/feature_flags.py
bx_django_utils_tests/test_app/models.py
bx_django_utils_tests/test_app/urls.py
bx_django_utils_tests/test_app/management/__init__.py
bx_django_utils_tests/test_app/management/commands/__init__.py
bx_django_utils_tests/test_app/management/commands/renew_fixtures.py
bx_django_utils_tests/test_app/management/commands/run_testserver.py
bx_django_utils_tests/test_app/migrations/0001_initial.py
bx_django_utils_tests/test_app/migrations/__init__.py
bx_django_utils_tests/test_app/templates/admin_extra_views/demo1.html
bx_django_utils_tests/test_app/templates/dynamic_view_menu/demo.html
bx_django_utils_tests/test_app/templates/dynamic_view_menu/index.html
bx_django_utils_tests/test_app/tests/__init__.py
bx_django_utils_tests/test_app/tests/test_fixtures_helper.py
bx_django_utils_tests/test_app/tests/test_fixtures_helper_renew_all_1.snapshot.txt
bx_django_utils_tests/test_app/tests/test_fixtures_helper_renew_all_with_regex_1.snapshot.txt
bx_django_utils_tests/test_app/tests/test_fixtures_helper_select_fixtures_1.snapshot.txt
bx_django_utils_tests/test_app/tests/test_fixtures_helper_select_fixtures_2.snapshot.txt
bx_django_utils_tests/test_app/tests/fixtures/__init__.py
bx_django_utils_tests/test_app/tests/fixtures/example_fixtures1.json
bx_django_utils_tests/test_app/tests/fixtures/example_fixtures2.json
bx_django_utils_tests/test_app/tests/fixtures/fixtures1.py
bx_django_utils_tests/test_app/views/__init__.py
bx_django_utils_tests/test_app/views/dynamic_view_menu.py
bx_django_utils_tests/test_project/__init__.py
bx_django_utils_tests/test_project/manage.py
bx_django_utils_tests/test_project/publish.py
bx_django_utils_tests/test_project/settings.py
bx_django_utils_tests/test_project/urls.py
bx_django_utils_tests/test_project/wsgi.py
bx_django_utils_tests/test_project/templates/admin/base_site.html
bx_django_utils_tests/tests/__init__.py
bx_django_utils_tests/tests/test_admin.py
bx_django_utils_tests/tests/test_admin_extra_views.py
bx_django_utils_tests/tests/test_admin_extra_views_index_page_django42_1.snapshot.html
bx_django_utils_tests/tests/test_admin_extra_views_index_page_django50_1.snapshot.html
bx_django_utils_tests/tests/test_admin_extra_views_index_page_django51_1.snapshot.html
bx_django_utils_tests/tests/test_approve_workflow.py
bx_django_utils_tests/tests/test_assert_queries.py
bx_django_utils_tests/tests/test_assert_queries_snapshot_table_counts_1.snapshot.json
bx_django_utils_tests/tests/test_assert_queries_snapshot_table_counts_2.snapshot.json
bx_django_utils_tests/tests/test_cached_dataclasses.py
bx_django_utils_tests/tests/test_color_field.py
bx_django_utils_tests/tests/test_content_types_utils.py
bx_django_utils_tests/tests/test_data_types_gtin.py
bx_django_utils_tests/tests/test_dbperf.py
bx_django_utils_tests/tests/test_doctests.py
bx_django_utils_tests/tests/test_dynamic_view_menu.py
bx_django_utils_tests/tests/test_feature_flag_integration.py
bx_django_utils_tests/tests/test_feature_flag_integration_basic_1.snapshot.html
bx_django_utils_tests/tests/test_feature_flag_integration_basic_django42_1.snapshot.html
bx_django_utils_tests/tests/test_feature_flag_integration_basic_django50_1.snapshot.html
bx_django_utils_tests/tests/test_feature_flag_integration_basic_django51_1.snapshot.html
bx_django_utils_tests/tests/test_html_assertion.py
bx_django_utils_tests/tests/test_html_assertion_assert_html_response_snapshot_django42_1.snapshot.html
bx_django_utils_tests/tests/test_html_assertion_assert_html_response_snapshot_django50_1.snapshot.html
bx_django_utils_tests/tests/test_html_assertion_assert_html_response_snapshot_django51_1.snapshot.html
bx_django_utils_tests/tests/test_humanize_time.py
bx_django_utils_tests/tests/test_json_utils.py
bx_django_utils_tests/tests/test_model_clean_assert.py
bx_django_utils_tests/tests/test_model_manipulate.py
bx_django_utils_tests/tests/test_model_queryset_utils.py
bx_django_utils_tests/tests/test_models_timetracking.py
bx_django_utils_tests/tests/test_playwright_helper.py
bx_django_utils_tests/tests/test_project_setup.py
bx_django_utils_tests/tests/test_readme.py
bx_django_utils_tests/tests/test_stacktrace.py
bx_django_utils_tests/tests/test_templatetags_humanize_time.py
bx_django_utils_tests/tests/test_test_utils_cache.py
bx_django_utils_tests/tests/test_test_utils_datetime.py
bx_django_utils_tests/tests/test_test_utils_forms.py
bx_django_utils_tests/tests/test_test_utils_forms_assert_form_fields_1.snapshot.json
bx_django_utils_tests/tests/test_test_utils_users.py
bx_django_utils_tests/tests/test_translation.py
bx_django_utils_tests/tests/test_translation_language_codes_order_1.snapshot.html
bx_django_utils_tests/tests/test_translation_language_codes_order_old_1.snapshot.html
bx_django_utils_tests/tests/test_translation_widget_1.snapshot.html
bx_django_utils_tests/tests/admin_utils/__init__.py
bx_django_utils_tests/tests/admin_utils/test_admin_urls.py
bx_django_utils_tests/tests/admin_utils/test_filters.py
bx_django_utils_tests/tests/test_user_timezone/__init__.py
bx_django_utils_tests/tests/test_user_timezone/test_admin.py
bx_django_utils_tests/tests/test_user_timezone/test_checks.py
bx_django_utils_tests/tests/test_user_timezone/test_humanize.py
bx_django_utils_tests/tests/test_user_timezone/test_humanize_human_timezone_datetime_1.snapshot.html
bx_django_utils_tests/tests/test_user_timezone/test_humanize_human_timezone_datetime_2.snapshot.html
bx_django_utils_tests/tests/test_user_timezone/test_middleware.py
bx_django_utils_tests/tests/test_user_timezone/test_templatetags.py
bx_django_utils_tests/tests/test_user_timezone/test_templatetags_humane_timezone_dt_1.snapshot.html
bx_django_utils_tests/tests/test_user_timezone/test_templatetags_humane_timezone_dt_2.snapshot.html