diff --git "a/django__django-14915/blocks_by_class_name.json" "b/django__django-14915/blocks_by_class_name.json" new file mode 100644--- /dev/null +++ "b/django__django-14915/blocks_by_class_name.json" @@ -0,0 +1,75723 @@ +{ + "AppConfig": [ + [ + "django/apps/config.py", + [ + "AppConfig" + ] + ] + ], + "Apps": [ + [ + "django/apps/registry.py", + [ + "Apps" + ] + ] + ], + "SettingsReference": [ + [ + "django/conf/__init__.py", + [ + "SettingsReference" + ] + ] + ], + "LazySettings": [ + [ + "django/conf/__init__.py", + [ + "LazySettings" + ] + ] + ], + "Settings": [ + [ + "django/conf/__init__.py", + [ + "Settings" + ] + ], + [ + "tests/admin_scripts/configured_dynamic_settings_manage.py", + [ + "Settings" + ] + ] + ], + "UserSettingsHolder": [ + [ + "django/conf/__init__.py", + [ + "UserSettingsHolder" + ] + ] + ], + "SimpleAdminConfig": [ + [ + "django/contrib/admin/apps.py", + [ + "SimpleAdminConfig" + ] + ] + ], + "AdminConfig": [ + [ + "django/contrib/admin/apps.py", + [ + "AdminConfig" + ] + ] + ], + "BaseModelAdminChecks": [ + [ + "django/contrib/admin/checks.py", + [ + "BaseModelAdminChecks" + ] + ] + ], + "ModelAdminChecks": [ + [ + "django/contrib/admin/checks.py", + [ + "ModelAdminChecks" + ] + ] + ], + "InlineModelAdminChecks": [ + [ + "django/contrib/admin/checks.py", + [ + "InlineModelAdminChecks" + ] + ] + ], + "DisallowedModelAdminLookup": [ + [ + "django/contrib/admin/exceptions.py", + [ + "DisallowedModelAdminLookup" + ] + ] + ], + "DisallowedModelAdminToField": [ + [ + "django/contrib/admin/exceptions.py", + [ + "DisallowedModelAdminToField" + ] + ] + ], + "ListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "ListFilter" + ] + ] + ], + "SimpleListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "SimpleListFilter" + ] + ] + ], + "FieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "FieldListFilter" + ] + ] + ], + "RelatedFieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "RelatedFieldListFilter" + ] + ] + ], + "BooleanFieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "BooleanFieldListFilter" + ] + ] + ], + "ChoicesFieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "ChoicesFieldListFilter" + ] + ] + ], + "DateFieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "DateFieldListFilter" + ] + ] + ], + "AllValuesFieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "AllValuesFieldListFilter" + ] + ] + ], + "RelatedOnlyFieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "RelatedOnlyFieldListFilter" + ] + ] + ], + "EmptyFieldListFilter": [ + [ + "django/contrib/admin/filters.py", + [ + "EmptyFieldListFilter" + ] + ] + ], + "AdminAuthenticationForm": [ + [ + "django/contrib/admin/forms.py", + [ + "AdminAuthenticationForm" + ] + ] + ], + "AdminPasswordChangeForm": [ + [ + "django/contrib/admin/forms.py", + [ + "AdminPasswordChangeForm" + ] + ], + [ + "django/contrib/auth/forms.py", + [ + "AdminPasswordChangeForm" + ] + ] + ], + "ActionForm": [ + [ + "django/contrib/admin/helpers.py", + [ + "ActionForm" + ] + ] + ], + "AdminForm": [ + [ + "django/contrib/admin/helpers.py", + [ + "AdminForm" + ] + ] + ], + "Fieldset": [ + [ + "django/contrib/admin/helpers.py", + [ + "Fieldset" + ] + ] + ], + "Fieldline": [ + [ + "django/contrib/admin/helpers.py", + [ + "Fieldline" + ] + ] + ], + "AdminField": [ + [ + "django/contrib/admin/helpers.py", + [ + "AdminField" + ] + ] + ], + "AdminReadonlyField": [ + [ + "django/contrib/admin/helpers.py", + [ + "AdminReadonlyField" + ] + ] + ], + "InlineAdminFormSet": [ + [ + "django/contrib/admin/helpers.py", + [ + "InlineAdminFormSet" + ] + ] + ], + "InlineAdminForm": [ + [ + "django/contrib/admin/helpers.py", + [ + "InlineAdminForm" + ] + ] + ], + "InlineFieldset": [ + [ + "django/contrib/admin/helpers.py", + [ + "InlineFieldset" + ] + ] + ], + "AdminErrorList": [ + [ + "django/contrib/admin/helpers.py", + [ + "AdminErrorList" + ] + ] + ], + "Migration": [ + [ + "django/contrib/admin/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "django/contrib/admin/migrations/0002_logentry_remove_auto_add.py", + [ + "Migration" + ] + ], + [ + "django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0002_alter_permission_name_max_length.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0003_alter_user_email_max_length.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0004_alter_user_username_opts.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0005_alter_user_last_login_null.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0006_require_contenttypes_0002.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0008_alter_user_username_max_length.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0010_alter_group_name_max_length.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0011_update_proxy_permissions.py", + [ + "Migration" + ] + ], + [ + "django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py", + [ + "Migration" + ] + ], + [ + "django/contrib/contenttypes/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "django/contrib/contenttypes/migrations/0002_remove_content_type_name.py", + [ + "Migration" + ] + ], + [ + "django/contrib/flatpages/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "django/contrib/redirects/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py", + [ + "Migration" + ] + ], + [ + "django/contrib/sessions/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "django/contrib/sites/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "django/contrib/sites/migrations/0002_alter_domain_unique.py", + [ + "Migration" + ] + ], + [ + "django/db/migrations/migration.py", + [ + "Migration" + ] + ], + [ + "django/db/migrations/recorder.py", + [ + "MigrationRecorder", + "Migration", + "if_cls__migration_class_i", + "Migration" + ] + ], + [ + "tests/admin_scripts/another_app_waiting_migration/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/admin_scripts/app_waiting_migration/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/backends/base/app_unmigrated/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/contenttypes_tests/operations_migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/contenttypes_tests/operations_migrations/0002_rename_foo.py", + [ + "Migration" + ] + ], + [ + "tests/db_functions/migrations/0001_setup_extensions.py", + [ + "Migration" + ] + ], + [ + "tests/db_functions/migrations/0002_create_test_models.py", + [ + "Migration" + ] + ], + [ + "tests/gis_tests/gis_migrations/migrations/0001_setup_extensions.py", + [ + "if_connection_features_su", + "Migration" + ] + ], + [ + "tests/gis_tests/gis_migrations/migrations/0001_setup_extensions.py", + [ + "if_connection_features_su", + "else_", + "Migration" + ] + ], + [ + "tests/gis_tests/gis_migrations/migrations/0002_create_models.py", + [ + "Migration" + ] + ], + [ + "tests/gis_tests/rasterapp/migrations/0001_setup_extensions.py", + [ + "if_connection_features_su", + "Migration" + ] + ], + [ + "tests/gis_tests/rasterapp/migrations/0001_setup_extensions.py", + [ + "if_connection_features_su", + "else_", + "Migration" + ] + ], + [ + "tests/gis_tests/rasterapp/migrations/0002_rastermodels.py", + [ + "Migration" + ] + ], + [ + "tests/migrate_signals/custom_migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migration_test_data_persistence/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migration_test_data_persistence/migrations/0002_add_book.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/deprecated_field_migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/deprecated_field_migrations/0002_remove_ipaddressfield_ip.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_conflicting_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/mutate_state_a/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/mutate_state_b/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/mutate_state_b/migrations/0002_add_field.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_add_many_to_many_field_initial/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_add_many_to_many_field_initial/0002_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_auto_now_add/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_no_operations", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_no_operations_initial", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_single_operation", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_single_operation_long_name", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_two_operations", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_two_create_models", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_two_create_models_with_initial_true", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_many_operations_suffix", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_operation_with_no_suggested_name", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_none_name", + "Migration" + ] + ], + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_none_name_with_initial_true", + "Migration" + ] + ], + [ + "tests/migrations/test_executor.py", + [ + "ExecutorTests", + "test_migrations_applied_and_recorded_atomically", + "Migration" + ] + ], + [ + "tests/migrations/test_executor.py", + [ + "ExecutorTests", + "test_migrations_not_applied_on_deferred_sql_failure", + "Migration" + ] + ], + [ + "tests/migrations/test_fake_initial_case_insensitive/fake_initial/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_fake_initial_case_insensitive/initial/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_atomic_operation/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_backwards_deps_1/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_backwards_deps_1/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_clashing_prefix/a.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_clashing_prefix/ab.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_conflict/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_conflict/0002_conflicting_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_conflict/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_conflict_long_name/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_conflict_long_name/0002_conflicting_second_migration_with_long_name.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_conflict_long_name/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_custom_user/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_fake_split_initial/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_fake_split_initial/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_first/second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_first/thefirst.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_initial_false/0001_not_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_namespace_package/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_ancestor/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_ancestor/0002_conflicting_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_ancestor/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_changes/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_changes/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_changes/0003_third.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_default/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_no_operations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_non_atomic/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_order/0001.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_plan/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_plan/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_plan/0003_third.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_plan/0004_fourth.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_plan/0005_fifth.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_private/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_run_before/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_run_before/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_run_before/0003_third.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed/0001_squashed_0002.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/1_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/2_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/3_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/3_squashed_5.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/4_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/5_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/6_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex/7_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_erroneous/1_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_erroneous/2_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_erroneous/3_squashed_5.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_erroneous/6_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_erroneous/7_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_extra/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_extra/0001_squashed_0002.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_extra/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_extra/0003_third.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app1/1_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app1/2_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app1/2_squashed_3.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app1/3_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app1/4_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py", + [ + "Migration" + ] + ], + [ + "tests/migrations/test_migrations_unmigdep/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations2/test_migrations_2/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations2/test_migrations_2_first/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/migrations2/test_migrations_2_first/0002_second.py", + [ + "Migration" + ] + ], + [ + "tests/migrations2/test_migrations_2_no_deps/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/postgres_tests/array_default_migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2.py", + [ + "Migration" + ] + ], + [ + "tests/postgres_tests/array_index_migrations/0001_initial.py", + [ + "Migration" + ] + ], + [ + "tests/postgres_tests/migrations/0001_setup_extensions.py", + [ + "Migration" + ] + ], + [ + "tests/postgres_tests/migrations/0002_create_test_models.py", + [ + "Migration" + ] + ], + [ + "tests/sites_framework/migrations/0001_initial.py", + [ + "Migration" + ] + ] + ], + "LogEntryManager": [ + [ + "django/contrib/admin/models.py", + [ + "LogEntryManager" + ] + ] + ], + "Meta": [ + [ + "django/contrib/admin/models.py", + [ + "LogEntry", + "Meta" + ] + ], + [ + "django/contrib/auth/base_user.py", + [ + "AbstractBaseUser", + "Meta" + ] + ], + [ + "django/contrib/auth/forms.py", + [ + "UserCreationForm", + "Meta" + ] + ], + [ + "django/contrib/auth/forms.py", + [ + "UserChangeForm", + "Meta" + ] + ], + [ + "django/contrib/auth/models.py", + [ + "Permission", + "Meta" + ] + ], + [ + "django/contrib/auth/models.py", + [ + "Group", + "Meta" + ] + ], + [ + "django/contrib/auth/models.py", + [ + "PermissionsMixin", + "Meta" + ] + ], + [ + "django/contrib/auth/models.py", + [ + "AbstractUser", + "Meta" + ] + ], + [ + "django/contrib/auth/models.py", + [ + "User", + "Meta" + ] + ], + [ + "django/contrib/contenttypes/models.py", + [ + "ContentType", + "Meta" + ] + ], + [ + "django/contrib/flatpages/forms.py", + [ + "FlatpageForm", + "Meta" + ] + ], + [ + "django/contrib/flatpages/models.py", + [ + "FlatPage", + "Meta" + ] + ], + [ + "django/contrib/gis/db/backends/oracle/models.py", + [ + "OracleGeometryColumns", + "Meta" + ] + ], + [ + "django/contrib/gis/db/backends/oracle/models.py", + [ + "OracleSpatialRefSys", + "Meta" + ] + ], + [ + "django/contrib/gis/db/backends/postgis/models.py", + [ + "PostGISGeometryColumns", + "Meta" + ] + ], + [ + "django/contrib/gis/db/backends/postgis/models.py", + [ + "PostGISSpatialRefSys", + "Meta" + ] + ], + [ + "django/contrib/gis/db/backends/spatialite/models.py", + [ + "SpatialiteGeometryColumns", + "Meta" + ] + ], + [ + "django/contrib/gis/db/backends/spatialite/models.py", + [ + "SpatialiteSpatialRefSys", + "Meta" + ] + ], + [ + "django/contrib/redirects/models.py", + [ + "Redirect", + "Meta" + ] + ], + [ + "django/contrib/sessions/base_session.py", + [ + "AbstractBaseSession", + "Meta" + ] + ], + [ + "django/contrib/sessions/models.py", + [ + "Session", + "Meta" + ] + ], + [ + "django/contrib/sites/models.py", + [ + "Site", + "Meta" + ] + ], + [ + "django/db/migrations/recorder.py", + [ + "MigrationRecorder", + "Migration", + "if_cls__migration_class_i", + "Migration", + "Meta" + ] + ], + [ + "tests/admin_changelist/models.py", + [ + "Swallow", + "Meta" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization", + "Related", + "Meta" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization", + "Model", + "Meta" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization_meta_constraints", + "Related", + "Meta" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization_meta_constraints", + "Model", + "Meta" + ] + ], + [ + "tests/admin_checks/models.py", + [ + "Song", + "Meta" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_non_model_first_field", + "SongForm", + "Meta" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "WeaknessForm", + "Meta" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "FootNoteForm", + "Meta" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "SomeChildModelForm", + "Meta" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "ChildHiddenFieldForm", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "Inner4Stacked", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "Inner4Tabular", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "NovelReadonlyChapter", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "CourseProxy", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "CourseProxy1", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "CourseProxy2", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "VerboseNameProfile", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "VerboseNamePluralProfile", + "Meta" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "BothVerboseNameProfile", + "Meta" + ] + ], + [ + "tests/admin_ordering/models.py", + [ + "Band", + "Meta" + ] + ], + [ + "tests/admin_ordering/models.py", + [ + "Song", + "Meta" + ] + ], + [ + "tests/admin_registration/models.py", + [ + "Location", + "Meta" + ] + ], + [ + "tests/admin_scripts/another_app_waiting_migration/models.py", + [ + "Foo", + "Meta" + ] + ], + [ + "tests/admin_scripts/app_waiting_migration/models.py", + [ + "Bar", + "Meta" + ] + ], + [ + "tests/admin_scripts/complex_app/models/bar.py", + [ + "Bar", + "Meta" + ] + ], + [ + "tests/admin_scripts/complex_app/models/foo.py", + [ + "Foo", + "Meta" + ] + ], + [ + "tests/admin_utils/admin.py", + [ + "ArticleAdminForm", + "Meta" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "ArticleProxy", + "Meta" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "Guest", + "Meta" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "VehicleMixin", + "Meta" + ] + ], + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests", + "test_label_for_field_form_argument", + "ArticleForm", + "Meta" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "ArticleForm", + "Meta" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "FieldOverridePostForm", + "Meta" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "StoryForm", + "Meta" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "StateAdminForm", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Chapter", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Color2", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Podcast", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "PKChild", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Language", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Category", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "FieldOverridePost", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "PlotProxy", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "ReadablePizza", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "ReadOnlyPizza", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Employee", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Answer2", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "FoodDelivery", + "Meta" + ] + ], + [ + "tests/admin_views/models.py", + [ + "UserProxy", + "Meta" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "ReleaseEvent", + "Meta" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "Student", + "Meta" + ] + ], + [ + "tests/admin_widgets/test_autocomplete_widget.py", + [ + "AlbumForm", + "Meta" + ] + ], + [ + "tests/admin_widgets/test_autocomplete_widget.py", + [ + "VideoStreamForm", + "Meta" + ] + ], + [ + "tests/aggregation_regress/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/app_loading/not_installed/models.py", + [ + "NotInstalledModel", + "Meta" + ] + ], + [ + "tests/app_loading/not_installed/models.py", + [ + "RelatedModel", + "Meta" + ] + ], + [ + "tests/app_loading/not_installed/models.py", + [ + "M2MRelatedModel", + "Meta" + ] + ], + [ + "tests/apps/models.py", + [ + "SoAlternative", + "Meta" + ] + ], + [ + "tests/auth_tests/models/proxy.py", + [ + "Proxy", + "Meta" + ] + ], + [ + "tests/auth_tests/models/proxy.py", + [ + "UserProxy", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests", + "test_username_partially_unique", + "CustomUserPartiallyUnique", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests", + "test_username_unique_with_model_constraint", + "CustomUserUniqueConstraint", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_clashing_default_permissions", + "Checked", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_non_clashing_custom_permissions", + "Checked", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_clashing_custom_permissions", + "Checked", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_verbose_name_max_length", + "Checked", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_custom_permission_name_max_length", + "Checked", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_custom_permission_codename_max_length", + "Checked", + "Meta" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_empty_default_permissions", + "Checked", + "Meta" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_custom_form", + "CustomUserCreationForm", + "Meta" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_custom_form_with_different_username_field", + "CustomUserCreationForm", + "Meta" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_custom_form_hidden_username_field", + "CustomUserCreationForm", + "Meta" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_user_create_form_validates_password_with_all_data", + "CustomUserCreationForm", + "Meta" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserChangeFormTest", + "test_bug_14242", + "MyUserForm", + "Meta" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserChangeFormTest", + "test_custom_form", + "CustomUserChangeForm", + "Meta" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserChangeFormTest", + "test_password_excluded", + "UserChangeFormWithoutPassword", + "Meta" + ] + ], + [ + "tests/backends/base/app_unmigrated/models.py", + [ + "Foo", + "Meta" + ] + ], + [ + "tests/backends/models.py", + [ + "Post", + "Meta" + ] + ], + [ + "tests/backends/models.py", + [ + "ReporterProxy", + "Meta" + ] + ], + [ + "tests/backends/models.py", + [ + "SQLKeywordsModel", + "Meta" + ] + ], + [ + "tests/basic/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/basic/models.py", + [ + "ArticleSelectOnSave", + "Meta" + ] + ], + [ + "tests/bulk_create/models.py", + [ + "ProxyCountry", + "Meta" + ] + ], + [ + "tests/bulk_create/models.py", + [ + "ProxyProxyCountry", + "Meta" + ] + ], + [ + "tests/bulk_create/models.py", + [ + "ProxyMultiProxyCountry", + "Meta" + ] + ], + [ + "tests/bulk_create/models.py", + [ + "Place", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app_database_routers_installed", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app_database_routers_installed", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps_database_routers_installed", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps_database_routers_installed", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_unmanaged_models", + "Unmanaged", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_unmanaged_models", + "Managed", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_proxy_models", + "Model", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_proxy_models", + "ProxyModel", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_in_same_model", + "Model", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_in_different_models", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_in_different_models", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_abstract_model", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_abstract_model_interpolation", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_across_apps", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_across_apps", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_across_apps_interpolation", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_across_apps_interpolation", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_in_same_model", + "Model", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_in_different_models", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_in_different_models", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_abstract_model", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_abstract_model_interpolation", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_across_apps", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_across_apps", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_across_apps_interpolation", + "Model1", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_across_apps_interpolation", + "Model2", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_skipped_on_model_with_invalid_app_label", + "Model", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_skipped_on_abstract_model", + "Abstract", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_pk_inherited_abstract_parent", + "Parent", + "Meta" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_app_default_auto_field", + "ModelWithPkViaAppConfig", + "Meta" + ] + ], + [ + "tests/constraints/models.py", + [ + "Product", + "Meta" + ] + ], + [ + "tests/constraints/models.py", + [ + "UniqueConstraintProduct", + "Meta" + ] + ], + [ + "tests/constraints/models.py", + [ + "UniqueConstraintConditionProduct", + "Meta" + ] + ], + [ + "tests/constraints/models.py", + [ + "UniqueConstraintDeferrable", + "Meta" + ] + ], + [ + "tests/constraints/models.py", + [ + "UniqueConstraintInclude", + "Meta" + ] + ], + [ + "tests/constraints/models.py", + [ + "AbstractModel", + "Meta" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "ProxyModel", + "Meta" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Answer", + "Meta" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Post", + "Meta" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_pointing_to_swapped_model", + "SwappedModel", + "Meta" + ] + ], + [ + "tests/custom_columns/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/custom_columns/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "FastCarAsBase", + "Meta" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "FastCarAsDefault", + "Meta" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "AbstractPerson", + "Meta" + ] + ], + [ + "tests/custom_pk/models.py", + [ + "Employee", + "Meta" + ] + ], + [ + "tests/custom_pk/models.py", + [ + "Business", + "Meta" + ] + ], + [ + "tests/datatypes/models.py", + [ + "Donut", + "Meta" + ] + ], + [ + "tests/defer/models.py", + [ + "ChildProxy", + "Meta" + ] + ], + [ + "tests/defer/models.py", + [ + "RefreshPrimaryProxy", + "Meta" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "ProxyRelated", + "Meta" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "Proxy", + "Meta" + ] + ], + [ + "tests/delete/models.py", + [ + "AvatarProxy", + "Meta" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Image", + "Meta" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Photo", + "Meta" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "FooFileProxy", + "Meta" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "OrderedPerson", + "Meta" + ] + ], + [ + "tests/distinct_on_fields/models.py", + [ + "Tag", + "Meta" + ] + ], + [ + "tests/expressions/models.py", + [ + "Experiment", + "Meta" + ] + ], + [ + "tests/expressions_window/models.py", + [ + "Detail", + "Meta" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Category", + "Meta" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/fixtures/models.py", + [ + "ProxySpy", + "Meta" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/fixtures_model_package/models/__init__.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Plant", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Parent", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "CommonFeature", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Widget", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "WidgetProxy", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Store", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "BaseNKModel", + "Meta" + ] + ], + [ + "tests/force_insert_update/models.py", + [ + "ProxyCounter", + "Meta" + ] + ], + [ + "tests/foreign_object/models/article.py", + [ + "ArticleTranslation", + "Meta" + ] + ], + [ + "tests/foreign_object/models/customers.py", + [ + "Address", + "Meta" + ] + ], + [ + "tests/foreign_object/models/customers.py", + [ + "Customer", + "Meta" + ] + ], + [ + "tests/foreign_object/models/empty_join.py", + [ + "SlugPage", + "Meta" + ] + ], + [ + "tests/foreign_object/models/person.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/foreign_object/models/person.py", + [ + "Group", + "Meta" + ] + ], + [ + "tests/foreign_object/models/person.py", + [ + "Membership", + "Meta" + ] + ], + [ + "tests/foreign_object/test_forms.py", + [ + "FormsTests", + "ArticleForm", + "Meta" + ] + ], + [ + "tests/foreign_object/tests.py", + [ + "TestModelCheckTests", + "test_check_composite_foreign_object", + "Parent", + "Meta" + ] + ], + [ + "tests/foreign_object/tests.py", + [ + "TestModelCheckTests", + "test_check_subset_composite_foreign_object", + "Parent", + "Meta" + ] + ], + [ + "tests/forms_tests/models.py", + [ + "ChoiceOptionModel", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "ChoiceFieldForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "OptionalMultiChoiceModelForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "ChoiceFieldExclusionForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "EmptyCharLabelChoiceForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "EmptyIntegerLabelChoiceForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "EmptyCharLabelNoneChoiceForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "FormsModelTestCase", + "test_boundary_conditions", + "BoundaryForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "FormsModelTestCase", + "test_formfield_initial", + "DefaultsForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "FormsModelTestCase", + "test_formfield_initial", + "ExcludingForm", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "RelatedModelFormTests", + "test_invalid_loading_order", + "Meta" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "RelatedModelFormTests", + "test_valid_loading_order", + "Meta" + ] + ], + [ + "tests/forms_tests/views.py", + [ + "ArticleForm", + "Meta" + ] + ], + [ + "tests/generic_inline_admin/models.py", + [ + "PhoneNumber", + "Meta" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude_with_readonly", + "MediaForm", + "Meta" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude", + "MediaForm", + "Meta" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_fieldsets", + "MediaForm", + "Meta" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_formsets_with_inlines_returns_tuples", + "MediaForm", + "Meta" + ] + ], + [ + "tests/generic_relations/models.py", + [ + "TaggedItem", + "Meta" + ] + ], + [ + "tests/generic_relations/models.py", + [ + "ProxyRelatedModel", + "Meta" + ] + ], + [ + "tests/generic_relations/test_forms.py", + [ + "TaggedItemForm", + "Meta" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "LinkProxy", + "Meta" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "HasLinks", + "Meta" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "B", + "Meta" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "C", + "Meta" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "D", + "Meta" + ] + ], + [ + "tests/generic_views/forms.py", + [ + "AuthorForm", + "Meta" + ] + ], + [ + "tests/generic_views/models.py", + [ + "Artist", + "Meta" + ] + ], + [ + "tests/generic_views/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/generic_views/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/get_earliest_or_latest/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/gis_tests/distapp/models.py", + [ + "NamedModel", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "NamedModel", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "City3D", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "Interstate3D", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "InterstateProj3D", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "Polygon3D", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "SimpleModel", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "Point3D", + "Meta" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "MultiPoint3D", + "Meta" + ] + ], + [ + "tests/gis_tests/geoadmin/models.py", + [ + "City", + "Meta" + ] + ], + [ + "tests/gis_tests/geoadmin_deprecated/models.py", + [ + "City", + "Meta" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "NamedModel", + "Meta" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "City", + "Meta" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "PennsylvaniaCity", + "Meta" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "State", + "Meta" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "UniqueTogetherModel", + "Meta" + ] + ], + [ + "tests/gis_tests/geoapp/test_indexes.py", + [ + "SchemaIndexesTests", + "test_namespaced_db_table", + "SchemaCity", + "Meta" + ] + ], + [ + "tests/gis_tests/geogapp/models.py", + [ + "NamedModel", + "Meta" + ] + ], + [ + "tests/gis_tests/geogapp/models.py", + [ + "City", + "Meta" + ] + ], + [ + "tests/gis_tests/geogapp/models.py", + [ + "County", + "Meta" + ] + ], + [ + "tests/gis_tests/inspectapp/models.py", + [ + "Fields3D", + "Meta" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "NamedModel", + "Meta" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "City", + "Meta" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "Interstate", + "Meta" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "ICity1", + "Meta" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "ICity2", + "Meta" + ] + ], + [ + "tests/gis_tests/rasterapp/models.py", + [ + "RasterModel", + "Meta" + ] + ], + [ + "tests/gis_tests/rasterapp/models.py", + [ + "RasterRelatedModel", + "Meta" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "SimpleModel", + "Meta" + ] + ], + [ + "tests/i18n/forms.py", + [ + "CompanyForm", + "Meta" + ] + ], + [ + "tests/i18n/models.py", + [ + "Company", + "Meta" + ] + ], + [ + "tests/indexes/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/indexes/models.py", + [ + "IndexTogetherSingleList", + "Meta" + ] + ], + [ + "tests/indexes/models.py", + [ + "IndexedArticle", + "Meta" + ] + ], + [ + "tests/inline_formsets/models.py", + [ + "Poem", + "Meta" + ] + ], + [ + "tests/inspectdb/models.py", + [ + "SpecialName", + "Meta" + ] + ], + [ + "tests/inspectdb/models.py", + [ + "JSONFieldColumnType", + "Meta" + ] + ], + [ + "tests/inspectdb/models.py", + [ + "CharFieldDbCollation", + "Meta" + ] + ], + [ + "tests/inspectdb/models.py", + [ + "TextFieldDbCollation", + "Meta" + ] + ], + [ + "tests/inspectdb/models.py", + [ + "UniqueTogether", + "Meta" + ] + ], + [ + "tests/introspection/models.py", + [ + "Reporter", + "Meta" + ] + ], + [ + "tests/introspection/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/introspection/models.py", + [ + "ArticleReporter", + "Meta" + ] + ], + [ + "tests/introspection/models.py", + [ + "Comment", + "Meta" + ] + ], + [ + "tests/introspection/models.py", + [ + "CheckConstraintModel", + "Meta" + ] + ], + [ + "tests/introspection/models.py", + [ + "UniqueConstraintConditionModel", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_non_iterable", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_non_list", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_list_containing_non_iterable", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_non_local_field", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_fk", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_non_iterable", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_list_containing_non_iterable", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_non_list", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_valid_model", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_pointing_to_m2m", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_pointing_to_fk", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_non_local_field", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_fk", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_name_constraints", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_max_name_length", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_condition", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_condition_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_include", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_include_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_non_local_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_fk", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_complex_expression_custom_lookup", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_missing_field_nested", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_non_local_field", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_fk", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_non_iterable", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_just_ordering_no_errors", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_just_order_with_respect_to_no_errors", + "Answer", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_with_order_with_respect_to", + "Answer", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_non_valid", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_foreignkey_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_related_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_related_model_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_non_related_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_two_related_model_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_multiple_times_to_model_fields", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_allows_registered_lookups", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_lookup_not_transform", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_related_model_pk", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_foreignkey_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_swappable_missing_app_name", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_swappable_missing_app", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash", + "Foo", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash_database_routers_installed", + "Foo", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash_database_routers_installed", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash", + "Foo", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash_database_routers_installed", + "Foo", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash_database_routers_installed", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "A2", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "C2", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "Intermediate", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_to_concrete_and_proxy_allowed", + "ThroughProxy", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_lazy_reference_checks", + "DummyModel", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "JSONFieldTests", + "test_ordering_pointing_to_json_field_value", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "JSONFieldTests", + "test_check_jsonfield_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraints", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraints_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_reverse_fk", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_reverse_o2o", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_fk", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_pk", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_non_local_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_joined_fields", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_joined_fields_complex_check", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_condition", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_condition_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_condition_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_condition_pointing_to_joined_fields", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_reverse_o2o", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_deferrable_unique_constraint", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_deferrable_unique_constraint_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_non_local_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_fk", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_include", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_include_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_non_local_field", + "Child", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_fk", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_expression_custom_lookup", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_missing_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_missing_field_nested", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_m2m_field", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_non_local_field", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_fk", + "Bar", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_db_collation_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "TextFieldTests", + "test_db_collation_required_db_features", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_abstract_model", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_m2m_to_abstract_model", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_partially_unique_field", + "Target", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_unique_field_with_meta_constraint", + "Target", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_partially_unique_field", + "Person", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_unique_field_with_meta_constraint", + "Person", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_not_swapped_model", + "SwappableModel", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_referencing_to_swapped_model", + "SwappedModel", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "test_no_clash_across_apps_without_accessor", + "Target", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "test_no_clash_across_apps_without_accessor", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "test_no_clash_across_apps_without_accessor", + "_test", + "Model", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_superset_foreign_object", + "Parent", + "Meta" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_intersection_foreign_object", + "Parent", + "Meta" + ] + ], + [ + "tests/lookup/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/lookup/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/lookup/models.py", + [ + "Tag", + "Meta" + ] + ], + [ + "tests/lookup/models.py", + [ + "Season", + "Meta" + ] + ], + [ + "tests/lookup/tests.py", + [ + "LookupTests", + "test_in_bulk_non_unique_meta_constaint", + "Model", + "Meta" + ] + ], + [ + "tests/m2m_and_m2o/models.py", + [ + "Issue", + "Meta" + ] + ], + [ + "tests/m2m_multiple/models.py", + [ + "Category", + "Meta" + ] + ], + [ + "tests/m2m_multiple/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/m2m_regress/models.py", + [ + "BadModelWithSplit", + "Meta" + ] + ], + [ + "tests/m2m_signals/models.py", + [ + "Part", + "Meta" + ] + ], + [ + "tests/m2m_signals/models.py", + [ + "Car", + "Meta" + ] + ], + [ + "tests/m2m_signals/models.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Group", + "Meta" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Membership", + "Meta" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "CustomMembership", + "Meta" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Employee", + "Meta" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Ingredient", + "Meta" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Recipe", + "Meta" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "Driver", + "Meta" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "ProxiedIndividualCompetitor", + "Meta" + ] + ], + [ + "tests/managers_regress/models.py", + [ + "AbstractBase1", + "Meta" + ] + ], + [ + "tests/managers_regress/models.py", + [ + "AbstractBase2", + "Meta" + ] + ], + [ + "tests/managers_regress/models.py", + [ + "AbstractBase3", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "ManagersRegressionTests", + "test_swappable_manager", + "SwappableModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "ManagersRegressionTests", + "test_custom_swappable_manager", + "SwappableModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "ManagersRegressionTests", + "test_explicit_swappable_manager", + "SwappableModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "ProxyModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "PlainModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "ProxyModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "PlainModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "ProxyModel", + "Meta" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_manager_no_duplicates", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/many_to_many/models.py", + [ + "Publication", + "Meta" + ] + ], + [ + "tests/many_to_many/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/many_to_many/models.py", + [ + "AbstractArticle", + "Meta" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/many_to_one_null/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/migration_test_data_persistence/models.py", + [ + "Unmanaged", + "Meta" + ] + ], + [ + "tests/migrations/migrations_test_apps/migrated_unapplied_app/models.py", + [ + "OtherAuthor", + "Meta" + ] + ], + [ + "tests/migrations/models.py", + [ + "UnicodeModel", + "Meta" + ] + ], + [ + "tests/migrations/models.py", + [ + "UnserializableModel", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MigrateTests", + "test_migrate_not_reflected_changes", + "NewModel1", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MigrateTests", + "test_migrate_not_reflected_changes", + "NewModel2", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_not_null_addition", + "SillyModel", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_interactive_not_null_addition", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_not_null_alteration", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_interactive_not_null_alteration", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_no_model_rename", + "RenamedModel", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_no_field_rename", + "SillyModel", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_dry_run", + "SillyModel", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_dry_run_verbosity_3", + "SillyModel", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_migrations_modules_path_not_exist", + "SillyModel", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_auto_now_add_interactive", + "Entry", + "Meta" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_auto_now_add_interactive_quit", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "AuthorProxy", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "SubAuthor", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "Book", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "Food", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "FoodNoManagers", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "FoodNoDefaultManager", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "FoodOrderedManagers", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_default_manager_added_to_the_model_state", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_default_manager_named_objects_with_false_migration_flag", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_no_duplicate_managers", + "Person", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_no_duplicate_managers", + "Boss", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_default_manager", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_base_manager", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_base_manager", + "Author2", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_inheritance", + "Book", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_inheritance", + "Novel", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "Foo", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "Bar", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "FooBar", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "AbstractSubFooBar", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "SubFooBar", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "A", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "B", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "C", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "D", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "E", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "F", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_unique_app_labels", + "A", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_unique_app_labels", + "B", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_add_relations", + "A", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_add_relations", + "B", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_add_relations", + "C", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_remove_relations", + "A", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_remove_relations", + "B", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_self_relation", + "A", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Publisher", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Book", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Magazine", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_reference_mixed_case_app_label", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_reference_mixed_case_app_label", + "Book", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_reference_mixed_case_app_label", + "Magazine", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_real_apps", + "TestModel", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_ignore_order_wrt", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_ignore_order_wrt", + "Book", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_choices_iterator", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateRelationsTests", + "get_base_project_state", + "User", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateRelationsTests", + "get_base_project_state", + "Comment", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateRelationsTests", + "get_base_project_state", + "Post", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable", + "Author", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable_from_abstract", + "SearchableLocation", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable_from_abstract", + "Station", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable_from_abstract", + "BusStation", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_custom_manager_swappable", + "Food", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_order_with_respect_to_private_field", + "PrivateFieldModel", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_abstract_model_children_inherit_indexes", + "Abstract", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_explicit_index_name", + "TestModel", + "Meta" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_from_model_constraints", + "ModelWithConstraints", + "Meta" + ] + ], + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "AbstractPersonWithHeight", + "Meta" + ] + ], + [ + "tests/model_fields/models.py", + [ + "JSONModel", + "Meta" + ] + ], + [ + "tests/model_fields/models.py", + [ + "NullableJSONModel", + "Meta" + ] + ], + [ + "tests/model_fields/models.py", + [ + "RelatedJSONModel", + "Meta" + ] + ], + [ + "tests/model_fields/test_filefield.py", + [ + "FileFieldTests", + "test_abstract_filefield_model", + "AbstractMyDocument", + "Meta" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_pending_operations", + "AbstractForeignKeyModel", + "Meta" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_app_relative_foreign_key", + "AbstractReferent", + "Meta" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "Referred", + "Meta" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "ConcreteReferent", + "Meta" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_pending_operations", + "AbstractManyToManyModel", + "Meta" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "AbstractReferent", + "Meta" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "Referred", + "Meta" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "Through", + "Meta" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "ConcreteReferent", + "Meta" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "BasicFieldTests", + "test_abstract_inherited_fields", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "GetFieldDisplayTests", + "test_overriding_inherited_FIELD_display", + "Base", + "Meta" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Writer", + "Meta" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Price", + "Meta" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Triple", + "Meta" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Inventory", + "Meta" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/model_forms/models.py", + [ + "BookXtra", + "Meta" + ] + ], + [ + "tests/model_forms/models.py", + [ + "ExplicitPK", + "Meta" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_disabled_modelchoicefield", + "ModelChoiceForm", + "Meta" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_disabled_multiplemodelchoicefield", + "ArticleForm", + "Meta" + ] + ], + [ + "tests/model_forms/test_uuid.py", + [ + "UUIDPKForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "if_test_images_", + "ImageFileForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "if_test_images_", + "OptionalImageFileForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "if_test_images_", + "NoExtensionImageFileForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ProductForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "PriceForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "BookForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "DerivedBookForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ExplicitPKForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "PostForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "DerivedPostForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "CustomWriterForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "BaseCategoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ArticleForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "RoykoForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ArticleStatusForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "InventoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "CustomFieldForExclusionForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "TextFileForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "BigIntForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormWithMedia", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "CustomErrorMessageForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_empty_fields_on_modelform", + "EmptyPersonForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_blank_with_null_foreign_key_field", + "FormForTestingIsValid", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_blank_false_with_null_true_foreign_key_field", + "AwardForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_blank_foreign_key_with_radio", + "BookForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_non_blank_foreign_key_with_radio", + "AwardForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_missing_fields_attribute", + "with_self_assertRaisesMes", + "MissingFieldsForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_extra_field_model_form", + "with_self_assertRaisesMes", + "ExtraPersonForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_extra_declared_field_model_form", + "ExtraPersonForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_replace_field", + "ReplaceField", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_replace_field_variant_2", + "ReplaceField", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_replace_field_variant_3", + "ReplaceField", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_override_field", + "WriterForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_limit_nonexistent_field", + "with_self_assertRaisesMes", + "InvalidCategoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_limit_fields_with_string", + "with_self_assertRaisesMes", + "CategoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_fields", + "ExcludeFields", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_nonexistent_field", + "ExcludeFields", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_fields_with_string", + "with_self_assertRaisesMes", + "CategoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_and_validation", + "PriceFormWithoutQuantity", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_and_validation", + "PriceFormWithoutQuantity_1", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_confused_form", + "ConfusedForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_mixmodel_form", + "MixModelForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_invalid_meta_model", + "InvalidModelForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_subclassmeta_form", + "SomeCategoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_subclassmeta_form", + "SubclassMeta", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_orderfields_form", + "OrderFields", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_orderfields2_form", + "OrderFields2", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_populated_on_optional_field", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_non_empty_value_in_cleaned_data", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_optional_checkbox_input", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_checkboxselectmultiple", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_selectmultiple", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_prefixed_form_with_default_field", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_splitdatetime_field", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_filefield", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_selectdatewidget", + "PubForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FieldOverridesByFormMetaForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "IncompleteCategoryFormWithFields", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "IncompleteCategoryFormWithExclude", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_unique_together_exclusion", + "BookForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_multiple_field_unique_together", + "TripleForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_unique_for_date_in_exclude", + "DateTimePostForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_unique_for_date_with_nullable_date", + "FlexDatePostForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_override_unique_message", + "CustomProductForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_override_unique_together_message", + "CustomPriceForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_override_unique_for_date_message", + "CustomPostForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_subset_fields", + "PartialArticleForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_subset_fields", + "PartialArticleFormWithSlug", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_custom_form_fields", + "ShortCategory", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_recleaning_model_form_instance", + "AuthorForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_validate_foreign_key_uses_default_manager", + "MyForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_validate_foreign_key_to_model_with_overridden_manager", + "MyForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelMultipleChoiceFieldTests", + "test_to_field_name_with_initial_data", + "ArticleCategoriesForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_modelform_onetoonefield", + "ImprovedArticleForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_modelform_onetoonefield", + "ImprovedArticleWithParentLinkForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_modelform_subclassed_model", + "BetterWriterForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_onetoonefield", + "WriterProfileForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_assignment_of_none", + "AuthorForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_assignment_of_none_null_false", + "AuthorForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_full_clear", + "DocumentForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_clear_and_file_contradiction", + "DocumentForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_render_empty_file_field", + "DocumentForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_custom_file_field_save", + "CFFForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_file_field_multiple_save", + "PhotoForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_file_path_field_blank", + "FPForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOtherFieldTests", + "test_url_on_modelform", + "HomepageForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOtherFieldTests", + "test_modelform_non_editable_field", + "with_self_assertRaisesMes", + "InvalidArticleForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOtherFieldTests", + "test_http_prefixing", + "HomepageForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests", + "test_foreignkeys_which_use_to_field", + "CategoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests", + "test_iterable_model_m2m", + "ColourfulItemForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests", + "test_callable_field_default", + "PublicationDefaultsForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "CustomCleanTests", + "test_override_clean", + "TripleFormWithCleanOverride", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "CustomCleanTests", + "test_model_form_clean_applies_to_model", + "CategoryForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_form_subclass_inheritance", + "ModelForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal", + "ModelForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal_name_clashes", + "MyForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "StumpJokeForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "StumpJokeWithCustomFieldForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "LimitChoicesToTests", + "test_limit_choices_to_no_duplicates", + "CharacterDetailsForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "LimitChoicesToTests", + "test_limit_choices_to_m2m_through", + "DiceForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests", + "test_baseform_with_widgets_in_meta", + "BaseForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests", + "test_custom_callback", + "BaseForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests", + "test_inherit_after_custom_callback", + "BaseForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "LocalizedModelFormTest", + "test_model_form_applies_localize_to_some_fields", + "PartiallyLocalizedTripleForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "LocalizedModelFormTest", + "test_model_form_applies_localize_to_all_fields", + "FullyLocalizedTripleForm", + "Meta" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "LocalizedModelFormTest", + "test_model_form_refuses_arbitrary_string", + "with_self_assertRaisesMes", + "BrokenLocalizedTripleForm", + "Meta" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "BookWithOptionalAltEditor", + "Meta" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Price", + "Meta" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Revision", + "Meta" + ] + ], + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_custom_form", + "PostForm1", + "Meta" + ] + ], + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_custom_form", + "PostForm2", + "Meta" + ] + ], + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_callable_defaults", + "MembershipForm", + "Meta" + ] + ], + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_inlineformset_with_arrayfield", + "BookForm", + "Meta" + ] + ], + [ + "tests/model_formsets_regress/tests.py", + [ + "UserSiteForm", + "Meta" + ] + ], + [ + "tests/model_formsets_regress/tests.py", + [ + "FormfieldShouldDeleteFormTests", + "CustomDeleteUserForm", + "Meta" + ] + ], + [ + "tests/model_indexes/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/model_indexes/models.py", + [ + "AbstractModel", + "Meta" + ] + ], + [ + "tests/model_indexes/tests.py", + [ + "SimpleIndexesTests", + "test_name_auto_generation_with_quoted_db_table", + "QuotedDbTable", + "Meta" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "CommonInfo", + "Meta" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Student", + "Meta" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Attachment", + "Meta" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Rating", + "Meta" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Restaurant", + "Meta" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "NamedURL", + "Meta" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "GrandParent", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_single_parent", + "AbstractBase", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_single_parent", + "AbstractDescendant", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_allows_inherited_field", + "ParentA", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_allows_inherited_field", + "ParentB", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_diamond_shaped_multiple_inheritance_is_depth_first", + "Root", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_diamond_shaped_multiple_inheritance_is_depth_first", + "ParentA", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_diamond_shaped_multiple_inheritance_is_depth_first", + "ParentB", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_target_field_may_be_pushed_down", + "Root", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_target_field_may_be_pushed_down", + "ParentA", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_target_field_may_be_pushed_down", + "ParentB", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_cannot_shadow_concrete_inherited_field", + "AbstractParent", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_virtual_field", + "RelatedModelAbstract", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_virtual_field", + "ModelAbstract", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_cannot_override_indirect_abstract_field", + "AbstractBase", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_override_field_with_attr", + "AbstractBase", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_overriding_field_removed_by_concrete_model", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadowed_fkey_id", + "AbstractBase", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadow_related_name_when_set_to_none", + "AbstractBase", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_reverse_foreign_key", + "AbstractBase", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multi_inheritance_field_clashes", + "AbstractBase", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multi_inheritance_field_clashes", + "AbstractDescendant", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_override_one2one_relation_auto_field_clashes", + "AbstractParent", + "Meta" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_abstract_model_with_regular_python_mixin_mro", + "AbstractModel", + "Meta" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_abstract_parent_link", + "B", + "Meta" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "Referenced", + "Meta" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "AbstractReferent", + "Meta" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "Referent", + "Meta" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "Referent_3", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Place", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "ParkingLot4", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Evaluation", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "AuditBase", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "CertificationAudit", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "AbstractEvent", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Station", + "Meta" + ] + ], + [ + "tests/model_inheritance_regress/tests.py", + [ + "ModelInheritanceTest", + "test_inherited_unique_field_with_form", + "ProfileForm", + "Meta" + ] + ], + [ + "tests/model_meta/models.py", + [ + "AbstractPerson", + "Meta" + ] + ], + [ + "tests/model_meta/models.py", + [ + "ProxyPerson", + "Meta" + ] + ], + [ + "tests/model_options/models/default_related_name.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/model_options/models/default_related_name.py", + [ + "Store", + "Meta" + ] + ], + [ + "tests/model_options/models/default_related_name.py", + [ + "EditorStore", + "Meta" + ] + ], + [ + "tests/model_options/models/tablespaces.py", + [ + "Scientist", + "Meta" + ] + ], + [ + "tests/model_options/models/tablespaces.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/model_regress/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/modeladmin/models.py", + [ + "Band", + "Meta" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "ProxyChild", + "Meta" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "ProxyProxyChild", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude_with_readonly", + "AdminBandForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude_with_readonly", + "AdminConcertForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_formfield_override_readonly", + "AdminBandForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude", + "AdminBandForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude", + "AdminConcertForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_form_exclude_kwarg_override", + "AdminBandForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_exclude_kwarg_override", + "AdminConcertForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_fields", + "AdminConcertForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_exclude", + "AdminConcertForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_regression_for_ticket_15820", + "CustomConcertForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "AdminConcertForm", + "Meta" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "AdminConcertForm_3", + "Meta" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "Review", + "Meta" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "Pet", + "Meta" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "UserProfile", + "Meta" + ] + ], + [ + "tests/null_fk/models.py", + [ + "Comment", + "Meta" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "Comment", + "Meta" + ] + ], + [ + "tests/or_lookups/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/order_with_respect_to/models.py", + [ + "Answer", + "Meta" + ] + ], + [ + "tests/order_with_respect_to/models.py", + [ + "Post", + "Meta" + ] + ], + [ + "tests/order_with_respect_to/models.py", + [ + "Component", + "Meta" + ] + ], + [ + "tests/order_with_respect_to/tests.py", + [ + "OrderWithRespectToTests", + "test_duplicate_order_field", + "Bar", + "Meta" + ] + ], + [ + "tests/order_with_respect_to/tests.py", + [ + "OrderWithRespectToTests", + "test_duplicate_order_field", + "Foo", + "Meta" + ] + ], + [ + "tests/ordering/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/ordering/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/ordering/models.py", + [ + "OrderedByAuthorArticle", + "Meta" + ] + ], + [ + "tests/ordering/models.py", + [ + "OrderedByFArticle", + "Meta" + ] + ], + [ + "tests/ordering/models.py", + [ + "Reference", + "Meta" + ] + ], + [ + "tests/postgres_tests/models.py", + [ + "PostgreSQLModel", + "Meta" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_splitarraywidget_value_omitted_from_data", + "Form", + "Meta" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_splitarrayfield_has_changed", + "Form", + "Meta" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_splitarrayfield_remove_trailing_nulls_has_changed", + "Form", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "FavoriteAuthors", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "AuthorAddress", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Reader", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Qualification", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Teacher", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Department", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "TaggedItem", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Bookmark", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Comment", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "House", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Room", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Person", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Employee", + "Meta" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Author2", + "Meta" + ] + ], + [ + "tests/proxy_model_inheritance/app1/models.py", + [ + "ProxyModel", + "Meta" + ] + ], + [ + "tests/proxy_model_inheritance/models.py", + [ + "ProxyModel", + "Meta" + ] + ], + [ + "tests/proxy_model_inheritance/models.py", + [ + "ConcreteModelSubclassProxy", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "Abstract", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "MyPerson", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "ManagerMixin", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "OtherPerson", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "MyPersonProxy", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "UserProxy", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "AnotherUserProxy", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "UserProxyProxy", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "MultiUserProxy", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "StateProxy", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "ProxyTrackerUser", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "ProxyBug", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "ProxyProxyBug", + "Meta" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "ProxyImprovement", + "Meta" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_abstract_base_with_model_fields", + "with_self_assertRaisesMes", + "NoAbstract", + "Meta" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_too_many_concrete_classes", + "with_self_assertRaisesMes", + "TooManyBases", + "Meta" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_no_base_classes", + "with_self_assertRaisesMes", + "NoBaseClasses", + "Meta" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_new_fields", + "NoNewFields", + "Meta" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_swappable", + "SwappableModel", + "Meta" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_swappable", + "with_self_assertRaises_Ty", + "ProxyModel", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "ProxyCategory", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Tag", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Note", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "ExtraInfo", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Item", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Ranking", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Cover", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Valid", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "LoopX", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "LoopY", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "LoopZ", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "CustomPk", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "SingleObject", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "RelatedObject", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Plaything", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "ProxyObjectA", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "ProxyObjectB", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "NullableName", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Order", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "OrderItem", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "Individual", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "RelatedIndividual", + "Meta" + ] + ], + [ + "tests/queries/models.py", + [ + "JSONFieldNullable", + "Meta" + ] + ], + [ + "tests/queryset_pickle/models.py", + [ + "AbstractEvent", + "Meta" + ] + ], + [ + "tests/queryset_pickle/tests.py", + [ + "PickleabilityTestCase", + "test_model_pickle_dynamic", + "Meta" + ] + ], + [ + "tests/reserved_names/models.py", + [ + "Thing", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorCharFieldWithIndex", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorTextFieldWithIndex", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorWithDefaultHeight", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorWithEvenLongerName", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorWithIndexedName", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorWithUniqueName", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorWithIndexedNameAndBirthday", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "AuthorWithUniqueNameAndBirthday", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "Book", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "BookWeak", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "BookWithLongName", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "BookWithO2O", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "BookWithSlug", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "BookWithoutAuthor", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "BookForeignObj", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "IntegerPK", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "Note", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "NoteRename", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "Tag", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "TagIndexed", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "TagM2MTest", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "TagUniqueRename", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "Thing", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "UniqueTest", + "Meta" + ] + ], + [ + "tests/schema/models.py", + [ + "Node", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_add_inline_fk_index_update_data", + "Node", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_char_field_pk_to_auto_field", + "Foo", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_fk_to_proxy", + "AuthorProxy", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_fk_to_proxy", + "AuthorRef", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_no_db_constraint_added_during_primary_key_change", + "Author", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_no_db_constraint_added_during_primary_key_change", + "BookWeak", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_db_constraint", + "LocalAuthorWithM2M", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_auto_field_quoted_db_column", + "Foo", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_primary_key_quoted_db_table", + "Foo", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_field_with_custom_db_type", + "Foo", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_array_field_decrease_base_field_length", + "ArrayModel", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_array_field_decrease_nested_base_field_length", + "ArrayModel", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_to_fk", + "LocalBook", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_autofield_pk", + "IntegerPKToAutoField", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_bigautofield_pk", + "IntegerPKToBigAutoField", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_smallint_pk_to_smallautofield_pk", + "SmallIntegerPK", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_int_unique", + "Transitional", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_int_unique", + "IntegerUnique", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_rename_referenced_field", + "Author", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_rename_referenced_field", + "Book", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_create", + "LocalBookWithM2M", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_create_through", + "LocalTagThrough", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_create_through", + "LocalBookWithM2MThrough", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m", + "LocalAuthorWithM2M", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_through_alter", + "LocalAuthorTag", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_through_alter", + "LocalAuthorWithM2MThrough", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_repoint", + "LocalBookWithM2M", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_m2m_rename_field_in_target_model", + "LocalTagM2MTest", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_m2m_rename_field_in_target_model", + "LocalM2M", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_no_unnecessary_fk_drops", + "Author", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_no_unnecessary_fk_drops", + "Book", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_and_reverse_m2m", + "Tag", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_and_reverse_m2m", + "Book", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_table", + "Author", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_table", + "Book", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_func_index_f_decimalfield", + "Node", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_func_index_json_key_transform", + "JSONModel", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_func_index_json_key_transform_cast", + "JSONModel", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_add_foreign_key_quoted_db_table", + "Author", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_add_foreign_key_quoted_db_table", + "Book", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_creation_with_db_table_double_quotes", + "Student", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_creation_with_db_table_double_quotes", + "Document", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_namespaced_db_table_foreign_key_reference", + "Author", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_namespaced_db_table_foreign_key_reference", + "Book", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_field_without_constraint_rename_inside_atomic_block", + "Foo", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_field_without_constraint_rename_inside_atomic_block", + "Bar", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_table_without_constraint_rename_inside_atomic_block", + "Foo", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_table_without_constraint_rename_inside_atomic_block", + "Bar", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_collation_charfield", + "Foo", + "Meta" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_collation_textfield", + "Foo", + "Meta" + ] + ], + [ + "tests/select_for_update/models.py", + [ + "CountryProxy", + "Meta" + ] + ], + [ + "tests/select_for_update/models.py", + [ + "CountryProxyProxy", + "Meta" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Base", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "CategoryMetaData", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Category", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Author", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Actor", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Movie", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "ProxyBaseModel", + "Meta" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "ProxyProxyBaseModel", + "Meta" + ] + ], + [ + "tests/serializers/models/data.py", + [ + "Tag", + "Meta" + ] + ], + [ + "tests/serializers/models/data.py", + [ + "Anchor", + "Meta" + ] + ], + [ + "tests/serializers/models/data.py", + [ + "AbstractBaseModel", + "Meta" + ] + ], + [ + "tests/sites_framework/models.py", + [ + "AbstractArticle", + "Meta" + ] + ], + [ + "tests/swappable_models/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/syndication_tests/models.py", + [ + "Entry", + "Meta" + ] + ], + [ + "tests/syndication_tests/models.py", + [ + "Article", + "Meta" + ] + ], + [ + "tests/test_client_regress/models.py", + [ + "CustomUser", + "Meta" + ] + ], + [ + "tests/timezones/forms.py", + [ + "EventModelForm", + "Meta" + ] + ], + [ + "tests/timezones/forms.py", + [ + "EventLocalizedModelForm", + "Meta" + ] + ], + [ + "tests/transactions/models.py", + [ + "Reporter", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "A01", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "B01", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "C01", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "A02", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "B02", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "C02", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "Intermediate", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "Proxy1", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "Proxy2", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "Unmanaged1", + "Meta" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "Unmanaged2", + "Meta" + ] + ], + [ + "tests/update_only_fields/models.py", + [ + "ProxyEmployee", + "Meta" + ] + ], + [ + "tests/validation/models.py", + [ + "UniqueTogetherModel", + "Meta" + ] + ], + [ + "tests/validation/tests.py", + [ + "ArticleForm", + "Meta" + ] + ], + [ + "tests/view_tests/models.py", + [ + "BaseArticle", + "Meta" + ] + ] + ], + "LogEntry": [ + [ + "django/contrib/admin/models.py", + [ + "LogEntry" + ] + ] + ], + "IncorrectLookupParameters": [ + [ + "django/contrib/admin/options.py", + [ + "IncorrectLookupParameters" + ] + ] + ], + "BaseModelAdmin": [ + [ + "django/contrib/admin/options.py", + [ + "BaseModelAdmin" + ] + ] + ], + "ModelAdmin": [ + [ + "django/contrib/admin/options.py", + [ + "ModelAdmin" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization", + "ModelAdmin" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization_meta_constraints", + "ModelAdmin" + ] + ] + ], + "DeleteProtectedModelForm": [ + [ + "django/contrib/admin/options.py", + [ + "InlineModelAdmin", + "get_formset", + "DeleteProtectedModelForm" + ] + ] + ], + "InlineModelAdmin": [ + [ + "django/contrib/admin/options.py", + [ + "InlineModelAdmin" + ] + ] + ], + "StackedInline": [ + [ + "django/contrib/admin/options.py", + [ + "StackedInline" + ] + ] + ], + "TabularInline": [ + [ + "django/contrib/admin/options.py", + [ + "TabularInline" + ] + ] + ], + "AlreadyRegistered": [ + [ + "django/contrib/admin/sites.py", + [ + "AlreadyRegistered" + ] + ] + ], + "NotRegistered": [ + [ + "django/contrib/admin/sites.py", + [ + "NotRegistered" + ] + ] + ], + "AdminSite": [ + [ + "django/contrib/admin/sites.py", + [ + "AdminSite" + ] + ] + ], + "DefaultAdminSite": [ + [ + "django/contrib/admin/sites.py", + [ + "DefaultAdminSite" + ] + ] + ], + "ResultList": [ + [ + "django/contrib/admin/templatetags/admin_list.py", + [ + "ResultList" + ] + ] + ], + "InclusionAdminNode": [ + [ + "django/contrib/admin/templatetags/base.py", + [ + "InclusionAdminNode" + ] + ] + ], + "AdminLogNode": [ + [ + "django/contrib/admin/templatetags/log.py", + [ + "AdminLogNode" + ] + ] + ], + "CSPMiddleware": [ + [ + "django/contrib/admin/tests.py", + [ + "CSPMiddleware" + ] + ] + ], + "AdminSeleniumTestCase": [ + [ + "django/contrib/admin/tests.py", + [ + "AdminSeleniumTestCase" + ] + ] + ], + "FieldIsAForeignKeyColumnName": [ + [ + "django/contrib/admin/utils.py", + [ + "FieldIsAForeignKeyColumnName" + ] + ] + ], + "NestedObjects": [ + [ + "django/contrib/admin/utils.py", + [ + "NestedObjects" + ] + ] + ], + "NotRelationField": [ + [ + "django/contrib/admin/utils.py", + [ + "NotRelationField" + ] + ] + ], + "AutocompleteJsonView": [ + [ + "django/contrib/admin/views/autocomplete.py", + [ + "AutocompleteJsonView" + ] + ] + ], + "ChangeListSearchForm": [ + [ + "django/contrib/admin/views/main.py", + [ + "ChangeListSearchForm" + ] + ] + ], + "ChangeList": [ + [ + "django/contrib/admin/views/main.py", + [ + "ChangeList" + ] + ] + ], + "Media": [ + [ + "django/contrib/admin/widgets.py", + [ + "FilteredSelectMultiple", + "Media" + ] + ], + [ + "django/contrib/admin/widgets.py", + [ + "AdminDateWidget", + "Media" + ] + ], + [ + "django/contrib/admin/widgets.py", + [ + "AdminTimeWidget", + "Media" + ] + ], + [ + "django/contrib/gis/forms/widgets.py", + [ + "OpenLayersWidget", + "Media" + ] + ], + [ + "django/forms/widgets.py", + [ + "Media" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "HolderAdmin", + "Media" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "InnerInline2", + "Media" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "CustomNumberWidget", + "Media" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "InnerInline3", + "Media" + ] + ], + [ + "tests/admin_views/forms.py", + [ + "CustomAdminAuthenticationForm", + "Media" + ] + ], + [ + "tests/admin_views/forms.py", + [ + "MediaActionForm", + "Media" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "TestEmptyFormSet", + "test_empty_formset_media", + "MediaForm", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_dsl", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget2", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget3", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget4", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_property_parent_references", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance", + "MyWidget8", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_from_property", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_from_property", + "MyWidget9", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_from_property", + "MyWidget10", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_extends", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_extends", + "MyWidget11", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_single_type", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_single_type", + "MyWidget12", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_media", + "MultimediaWidget", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_widget", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_widget", + "MyWidget2", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_widget", + "MyWidget3", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "MyWidget1", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "MyWidget2", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "MyWidget3", + "Media" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "FormWithMedia", + "Media" + ] + ], + [ + "tests/generic_inline_admin/models.py", + [ + "Media" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormWithMedia", + "Media" + ] + ] + ], + "FilteredSelectMultiple": [ + [ + "django/contrib/admin/widgets.py", + [ + "FilteredSelectMultiple" + ] + ] + ], + "AdminDateWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminDateWidget" + ] + ] + ], + "AdminTimeWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminTimeWidget" + ] + ] + ], + "AdminSplitDateTime": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminSplitDateTime" + ] + ] + ], + "AdminRadioSelect": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminRadioSelect" + ] + ] + ], + "AdminFileWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminFileWidget" + ] + ] + ], + "ForeignKeyRawIdWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "ForeignKeyRawIdWidget" + ] + ] + ], + "ManyToManyRawIdWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "ManyToManyRawIdWidget" + ] + ] + ], + "RelatedFieldWidgetWrapper": [ + [ + "django/contrib/admin/widgets.py", + [ + "RelatedFieldWidgetWrapper" + ] + ] + ], + "AdminTextareaWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminTextareaWidget" + ] + ] + ], + "AdminTextInputWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminTextInputWidget" + ] + ] + ], + "AdminEmailInputWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminEmailInputWidget" + ] + ] + ], + "AdminURLFieldWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminURLFieldWidget" + ] + ] + ], + "AdminIntegerFieldWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminIntegerFieldWidget" + ] + ] + ], + "AdminBigIntegerFieldWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminBigIntegerFieldWidget" + ] + ] + ], + "AdminUUIDInputWidget": [ + [ + "django/contrib/admin/widgets.py", + [ + "AdminUUIDInputWidget" + ] + ] + ], + "AutocompleteMixin": [ + [ + "django/contrib/admin/widgets.py", + [ + "AutocompleteMixin" + ] + ] + ], + "AutocompleteSelect": [ + [ + "django/contrib/admin/widgets.py", + [ + "AutocompleteSelect" + ] + ] + ], + "AutocompleteSelectMultiple": [ + [ + "django/contrib/admin/widgets.py", + [ + "AutocompleteSelectMultiple" + ] + ] + ], + "AdminDocsConfig": [ + [ + "django/contrib/admindocs/apps.py", + [ + "AdminDocsConfig" + ] + ] + ], + "XViewMiddleware": [ + [ + "django/contrib/admindocs/middleware.py", + [ + "XViewMiddleware" + ] + ] + ], + "BaseAdminDocsView": [ + [ + "django/contrib/admindocs/views.py", + [ + "BaseAdminDocsView" + ] + ] + ], + "BookmarkletsView": [ + [ + "django/contrib/admindocs/views.py", + [ + "BookmarkletsView" + ] + ] + ], + "TemplateTagIndexView": [ + [ + "django/contrib/admindocs/views.py", + [ + "TemplateTagIndexView" + ] + ] + ], + "TemplateFilterIndexView": [ + [ + "django/contrib/admindocs/views.py", + [ + "TemplateFilterIndexView" + ] + ] + ], + "ViewIndexView": [ + [ + "django/contrib/admindocs/views.py", + [ + "ViewIndexView" + ] + ] + ], + "ViewDetailView": [ + [ + "django/contrib/admindocs/views.py", + [ + "ViewDetailView" + ] + ] + ], + "ModelIndexView": [ + [ + "django/contrib/admindocs/views.py", + [ + "ModelIndexView" + ] + ] + ], + "ModelDetailView": [ + [ + "django/contrib/admindocs/views.py", + [ + "ModelDetailView" + ] + ] + ], + "TemplateDetailView": [ + [ + "django/contrib/admindocs/views.py", + [ + "TemplateDetailView" + ] + ] + ], + "GroupAdmin": [ + [ + "django/contrib/auth/admin.py", + [ + "GroupAdmin" + ] + ], + [ + "tests/admin_changelist/admin.py", + [ + "GroupAdmin" + ] + ] + ], + "UserAdmin": [ + [ + "django/contrib/auth/admin.py", + [ + "UserAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_is_onetoone", + "UserAdmin" + ] + ] + ], + "AuthConfig": [ + [ + "django/contrib/auth/apps.py", + [ + "AuthConfig" + ] + ] + ], + "BaseBackend": [ + [ + "django/contrib/auth/backends.py", + [ + "BaseBackend" + ] + ] + ], + "ModelBackend": [ + [ + "django/contrib/auth/backends.py", + [ + "ModelBackend" + ] + ] + ], + "AllowAllUsersModelBackend": [ + [ + "django/contrib/auth/backends.py", + [ + "AllowAllUsersModelBackend" + ] + ] + ], + "RemoteUserBackend": [ + [ + "django/contrib/auth/backends.py", + [ + "RemoteUserBackend" + ] + ] + ], + "AllowAllUsersRemoteUserBackend": [ + [ + "django/contrib/auth/backends.py", + [ + "AllowAllUsersRemoteUserBackend" + ] + ] + ], + "BaseUserManager": [ + [ + "django/contrib/auth/base_user.py", + [ + "BaseUserManager" + ] + ] + ], + "AbstractBaseUser": [ + [ + "django/contrib/auth/base_user.py", + [ + "AbstractBaseUser" + ] + ] + ], + "PermLookupDict": [ + [ + "django/contrib/auth/context_processors.py", + [ + "PermLookupDict" + ] + ] + ], + "PermWrapper": [ + [ + "django/contrib/auth/context_processors.py", + [ + "PermWrapper" + ] + ] + ], + "ReadOnlyPasswordHashWidget": [ + [ + "django/contrib/auth/forms.py", + [ + "ReadOnlyPasswordHashWidget" + ] + ] + ], + "ReadOnlyPasswordHashField": [ + [ + "django/contrib/auth/forms.py", + [ + "ReadOnlyPasswordHashField" + ] + ] + ], + "UsernameField": [ + [ + "django/contrib/auth/forms.py", + [ + "UsernameField" + ] + ] + ], + "UserCreationForm": [ + [ + "django/contrib/auth/forms.py", + [ + "UserCreationForm" + ] + ] + ], + "UserChangeForm": [ + [ + "django/contrib/auth/forms.py", + [ + "UserChangeForm" + ] + ] + ], + "AuthenticationForm": [ + [ + "django/contrib/auth/forms.py", + [ + "AuthenticationForm" + ] + ] + ], + "PasswordResetForm": [ + [ + "django/contrib/auth/forms.py", + [ + "PasswordResetForm" + ] + ] + ], + "SetPasswordForm": [ + [ + "django/contrib/auth/forms.py", + [ + "SetPasswordForm" + ] + ] + ], + "PasswordChangeForm": [ + [ + "django/contrib/auth/forms.py", + [ + "PasswordChangeForm" + ] + ] + ], + "BasePasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "BasePasswordHasher" + ] + ] + ], + "PBKDF2PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "PBKDF2PasswordHasher" + ] + ] + ], + "PBKDF2SHA1PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "PBKDF2SHA1PasswordHasher" + ] + ] + ], + "Argon2PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "Argon2PasswordHasher" + ] + ] + ], + "BCryptSHA256PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "BCryptSHA256PasswordHasher" + ] + ] + ], + "BCryptPasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "BCryptPasswordHasher" + ] + ] + ], + "ScryptPasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "ScryptPasswordHasher" + ] + ] + ], + "SHA1PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "SHA1PasswordHasher" + ] + ] + ], + "MD5PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "MD5PasswordHasher" + ] + ] + ], + "UnsaltedSHA1PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "UnsaltedSHA1PasswordHasher" + ] + ] + ], + "UnsaltedMD5PasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "UnsaltedMD5PasswordHasher" + ] + ] + ], + "CryptPasswordHasher": [ + [ + "django/contrib/auth/hashers.py", + [ + "CryptPasswordHasher" + ] + ] + ], + "Command": [ + [ + "django/contrib/auth/management/commands/changepassword.py", + [ + "Command" + ] + ], + [ + "django/contrib/auth/management/commands/createsuperuser.py", + [ + "Command" + ] + ], + [ + "django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py", + [ + "Command" + ] + ], + [ + "django/contrib/gis/management/commands/inspectdb.py", + [ + "Command" + ] + ], + [ + "django/contrib/gis/management/commands/ogrinspect.py", + [ + "Command" + ] + ], + [ + "django/contrib/sessions/management/commands/clearsessions.py", + [ + "Command" + ] + ], + [ + "django/contrib/sitemaps/management/commands/ping_google.py", + [ + "Command" + ] + ], + [ + "django/contrib/staticfiles/management/commands/collectstatic.py", + [ + "Command" + ] + ], + [ + "django/contrib/staticfiles/management/commands/findstatic.py", + [ + "Command" + ] + ], + [ + "django/contrib/staticfiles/management/commands/runserver.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/check.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/compilemessages.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/createcachetable.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/dbshell.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/diffsettings.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/dumpdata.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/flush.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/inspectdb.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/loaddata.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/makemessages.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/makemigrations.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/migrate.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/runserver.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/sendtestemail.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/shell.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/showmigrations.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/sqlflush.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/sqlmigrate.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/sqlsequencereset.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/squashmigrations.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/startapp.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/startproject.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/test.py", + [ + "Command" + ] + ], + [ + "django/core/management/commands/testserver.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/complex_app/management/commands/duplicate.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/management/commands/app_command.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/management/commands/base_command.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/management/commands/custom_startproject.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/management/commands/label_command.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/management/commands/noargs_command.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/management/commands/suppress_base_options_command.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/simple_app/management/commands/duplicate.py", + [ + "Command" + ] + ], + [ + "tests/admin_scripts/tests.py", + [ + "CommandTypes", + "test_custom_stdout", + "Command" + ] + ], + [ + "tests/admin_scripts/tests.py", + [ + "CommandTypes", + "test_custom_stderr", + "Command" + ] + ], + [ + "tests/bash_completion/management/commands/test_command.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/common_args.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/dance.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/hal.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/mutually_exclusive_required.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/no_system_checks.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/no_translations.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/outputwrapper.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/required_constant_option.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/required_list_option.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/required_option.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/reverse_url.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/set_option.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/specific_system_checks.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/subparser.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/subparser_dest.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/subparser_required.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/management/commands/transaction.py", + [ + "Command" + ] + ], + [ + "tests/user_commands/tests.py", + [ + "CommandTests", + "test_requires_system_checks_invalid", + "Command" + ] + ] + ], + "NotRunningInTTYException": [ + [ + "django/contrib/auth/management/commands/createsuperuser.py", + [ + "NotRunningInTTYException" + ] + ] + ], + "AuthenticationMiddleware": [ + [ + "django/contrib/auth/middleware.py", + [ + "AuthenticationMiddleware" + ] + ] + ], + "RemoteUserMiddleware": [ + [ + "django/contrib/auth/middleware.py", + [ + "RemoteUserMiddleware" + ] + ] + ], + "PersistentRemoteUserMiddleware": [ + [ + "django/contrib/auth/middleware.py", + [ + "PersistentRemoteUserMiddleware" + ] + ] + ], + "AccessMixin": [ + [ + "django/contrib/auth/mixins.py", + [ + "AccessMixin" + ] + ] + ], + "LoginRequiredMixin": [ + [ + "django/contrib/auth/mixins.py", + [ + "LoginRequiredMixin" + ] + ] + ], + "PermissionRequiredMixin": [ + [ + "django/contrib/auth/mixins.py", + [ + "PermissionRequiredMixin" + ] + ] + ], + "UserPassesTestMixin": [ + [ + "django/contrib/auth/mixins.py", + [ + "UserPassesTestMixin" + ] + ] + ], + "PermissionManager": [ + [ + "django/contrib/auth/models.py", + [ + "PermissionManager" + ] + ] + ], + "Permission": [ + [ + "django/contrib/auth/models.py", + [ + "Permission" + ] + ] + ], + "GroupManager": [ + [ + "django/contrib/auth/models.py", + [ + "GroupManager" + ] + ] + ], + "Group": [ + [ + "django/contrib/auth/models.py", + [ + "Group" + ] + ], + [ + "django/utils/regex_helper.py", + [ + "Group" + ] + ], + [ + "tests/admin_changelist/models.py", + [ + "Group" + ] + ], + [ + "tests/admin_docs/models.py", + [ + "Group" + ] + ], + [ + "tests/foreign_object/models/person.py", + [ + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_two_m2m_through_same_relationship", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_ambiguous_relationship_model_from", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_ambiguous_relationship_model_to", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_relationship_model_with_foreign_key_to_wrong_model", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_relationship_model_missing_foreign_key", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_missing_relationship_model", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_missing_relationship_model_on_model_check", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_through_isolate_apps_model", + "Group" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_unique_m2m", + "Group" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Group" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "Group" + ] + ], + [ + "tests/queryset_pickle/models.py", + [ + "Group" + ] + ] + ], + "UserManager": [ + [ + "django/contrib/auth/models.py", + [ + "UserManager" + ] + ], + [ + "tests/auth_tests/models/no_password.py", + [ + "UserManager" + ] + ] + ], + "PermissionsMixin": [ + [ + "django/contrib/auth/models.py", + [ + "PermissionsMixin" + ] + ] + ], + "AbstractUser": [ + [ + "django/contrib/auth/models.py", + [ + "AbstractUser" + ] + ] + ], + "User": [ + [ + "django/contrib/auth/models.py", + [ + "User" + ] + ], + [ + "tests/delete/models.py", + [ + "User" + ] + ], + [ + "tests/m2m_and_m2o/models.py", + [ + "User" + ] + ], + [ + "tests/m2m_regress/models.py", + [ + "User" + ] + ], + [ + "tests/many_to_many/models.py", + [ + "User" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateRelationsTests", + "get_base_project_state", + "User" + ] + ], + [ + "tests/model_formsets_regress/models.py", + [ + "User" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "User" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "User" + ] + ], + [ + "tests/reverse_lookup/models.py", + [ + "User" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "User" + ] + ], + [ + "tests/view_tests/tests/test_debug.py", + [ + "User" + ] + ] + ], + "AnonymousUser": [ + [ + "django/contrib/auth/models.py", + [ + "AnonymousUser" + ] + ] + ], + "MinimumLengthValidator": [ + [ + "django/contrib/auth/password_validation.py", + [ + "MinimumLengthValidator" + ] + ] + ], + "UserAttributeSimilarityValidator": [ + [ + "django/contrib/auth/password_validation.py", + [ + "UserAttributeSimilarityValidator" + ] + ] + ], + "CommonPasswordValidator": [ + [ + "django/contrib/auth/password_validation.py", + [ + "CommonPasswordValidator" + ] + ] + ], + "NumericPasswordValidator": [ + [ + "django/contrib/auth/password_validation.py", + [ + "NumericPasswordValidator" + ] + ] + ], + "PasswordResetTokenGenerator": [ + [ + "django/contrib/auth/tokens.py", + [ + "PasswordResetTokenGenerator" + ] + ] + ], + "ASCIIUsernameValidator": [ + [ + "django/contrib/auth/validators.py", + [ + "ASCIIUsernameValidator" + ] + ] + ], + "UnicodeUsernameValidator": [ + [ + "django/contrib/auth/validators.py", + [ + "UnicodeUsernameValidator" + ] + ] + ], + "SuccessURLAllowedHostsMixin": [ + [ + "django/contrib/auth/views.py", + [ + "SuccessURLAllowedHostsMixin" + ] + ] + ], + "LoginView": [ + [ + "django/contrib/auth/views.py", + [ + "LoginView" + ] + ] + ], + "LogoutView": [ + [ + "django/contrib/auth/views.py", + [ + "LogoutView" + ] + ] + ], + "PasswordContextMixin": [ + [ + "django/contrib/auth/views.py", + [ + "PasswordContextMixin" + ] + ] + ], + "PasswordResetView": [ + [ + "django/contrib/auth/views.py", + [ + "PasswordResetView" + ] + ] + ], + "PasswordResetDoneView": [ + [ + "django/contrib/auth/views.py", + [ + "PasswordResetDoneView" + ] + ] + ], + "PasswordResetConfirmView": [ + [ + "django/contrib/auth/views.py", + [ + "PasswordResetConfirmView" + ] + ] + ], + "PasswordResetCompleteView": [ + [ + "django/contrib/auth/views.py", + [ + "PasswordResetCompleteView" + ] + ] + ], + "PasswordChangeView": [ + [ + "django/contrib/auth/views.py", + [ + "PasswordChangeView" + ] + ] + ], + "PasswordChangeDoneView": [ + [ + "django/contrib/auth/views.py", + [ + "PasswordChangeDoneView" + ] + ] + ], + "GenericInlineModelAdminChecks": [ + [ + "django/contrib/contenttypes/admin.py", + [ + "GenericInlineModelAdminChecks" + ] + ] + ], + "GenericInlineModelAdmin": [ + [ + "django/contrib/contenttypes/admin.py", + [ + "GenericInlineModelAdmin" + ] + ] + ], + "GenericStackedInline": [ + [ + "django/contrib/contenttypes/admin.py", + [ + "GenericStackedInline" + ] + ] + ], + "GenericTabularInline": [ + [ + "django/contrib/contenttypes/admin.py", + [ + "GenericTabularInline" + ] + ] + ], + "ContentTypesConfig": [ + [ + "django/contrib/contenttypes/apps.py", + [ + "ContentTypesConfig" + ] + ] + ], + "GenericForeignKey": [ + [ + "django/contrib/contenttypes/fields.py", + [ + "GenericForeignKey" + ] + ] + ], + "GenericRel": [ + [ + "django/contrib/contenttypes/fields.py", + [ + "GenericRel" + ] + ] + ], + "GenericRelation": [ + [ + "django/contrib/contenttypes/fields.py", + [ + "GenericRelation" + ] + ] + ], + "ReverseGenericManyToOneDescriptor": [ + [ + "django/contrib/contenttypes/fields.py", + [ + "ReverseGenericManyToOneDescriptor" + ] + ] + ], + "GenericRelatedObjectManager": [ + [ + "django/contrib/contenttypes/fields.py", + [ + "create_generic_related_manager", + "GenericRelatedObjectManager" + ] + ] + ], + "BaseGenericInlineFormSet": [ + [ + "django/contrib/contenttypes/forms.py", + [ + "BaseGenericInlineFormSet" + ] + ] + ], + "RenameContentType": [ + [ + "django/contrib/contenttypes/management/__init__.py", + [ + "RenameContentType" + ] + ] + ], + "NoFastDeleteCollector": [ + [ + "django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py", + [ + "NoFastDeleteCollector" + ] + ] + ], + "ContentTypeManager": [ + [ + "django/contrib/contenttypes/models.py", + [ + "ContentTypeManager" + ] + ] + ], + "ContentType": [ + [ + "django/contrib/contenttypes/models.py", + [ + "ContentType" + ] + ] + ], + "FlatPageAdmin": [ + [ + "django/contrib/flatpages/admin.py", + [ + "FlatPageAdmin" + ] + ] + ], + "FlatPagesConfig": [ + [ + "django/contrib/flatpages/apps.py", + [ + "FlatPagesConfig" + ] + ] + ], + "FlatpageForm": [ + [ + "django/contrib/flatpages/forms.py", + [ + "FlatpageForm" + ] + ] + ], + "FlatpageFallbackMiddleware": [ + [ + "django/contrib/flatpages/middleware.py", + [ + "FlatpageFallbackMiddleware" + ] + ] + ], + "FlatPage": [ + [ + "django/contrib/flatpages/models.py", + [ + "FlatPage" + ] + ] + ], + "FlatPageSitemap": [ + [ + "django/contrib/flatpages/sitemaps.py", + [ + "FlatPageSitemap" + ] + ] + ], + "FlatpageNode": [ + [ + "django/contrib/flatpages/templatetags/flatpages.py", + [ + "FlatpageNode" + ] + ] + ], + "GeoModelAdminMixin": [ + [ + "django/contrib/gis/admin/options.py", + [ + "GeoModelAdminMixin" + ] + ] + ], + "GISModelAdmin": [ + [ + "django/contrib/gis/admin/options.py", + [ + "GISModelAdmin" + ] + ] + ], + "OLMap": [ + [ + "django/contrib/gis/admin/options.py", + [ + "GeoModelAdmin", + "get_map_widget", + "OLMap" + ] + ] + ], + "GeoModelAdmin": [ + [ + "django/contrib/gis/admin/options.py", + [ + "GeoModelAdmin" + ] + ] + ], + "OSMGeoAdmin": [ + [ + "django/contrib/gis/admin/options.py", + [ + "OSMGeoAdmin" + ] + ] + ], + "OpenLayersWidget": [ + [ + "django/contrib/gis/admin/widgets.py", + [ + "OpenLayersWidget" + ] + ], + [ + "django/contrib/gis/forms/widgets.py", + [ + "OpenLayersWidget" + ] + ] + ], + "GISConfig": [ + [ + "django/contrib/gis/apps.py", + [ + "GISConfig" + ] + ] + ], + "WKTAdapter": [ + [ + "django/contrib/gis/db/backends/base/adapter.py", + [ + "WKTAdapter" + ] + ] + ], + "BaseSpatialFeatures": [ + [ + "django/contrib/gis/db/backends/base/features.py", + [ + "BaseSpatialFeatures" + ] + ] + ], + "SpatialRefSysMixin": [ + [ + "django/contrib/gis/db/backends/base/models.py", + [ + "SpatialRefSysMixin" + ] + ] + ], + "BaseSpatialOperations": [ + [ + "django/contrib/gis/db/backends/base/operations.py", + [ + "BaseSpatialOperations" + ] + ] + ], + "DatabaseWrapper": [ + [ + "django/contrib/gis/db/backends/mysql/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/contrib/gis/db/backends/oracle/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/contrib/gis/db/backends/postgis/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/contrib/gis/db/backends/spatialite/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/db/backends/dummy/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/db/backends/mysql/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/db/backends/oracle/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/db/backends/postgresql/base.py", + [ + "DatabaseWrapper" + ] + ], + [ + "django/db/backends/sqlite3/base.py", + [ + "DatabaseWrapper" + ] + ] + ], + "DatabaseFeatures": [ + [ + "django/contrib/gis/db/backends/mysql/features.py", + [ + "DatabaseFeatures" + ] + ], + [ + "django/contrib/gis/db/backends/oracle/features.py", + [ + "DatabaseFeatures" + ] + ], + [ + "django/contrib/gis/db/backends/postgis/features.py", + [ + "DatabaseFeatures" + ] + ], + [ + "django/contrib/gis/db/backends/spatialite/features.py", + [ + "DatabaseFeatures" + ] + ], + [ + "django/db/backends/mysql/features.py", + [ + "DatabaseFeatures" + ] + ], + [ + "django/db/backends/oracle/features.py", + [ + "DatabaseFeatures" + ] + ], + [ + "django/db/backends/postgresql/features.py", + [ + "DatabaseFeatures" + ] + ], + [ + "django/db/backends/sqlite3/features.py", + [ + "DatabaseFeatures" + ] + ] + ], + "MySQLIntrospection": [ + [ + "django/contrib/gis/db/backends/mysql/introspection.py", + [ + "MySQLIntrospection" + ] + ] + ], + "MySQLOperations": [ + [ + "django/contrib/gis/db/backends/mysql/operations.py", + [ + "MySQLOperations" + ] + ] + ], + "MySQLGISSchemaEditor": [ + [ + "django/contrib/gis/db/backends/mysql/schema.py", + [ + "MySQLGISSchemaEditor" + ] + ] + ], + "OracleSpatialAdapter": [ + [ + "django/contrib/gis/db/backends/oracle/adapter.py", + [ + "OracleSpatialAdapter" + ] + ] + ], + "OracleIntrospection": [ + [ + "django/contrib/gis/db/backends/oracle/introspection.py", + [ + "OracleIntrospection" + ] + ] + ], + "OracleGeometryColumns": [ + [ + "django/contrib/gis/db/backends/oracle/models.py", + [ + "OracleGeometryColumns" + ] + ] + ], + "OracleSpatialRefSys": [ + [ + "django/contrib/gis/db/backends/oracle/models.py", + [ + "OracleSpatialRefSys" + ] + ] + ], + "SDOOperator": [ + [ + "django/contrib/gis/db/backends/oracle/operations.py", + [ + "SDOOperator" + ] + ] + ], + "SDODWithin": [ + [ + "django/contrib/gis/db/backends/oracle/operations.py", + [ + "SDODWithin" + ] + ] + ], + "SDODisjoint": [ + [ + "django/contrib/gis/db/backends/oracle/operations.py", + [ + "SDODisjoint" + ] + ] + ], + "SDORelate": [ + [ + "django/contrib/gis/db/backends/oracle/operations.py", + [ + "SDORelate" + ] + ] + ], + "OracleOperations": [ + [ + "django/contrib/gis/db/backends/oracle/operations.py", + [ + "OracleOperations" + ] + ] + ], + "OracleGISSchemaEditor": [ + [ + "django/contrib/gis/db/backends/oracle/schema.py", + [ + "OracleGISSchemaEditor" + ] + ] + ], + "PostGISAdapter": [ + [ + "django/contrib/gis/db/backends/postgis/adapter.py", + [ + "PostGISAdapter" + ] + ] + ], + "PostGISIntrospection": [ + [ + "django/contrib/gis/db/backends/postgis/introspection.py", + [ + "PostGISIntrospection" + ] + ] + ], + "PostGISGeometryColumns": [ + [ + "django/contrib/gis/db/backends/postgis/models.py", + [ + "PostGISGeometryColumns" + ] + ] + ], + "PostGISSpatialRefSys": [ + [ + "django/contrib/gis/db/backends/postgis/models.py", + [ + "PostGISSpatialRefSys" + ] + ] + ], + "PostGISOperator": [ + [ + "django/contrib/gis/db/backends/postgis/operations.py", + [ + "PostGISOperator" + ] + ] + ], + "ST_Polygon": [ + [ + "django/contrib/gis/db/backends/postgis/operations.py", + [ + "ST_Polygon" + ] + ] + ], + "PostGISOperations": [ + [ + "django/contrib/gis/db/backends/postgis/operations.py", + [ + "PostGISOperations" + ] + ] + ], + "PostGISSchemaEditor": [ + [ + "django/contrib/gis/db/backends/postgis/schema.py", + [ + "PostGISSchemaEditor" + ] + ] + ], + "SpatiaLiteAdapter": [ + [ + "django/contrib/gis/db/backends/spatialite/adapter.py", + [ + "SpatiaLiteAdapter" + ] + ] + ], + "SpatiaLiteClient": [ + [ + "django/contrib/gis/db/backends/spatialite/client.py", + [ + "SpatiaLiteClient" + ] + ] + ], + "GeoFlexibleFieldLookupDict": [ + [ + "django/contrib/gis/db/backends/spatialite/introspection.py", + [ + "GeoFlexibleFieldLookupDict" + ] + ] + ], + "SpatiaLiteIntrospection": [ + [ + "django/contrib/gis/db/backends/spatialite/introspection.py", + [ + "SpatiaLiteIntrospection" + ] + ] + ], + "SpatialiteGeometryColumns": [ + [ + "django/contrib/gis/db/backends/spatialite/models.py", + [ + "SpatialiteGeometryColumns" + ] + ] + ], + "SpatialiteSpatialRefSys": [ + [ + "django/contrib/gis/db/backends/spatialite/models.py", + [ + "SpatialiteSpatialRefSys" + ] + ] + ], + "SpatialiteNullCheckOperator": [ + [ + "django/contrib/gis/db/backends/spatialite/operations.py", + [ + "SpatialiteNullCheckOperator" + ] + ] + ], + "SpatiaLiteOperations": [ + [ + "django/contrib/gis/db/backends/spatialite/operations.py", + [ + "SpatiaLiteOperations" + ] + ] + ], + "SpatialiteSchemaEditor": [ + [ + "django/contrib/gis/db/backends/spatialite/schema.py", + [ + "SpatialiteSchemaEditor" + ] + ] + ], + "SpatialOperator": [ + [ + "django/contrib/gis/db/backends/utils.py", + [ + "SpatialOperator" + ] + ] + ], + "GeoAggregate": [ + [ + "django/contrib/gis/db/models/aggregates.py", + [ + "GeoAggregate" + ] + ] + ], + "Collect": [ + [ + "django/contrib/gis/db/models/aggregates.py", + [ + "Collect" + ] + ] + ], + "Extent": [ + [ + "django/contrib/gis/db/models/aggregates.py", + [ + "Extent" + ] + ] + ], + "Extent3D": [ + [ + "django/contrib/gis/db/models/aggregates.py", + [ + "Extent3D" + ] + ] + ], + "MakeLine": [ + [ + "django/contrib/gis/db/models/aggregates.py", + [ + "MakeLine" + ] + ] + ], + "Union": [ + [ + "django/contrib/gis/db/models/aggregates.py", + [ + "Union" + ] + ], + [ + "django/contrib/gis/db/models/functions.py", + [ + "Union" + ] + ] + ], + "BaseSpatialField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "BaseSpatialField" + ] + ] + ], + "GeometryField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "GeometryField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "GeometryField" + ] + ] + ], + "PointField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "PointField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "PointField" + ] + ] + ], + "LineStringField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "LineStringField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "LineStringField" + ] + ] + ], + "PolygonField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "PolygonField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "PolygonField" + ] + ] + ], + "MultiPointField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "MultiPointField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "MultiPointField" + ] + ] + ], + "MultiLineStringField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "MultiLineStringField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "MultiLineStringField" + ] + ] + ], + "MultiPolygonField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "MultiPolygonField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "MultiPolygonField" + ] + ] + ], + "GeometryCollectionField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "GeometryCollectionField" + ] + ], + [ + "django/contrib/gis/forms/fields.py", + [ + "GeometryCollectionField" + ] + ] + ], + "ExtentField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "ExtentField" + ] + ] + ], + "RasterField": [ + [ + "django/contrib/gis/db/models/fields.py", + [ + "RasterField" + ] + ] + ], + "GeoFuncMixin": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "GeoFuncMixin" + ] + ] + ], + "GeoFunc": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "GeoFunc" + ] + ] + ], + "GeomOutputGeoFunc": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "GeomOutputGeoFunc" + ] + ] + ], + "SQLiteDecimalToFloatMixin": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "SQLiteDecimalToFloatMixin" + ] + ] + ], + "OracleToleranceMixin": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "OracleToleranceMixin" + ] + ] + ], + "Area": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Area" + ] + ], + [ + "django/contrib/gis/measure.py", + [ + "Area" + ] + ] + ], + "Azimuth": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Azimuth" + ] + ] + ], + "AsGeoJSON": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "AsGeoJSON" + ] + ] + ], + "AsGML": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "AsGML" + ] + ] + ], + "AsKML": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "AsKML" + ] + ] + ], + "AsSVG": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "AsSVG" + ] + ] + ], + "AsWKB": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "AsWKB" + ] + ] + ], + "AsWKT": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "AsWKT" + ] + ] + ], + "BoundingCircle": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "BoundingCircle" + ] + ] + ], + "Centroid": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Centroid" + ] + ] + ], + "Difference": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Difference" + ] + ] + ], + "DistanceResultMixin": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "DistanceResultMixin" + ] + ] + ], + "Distance": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Distance" + ] + ], + [ + "django/contrib/gis/measure.py", + [ + "Distance" + ] + ] + ], + "Envelope": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Envelope" + ] + ], + [ + "django/contrib/gis/gdal/envelope.py", + [ + "Envelope" + ] + ] + ], + "ForcePolygonCW": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "ForcePolygonCW" + ] + ] + ], + "GeoHash": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "GeoHash" + ] + ] + ], + "GeometryDistance": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "GeometryDistance" + ] + ] + ], + "Intersection": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Intersection" + ] + ] + ], + "IsValid": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "IsValid" + ] + ] + ], + "Length": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Length" + ] + ], + [ + "django/db/models/functions/text.py", + [ + "Length" + ] + ] + ], + "LineLocatePoint": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "LineLocatePoint" + ] + ] + ], + "MakeValid": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "MakeValid" + ] + ] + ], + "MemSize": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "MemSize" + ] + ] + ], + "NumGeometries": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "NumGeometries" + ] + ] + ], + "NumPoints": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "NumPoints" + ] + ] + ], + "Perimeter": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Perimeter" + ] + ] + ], + "PointOnSurface": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "PointOnSurface" + ] + ] + ], + "Reverse": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Reverse" + ] + ], + [ + "django/db/models/functions/text.py", + [ + "Reverse" + ] + ] + ], + "Scale": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Scale" + ] + ] + ], + "SnapToGrid": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "SnapToGrid" + ] + ] + ], + "SymDifference": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "SymDifference" + ] + ] + ], + "Transform": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Transform" + ] + ], + [ + "django/db/models/lookups.py", + [ + "Transform" + ] + ] + ], + "Translate": [ + [ + "django/contrib/gis/db/models/functions.py", + [ + "Translate" + ] + ] + ], + "RasterBandTransform": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "RasterBandTransform" + ] + ] + ], + "GISLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "GISLookup" + ] + ] + ], + "OverlapsLeftLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "OverlapsLeftLookup" + ] + ] + ], + "OverlapsRightLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "OverlapsRightLookup" + ] + ] + ], + "OverlapsBelowLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "OverlapsBelowLookup" + ] + ] + ], + "OverlapsAboveLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "OverlapsAboveLookup" + ] + ] + ], + "LeftLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "LeftLookup" + ] + ] + ], + "RightLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "RightLookup" + ] + ] + ], + "StrictlyBelowLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "StrictlyBelowLookup" + ] + ] + ], + "StrictlyAboveLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "StrictlyAboveLookup" + ] + ] + ], + "SameAsLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "SameAsLookup" + ] + ] + ], + "BBContainsLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "BBContainsLookup" + ] + ] + ], + "BBOverlapsLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "BBOverlapsLookup" + ] + ] + ], + "ContainedLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "ContainedLookup" + ] + ] + ], + "ContainsLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "ContainsLookup" + ] + ] + ], + "ContainsProperlyLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "ContainsProperlyLookup" + ] + ] + ], + "CoveredByLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "CoveredByLookup" + ] + ] + ], + "CoversLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "CoversLookup" + ] + ] + ], + "CrossesLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "CrossesLookup" + ] + ] + ], + "DisjointLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DisjointLookup" + ] + ] + ], + "EqualsLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "EqualsLookup" + ] + ] + ], + "IntersectsLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "IntersectsLookup" + ] + ] + ], + "OverlapsLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "OverlapsLookup" + ] + ] + ], + "RelateLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "RelateLookup" + ] + ] + ], + "TouchesLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "TouchesLookup" + ] + ] + ], + "WithinLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "WithinLookup" + ] + ] + ], + "DistanceLookupBase": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DistanceLookupBase" + ] + ] + ], + "DWithinLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DWithinLookup" + ] + ] + ], + "DistanceLookupFromFunction": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DistanceLookupFromFunction" + ] + ] + ], + "DistanceGTLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DistanceGTLookup" + ] + ] + ], + "DistanceGTELookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DistanceGTELookup" + ] + ] + ], + "DistanceLTLookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DistanceLTLookup" + ] + ] + ], + "DistanceLTELookup": [ + [ + "django/contrib/gis/db/models/lookups.py", + [ + "DistanceLTELookup" + ] + ] + ], + "SpatialProxy": [ + [ + "django/contrib/gis/db/models/proxy.py", + [ + "SpatialProxy" + ] + ] + ], + "AreaField": [ + [ + "django/contrib/gis/db/models/sql/conversion.py", + [ + "AreaField" + ] + ] + ], + "DistanceField": [ + [ + "django/contrib/gis/db/models/sql/conversion.py", + [ + "DistanceField" + ] + ] + ], + "GeoFeedMixin": [ + [ + "django/contrib/gis/feeds.py", + [ + "GeoFeedMixin" + ] + ] + ], + "GeoRSSFeed": [ + [ + "django/contrib/gis/feeds.py", + [ + "GeoRSSFeed" + ] + ] + ], + "GeoAtom1Feed": [ + [ + "django/contrib/gis/feeds.py", + [ + "GeoAtom1Feed" + ] + ] + ], + "W3CGeoFeed": [ + [ + "django/contrib/gis/feeds.py", + [ + "W3CGeoFeed" + ] + ] + ], + "Feed": [ + [ + "django/contrib/gis/feeds.py", + [ + "Feed" + ] + ], + [ + "django/contrib/syndication/views.py", + [ + "Feed" + ] + ] + ], + "BaseGeometryWidget": [ + [ + "django/contrib/gis/forms/widgets.py", + [ + "BaseGeometryWidget" + ] + ] + ], + "OSMWidget": [ + [ + "django/contrib/gis/forms/widgets.py", + [ + "OSMWidget" + ] + ] + ], + "GDALBase": [ + [ + "django/contrib/gis/gdal/base.py", + [ + "GDALBase" + ] + ] + ], + "DataSource": [ + [ + "django/contrib/gis/gdal/datasource.py", + [ + "DataSource" + ] + ] + ], + "Driver": [ + [ + "django/contrib/gis/gdal/driver.py", + [ + "Driver" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "Driver" + ] + ], + [ + "tests/many_to_one_null/models.py", + [ + "Driver" + ] + ] + ], + "OGREnvelope": [ + [ + "django/contrib/gis/gdal/envelope.py", + [ + "OGREnvelope" + ] + ] + ], + "GDALException": [ + [ + "django/contrib/gis/gdal/error.py", + [ + "GDALException" + ] + ] + ], + "SRSException": [ + [ + "django/contrib/gis/gdal/error.py", + [ + "SRSException" + ] + ] + ], + "Feature": [ + [ + "django/contrib/gis/gdal/feature.py", + [ + "Feature" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "Feature" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Feature" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "Feature" + ] + ] + ], + "Field": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "Field" + ] + ], + [ + "django/db/models/fields/__init__.py", + [ + "Field" + ] + ], + [ + "django/forms/fields.py", + [ + "Field" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "Nested", + "Field" + ] + ] + ], + "OFTInteger": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTInteger" + ] + ] + ], + "OFTReal": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTReal" + ] + ] + ], + "OFTString": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTString" + ] + ] + ], + "OFTWideString": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTWideString" + ] + ] + ], + "OFTBinary": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTBinary" + ] + ] + ], + "OFTDate": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTDate" + ] + ] + ], + "OFTDateTime": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTDateTime" + ] + ] + ], + "OFTTime": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTTime" + ] + ] + ], + "OFTInteger64": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTInteger64" + ] + ] + ], + "OFTIntegerList": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTIntegerList" + ] + ] + ], + "OFTRealList": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTRealList" + ] + ] + ], + "OFTStringList": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTStringList" + ] + ] + ], + "OFTWideStringList": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTWideStringList" + ] + ] + ], + "OFTInteger64List": [ + [ + "django/contrib/gis/gdal/field.py", + [ + "OFTInteger64List" + ] + ] + ], + "OGRGeometry": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "OGRGeometry" + ] + ] + ], + "Point": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "Point" + ] + ], + [ + "django/contrib/gis/geos/point.py", + [ + "Point" + ] + ] + ], + "LineString": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "LineString" + ] + ], + [ + "django/contrib/gis/geos/linestring.py", + [ + "LineString" + ] + ] + ], + "LinearRing": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "LinearRing" + ] + ], + [ + "django/contrib/gis/geos/linestring.py", + [ + "LinearRing" + ] + ] + ], + "Polygon": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "Polygon" + ] + ], + [ + "django/contrib/gis/geos/polygon.py", + [ + "Polygon" + ] + ] + ], + "GeometryCollection": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "GeometryCollection" + ] + ], + [ + "django/contrib/gis/geos/collections.py", + [ + "GeometryCollection" + ] + ] + ], + "MultiPoint": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "MultiPoint" + ] + ], + [ + "django/contrib/gis/geos/collections.py", + [ + "MultiPoint" + ] + ] + ], + "MultiLineString": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "MultiLineString" + ] + ], + [ + "django/contrib/gis/geos/collections.py", + [ + "MultiLineString" + ] + ] + ], + "MultiPolygon": [ + [ + "django/contrib/gis/gdal/geometries.py", + [ + "MultiPolygon" + ] + ], + [ + "django/contrib/gis/geos/collections.py", + [ + "MultiPolygon" + ] + ] + ], + "OGRGeomType": [ + [ + "django/contrib/gis/gdal/geomtype.py", + [ + "OGRGeomType" + ] + ] + ], + "Layer": [ + [ + "django/contrib/gis/gdal/layer.py", + [ + "Layer" + ] + ] + ], + "gdal_char_p": [ + [ + "django/contrib/gis/gdal/prototypes/generation.py", + [ + "gdal_char_p" + ] + ] + ], + "GDALBand": [ + [ + "django/contrib/gis/gdal/raster/band.py", + [ + "GDALBand" + ] + ] + ], + "BandList": [ + [ + "django/contrib/gis/gdal/raster/band.py", + [ + "BandList" + ] + ] + ], + "GDALRasterBase": [ + [ + "django/contrib/gis/gdal/raster/base.py", + [ + "GDALRasterBase" + ] + ] + ], + "TransformPoint": [ + [ + "django/contrib/gis/gdal/raster/source.py", + [ + "TransformPoint" + ] + ] + ], + "GDALRaster": [ + [ + "django/contrib/gis/gdal/raster/source.py", + [ + "GDALRaster" + ] + ] + ], + "AxisOrder": [ + [ + "django/contrib/gis/gdal/srs.py", + [ + "AxisOrder" + ] + ] + ], + "SpatialReference": [ + [ + "django/contrib/gis/gdal/srs.py", + [ + "SpatialReference" + ] + ] + ], + "CoordTransform": [ + [ + "django/contrib/gis/gdal/srs.py", + [ + "CoordTransform" + ] + ] + ], + "GeoIP2Exception": [ + [ + "django/contrib/gis/geoip2/base.py", + [ + "GeoIP2Exception" + ] + ] + ], + "GeoIP2": [ + [ + "django/contrib/gis/geoip2/base.py", + [ + "GeoIP2" + ] + ] + ], + "GEOSBase": [ + [ + "django/contrib/gis/geos/base.py", + [ + "GEOSBase" + ] + ] + ], + "GEOSCoordSeq": [ + [ + "django/contrib/gis/geos/coordseq.py", + [ + "GEOSCoordSeq" + ] + ] + ], + "GEOSException": [ + [ + "django/contrib/gis/geos/error.py", + [ + "GEOSException" + ] + ] + ], + "GEOSGeometryBase": [ + [ + "django/contrib/gis/geos/geometry.py", + [ + "GEOSGeometryBase" + ] + ] + ], + "LinearGeometryMixin": [ + [ + "django/contrib/gis/geos/geometry.py", + [ + "LinearGeometryMixin" + ] + ] + ], + "GEOSGeometry": [ + [ + "django/contrib/gis/geos/geometry.py", + [ + "GEOSGeometry" + ] + ] + ], + "WKBReader": [ + [ + "django/contrib/gis/geos/io.py", + [ + "WKBReader" + ] + ] + ], + "WKTReader": [ + [ + "django/contrib/gis/geos/io.py", + [ + "WKTReader" + ] + ] + ], + "GEOSGeom_t": [ + [ + "django/contrib/gis/geos/libgeos.py", + [ + "GEOSGeom_t" + ] + ] + ], + "GEOSPrepGeom_t": [ + [ + "django/contrib/gis/geos/libgeos.py", + [ + "GEOSPrepGeom_t" + ] + ] + ], + "GEOSCoordSeq_t": [ + [ + "django/contrib/gis/geos/libgeos.py", + [ + "GEOSCoordSeq_t" + ] + ] + ], + "GEOSContextHandle_t": [ + [ + "django/contrib/gis/geos/libgeos.py", + [ + "GEOSContextHandle_t" + ] + ] + ], + "GEOSFuncFactory": [ + [ + "django/contrib/gis/geos/libgeos.py", + [ + "GEOSFuncFactory" + ] + ] + ], + "ListMixin": [ + [ + "django/contrib/gis/geos/mutable_list.py", + [ + "ListMixin" + ] + ] + ], + "PreparedGeometry": [ + [ + "django/contrib/gis/geos/prepared.py", + [ + "PreparedGeometry" + ] + ] + ], + "CsInt": [ + [ + "django/contrib/gis/geos/prototypes/coordseq.py", + [ + "CsInt" + ] + ] + ], + "CsOperation": [ + [ + "django/contrib/gis/geos/prototypes/coordseq.py", + [ + "CsOperation" + ] + ] + ], + "CsOutput": [ + [ + "django/contrib/gis/geos/prototypes/coordseq.py", + [ + "CsOutput" + ] + ] + ], + "geos_char_p": [ + [ + "django/contrib/gis/geos/prototypes/geom.py", + [ + "geos_char_p" + ] + ] + ], + "GeomOutput": [ + [ + "django/contrib/gis/geos/prototypes/geom.py", + [ + "GeomOutput" + ] + ] + ], + "IntFromGeom": [ + [ + "django/contrib/gis/geos/prototypes/geom.py", + [ + "IntFromGeom" + ] + ] + ], + "StringFromGeom": [ + [ + "django/contrib/gis/geos/prototypes/geom.py", + [ + "StringFromGeom" + ] + ] + ], + "WKTReader_st": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKTReader_st" + ] + ] + ], + "WKTWriter_st": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKTWriter_st" + ] + ] + ], + "WKBReader_st": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKBReader_st" + ] + ] + ], + "WKBWriter_st": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKBWriter_st" + ] + ] + ], + "WKBReadFunc": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKBReadFunc" + ] + ] + ], + "WKBWriteFunc": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKBWriteFunc" + ] + ] + ], + "WKBWriterGet": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKBWriterGet" + ] + ] + ], + "WKBWriterSet": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKBWriterSet" + ] + ] + ], + "IOBase": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "IOBase" + ] + ] + ], + "_WKTReader": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "_WKTReader" + ] + ] + ], + "_WKBReader": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "_WKBReader" + ] + ] + ], + "WKTWriter": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKTWriter" + ] + ] + ], + "WKBWriter": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "WKBWriter" + ] + ] + ], + "ThreadLocalIO": [ + [ + "django/contrib/gis/geos/prototypes/io.py", + [ + "ThreadLocalIO" + ] + ] + ], + "DblFromGeom": [ + [ + "django/contrib/gis/geos/prototypes/misc.py", + [ + "DblFromGeom" + ] + ] + ], + "UnaryPredicate": [ + [ + "django/contrib/gis/geos/prototypes/predicates.py", + [ + "UnaryPredicate" + ] + ] + ], + "BinaryPredicate": [ + [ + "django/contrib/gis/geos/prototypes/predicates.py", + [ + "BinaryPredicate" + ] + ] + ], + "PreparedPredicate": [ + [ + "django/contrib/gis/geos/prototypes/prepared.py", + [ + "PreparedPredicate" + ] + ] + ], + "GEOSContextHandle": [ + [ + "django/contrib/gis/geos/prototypes/threadsafe.py", + [ + "GEOSContextHandle" + ] + ] + ], + "GEOSContext": [ + [ + "django/contrib/gis/geos/prototypes/threadsafe.py", + [ + "GEOSContext" + ] + ] + ], + "GEOSFunc": [ + [ + "django/contrib/gis/geos/prototypes/threadsafe.py", + [ + "GEOSFunc" + ] + ] + ], + "Topology": [ + [ + "django/contrib/gis/geos/prototypes/topology.py", + [ + "Topology" + ] + ] + ], + "LayerOptionAction": [ + [ + "django/contrib/gis/management/commands/ogrinspect.py", + [ + "LayerOptionAction" + ] + ] + ], + "ListOptionAction": [ + [ + "django/contrib/gis/management/commands/ogrinspect.py", + [ + "ListOptionAction" + ] + ] + ], + "MeasureBase": [ + [ + "django/contrib/gis/measure.py", + [ + "MeasureBase" + ] + ] + ], + "CPointerBase": [ + [ + "django/contrib/gis/ptr.py", + [ + "CPointerBase" + ] + ] + ], + "Serializer": [ + [ + "django/contrib/gis/serializers/geojson.py", + [ + "Serializer" + ] + ], + [ + "django/core/serializers/base.py", + [ + "Serializer" + ] + ], + [ + "django/core/serializers/json.py", + [ + "Serializer" + ] + ], + [ + "django/core/serializers/jsonl.py", + [ + "Serializer" + ] + ], + [ + "django/core/serializers/python.py", + [ + "Serializer" + ] + ], + [ + "django/core/serializers/pyyaml.py", + [ + "Serializer" + ] + ], + [ + "django/core/serializers/xml_serializer.py", + [ + "Serializer" + ] + ], + [ + "django/db/migrations/serializer.py", + [ + "Serializer" + ] + ], + [ + "tests/serializers/tests.py", + [ + "SerializerAPITests", + "test_stream_class", + "Serializer" + ] + ] + ], + "Deserializer": [ + [ + "django/contrib/gis/serializers/geojson.py", + [ + "Deserializer" + ] + ], + [ + "django/core/serializers/base.py", + [ + "Deserializer" + ] + ], + [ + "django/core/serializers/xml_serializer.py", + [ + "Deserializer" + ] + ] + ], + "KMLSitemap": [ + [ + "django/contrib/gis/sitemaps/kml.py", + [ + "KMLSitemap" + ] + ] + ], + "KMZSitemap": [ + [ + "django/contrib/gis/sitemaps/kml.py", + [ + "KMZSitemap" + ] + ] + ], + "LayerMapError": [ + [ + "django/contrib/gis/utils/layermapping.py", + [ + "LayerMapError" + ] + ] + ], + "InvalidString": [ + [ + "django/contrib/gis/utils/layermapping.py", + [ + "InvalidString" + ] + ] + ], + "InvalidDecimal": [ + [ + "django/contrib/gis/utils/layermapping.py", + [ + "InvalidDecimal" + ] + ] + ], + "InvalidInteger": [ + [ + "django/contrib/gis/utils/layermapping.py", + [ + "InvalidInteger" + ] + ] + ], + "MissingForeignKey": [ + [ + "django/contrib/gis/utils/layermapping.py", + [ + "MissingForeignKey" + ] + ] + ], + "LayerMapping": [ + [ + "django/contrib/gis/utils/layermapping.py", + [ + "LayerMapping" + ] + ] + ], + "HumanizeConfig": [ + [ + "django/contrib/humanize/apps.py", + [ + "HumanizeConfig" + ] + ] + ], + "NaturalTimeFormatter": [ + [ + "django/contrib/humanize/templatetags/humanize.py", + [ + "NaturalTimeFormatter" + ] + ] + ], + "MessageFailure": [ + [ + "django/contrib/messages/api.py", + [ + "MessageFailure" + ] + ] + ], + "MessagesConfig": [ + [ + "django/contrib/messages/apps.py", + [ + "MessagesConfig" + ] + ] + ], + "MessageMiddleware": [ + [ + "django/contrib/messages/middleware.py", + [ + "MessageMiddleware" + ] + ] + ], + "Message": [ + [ + "django/contrib/messages/storage/base.py", + [ + "Message" + ] + ], + [ + "tests/inspectdb/models.py", + [ + "Message" + ] + ] + ], + "BaseStorage": [ + [ + "django/contrib/messages/storage/base.py", + [ + "BaseStorage" + ] + ] + ], + "MessageEncoder": [ + [ + "django/contrib/messages/storage/cookie.py", + [ + "MessageEncoder" + ] + ] + ], + "MessageDecoder": [ + [ + "django/contrib/messages/storage/cookie.py", + [ + "MessageDecoder" + ] + ] + ], + "MessageSerializer": [ + [ + "django/contrib/messages/storage/cookie.py", + [ + "MessageSerializer" + ] + ] + ], + "CookieStorage": [ + [ + "django/contrib/messages/storage/cookie.py", + [ + "CookieStorage" + ] + ] + ], + "FallbackStorage": [ + [ + "django/contrib/messages/storage/fallback.py", + [ + "FallbackStorage" + ] + ] + ], + "SessionStorage": [ + [ + "django/contrib/messages/storage/session.py", + [ + "SessionStorage" + ] + ] + ], + "SuccessMessageMixin": [ + [ + "django/contrib/messages/views.py", + [ + "SuccessMessageMixin" + ] + ] + ], + "DeprecatedConvertValueMixin": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "DeprecatedConvertValueMixin" + ] + ] + ], + "ArrayAgg": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "ArrayAgg" + ] + ] + ], + "BitAnd": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "BitAnd" + ] + ] + ], + "BitOr": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "BitOr" + ] + ] + ], + "BoolAnd": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "BoolAnd" + ] + ] + ], + "BoolOr": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "BoolOr" + ] + ] + ], + "JSONBAgg": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "JSONBAgg" + ] + ] + ], + "StringAgg": [ + [ + "django/contrib/postgres/aggregates/general.py", + [ + "StringAgg" + ] + ] + ], + "OrderableAggMixin": [ + [ + "django/contrib/postgres/aggregates/mixins.py", + [ + "OrderableAggMixin" + ] + ] + ], + "StatAggregate": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "StatAggregate" + ] + ] + ], + "Corr": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "Corr" + ] + ] + ], + "CovarPop": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "CovarPop" + ] + ] + ], + "RegrAvgX": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrAvgX" + ] + ] + ], + "RegrAvgY": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrAvgY" + ] + ] + ], + "RegrCount": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrCount" + ] + ] + ], + "RegrIntercept": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrIntercept" + ] + ] + ], + "RegrR2": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrR2" + ] + ] + ], + "RegrSlope": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrSlope" + ] + ] + ], + "RegrSXX": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrSXX" + ] + ] + ], + "RegrSXY": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrSXY" + ] + ] + ], + "RegrSYY": [ + [ + "django/contrib/postgres/aggregates/statistics.py", + [ + "RegrSYY" + ] + ] + ], + "PostgresConfig": [ + [ + "django/contrib/postgres/apps.py", + [ + "PostgresConfig" + ] + ] + ], + "ExclusionConstraint": [ + [ + "django/contrib/postgres/constraints.py", + [ + "ExclusionConstraint" + ] + ] + ], + "ArraySubquery": [ + [ + "django/contrib/postgres/expressions.py", + [ + "ArraySubquery" + ] + ] + ], + "ArrayField": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayField" + ] + ] + ], + "ArrayRHSMixin": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayRHSMixin" + ] + ] + ], + "ArrayContains": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayContains" + ] + ] + ], + "ArrayContainedBy": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayContainedBy" + ] + ] + ], + "ArrayExact": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayExact" + ] + ] + ], + "ArrayOverlap": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayOverlap" + ] + ] + ], + "ArrayLenTransform": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayLenTransform" + ] + ] + ], + "ArrayInLookup": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "ArrayInLookup" + ] + ] + ], + "IndexTransform": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "IndexTransform" + ] + ] + ], + "IndexTransformFactory": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "IndexTransformFactory" + ] + ] + ], + "SliceTransform": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "SliceTransform" + ] + ] + ], + "SliceTransformFactory": [ + [ + "django/contrib/postgres/fields/array.py", + [ + "SliceTransformFactory" + ] + ] + ], + "CIText": [ + [ + "django/contrib/postgres/fields/citext.py", + [ + "CIText" + ] + ] + ], + "CICharField": [ + [ + "django/contrib/postgres/fields/citext.py", + [ + "CICharField" + ] + ] + ], + "CIEmailField": [ + [ + "django/contrib/postgres/fields/citext.py", + [ + "CIEmailField" + ] + ] + ], + "CITextField": [ + [ + "django/contrib/postgres/fields/citext.py", + [ + "CITextField" + ] + ] + ], + "HStoreField": [ + [ + "django/contrib/postgres/fields/hstore.py", + [ + "HStoreField" + ] + ], + [ + "django/contrib/postgres/forms/hstore.py", + [ + "HStoreField" + ] + ] + ], + "KeyTransform": [ + [ + "django/contrib/postgres/fields/hstore.py", + [ + "KeyTransform" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "KeyTransform" + ] + ] + ], + "KeyTransformFactory": [ + [ + "django/contrib/postgres/fields/hstore.py", + [ + "KeyTransformFactory" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "KeyTransformFactory" + ] + ] + ], + "KeysTransform": [ + [ + "django/contrib/postgres/fields/hstore.py", + [ + "KeysTransform" + ] + ] + ], + "ValuesTransform": [ + [ + "django/contrib/postgres/fields/hstore.py", + [ + "ValuesTransform" + ] + ] + ], + "JSONField": [ + [ + "django/contrib/postgres/fields/jsonb.py", + [ + "JSONField" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "JSONField" + ] + ], + [ + "django/forms/fields.py", + [ + "JSONField" + ] + ] + ], + "RangeBoundary": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "RangeBoundary" + ] + ] + ], + "RangeOperators": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "RangeOperators" + ] + ] + ], + "RangeField": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "RangeField" + ] + ] + ], + "IntegerRangeField": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "IntegerRangeField" + ] + ], + [ + "django/contrib/postgres/forms/ranges.py", + [ + "IntegerRangeField" + ] + ] + ], + "BigIntegerRangeField": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "BigIntegerRangeField" + ] + ] + ], + "DecimalRangeField": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "DecimalRangeField" + ] + ], + [ + "django/contrib/postgres/forms/ranges.py", + [ + "DecimalRangeField" + ] + ] + ], + "DateTimeRangeField": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "DateTimeRangeField" + ] + ], + [ + "django/contrib/postgres/forms/ranges.py", + [ + "DateTimeRangeField" + ] + ] + ], + "DateRangeField": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "DateRangeField" + ] + ], + [ + "django/contrib/postgres/forms/ranges.py", + [ + "DateRangeField" + ] + ] + ], + "DateTimeRangeContains": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "DateTimeRangeContains" + ] + ] + ], + "RangeContainedBy": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "RangeContainedBy" + ] + ] + ], + "FullyLessThan": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "FullyLessThan" + ] + ] + ], + "FullGreaterThan": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "FullGreaterThan" + ] + ] + ], + "NotLessThan": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "NotLessThan" + ] + ] + ], + "NotGreaterThan": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "NotGreaterThan" + ] + ] + ], + "AdjacentToLookup": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "AdjacentToLookup" + ] + ] + ], + "RangeStartsWith": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "RangeStartsWith" + ] + ] + ], + "RangeEndsWith": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "RangeEndsWith" + ] + ] + ], + "IsEmpty": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "IsEmpty" + ] + ] + ], + "LowerInclusive": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "LowerInclusive" + ] + ] + ], + "LowerInfinite": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "LowerInfinite" + ] + ] + ], + "UpperInclusive": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "UpperInclusive" + ] + ] + ], + "UpperInfinite": [ + [ + "django/contrib/postgres/fields/ranges.py", + [ + "UpperInfinite" + ] + ] + ], + "AttributeSetter": [ + [ + "django/contrib/postgres/fields/utils.py", + [ + "AttributeSetter" + ] + ] + ], + "SimpleArrayField": [ + [ + "django/contrib/postgres/forms/array.py", + [ + "SimpleArrayField" + ] + ], + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_inlineformset_with_arrayfield", + "SimpleArrayField" + ] + ] + ], + "SplitArrayWidget": [ + [ + "django/contrib/postgres/forms/array.py", + [ + "SplitArrayWidget" + ] + ] + ], + "SplitArrayField": [ + [ + "django/contrib/postgres/forms/array.py", + [ + "SplitArrayField" + ] + ] + ], + "RangeWidget": [ + [ + "django/contrib/postgres/forms/ranges.py", + [ + "RangeWidget" + ] + ] + ], + "HiddenRangeWidget": [ + [ + "django/contrib/postgres/forms/ranges.py", + [ + "HiddenRangeWidget" + ] + ] + ], + "BaseRangeField": [ + [ + "django/contrib/postgres/forms/ranges.py", + [ + "BaseRangeField" + ] + ] + ], + "RandomUUID": [ + [ + "django/contrib/postgres/functions.py", + [ + "RandomUUID" + ] + ] + ], + "TransactionNow": [ + [ + "django/contrib/postgres/functions.py", + [ + "TransactionNow" + ] + ] + ], + "PostgresIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "PostgresIndex" + ] + ] + ], + "BloomIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "BloomIndex" + ] + ] + ], + "BrinIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "BrinIndex" + ] + ] + ], + "BTreeIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "BTreeIndex" + ] + ] + ], + "GinIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "GinIndex" + ] + ] + ], + "GistIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "GistIndex" + ] + ] + ], + "HashIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "HashIndex" + ] + ] + ], + "SpGistIndex": [ + [ + "django/contrib/postgres/indexes.py", + [ + "SpGistIndex" + ] + ] + ], + "OpClass": [ + [ + "django/contrib/postgres/indexes.py", + [ + "OpClass" + ] + ] + ], + "DataContains": [ + [ + "django/contrib/postgres/lookups.py", + [ + "DataContains" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "DataContains" + ] + ] + ], + "ContainedBy": [ + [ + "django/contrib/postgres/lookups.py", + [ + "ContainedBy" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "ContainedBy" + ] + ] + ], + "Overlap": [ + [ + "django/contrib/postgres/lookups.py", + [ + "Overlap" + ] + ] + ], + "HasKey": [ + [ + "django/contrib/postgres/lookups.py", + [ + "HasKey" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "HasKey" + ] + ] + ], + "HasKeys": [ + [ + "django/contrib/postgres/lookups.py", + [ + "HasKeys" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "HasKeys" + ] + ] + ], + "HasAnyKeys": [ + [ + "django/contrib/postgres/lookups.py", + [ + "HasAnyKeys" + ] + ], + [ + "django/db/models/fields/json.py", + [ + "HasAnyKeys" + ] + ] + ], + "Unaccent": [ + [ + "django/contrib/postgres/lookups.py", + [ + "Unaccent" + ] + ] + ], + "SearchLookup": [ + [ + "django/contrib/postgres/lookups.py", + [ + "SearchLookup" + ] + ] + ], + "TrigramSimilar": [ + [ + "django/contrib/postgres/lookups.py", + [ + "TrigramSimilar" + ] + ] + ], + "TrigramWordSimilar": [ + [ + "django/contrib/postgres/lookups.py", + [ + "TrigramWordSimilar" + ] + ] + ], + "CreateExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "CreateExtension" + ] + ] + ], + "BloomExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "BloomExtension" + ] + ] + ], + "BtreeGinExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "BtreeGinExtension" + ] + ] + ], + "BtreeGistExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "BtreeGistExtension" + ] + ] + ], + "CITextExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "CITextExtension" + ] + ] + ], + "CryptoExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "CryptoExtension" + ] + ] + ], + "HStoreExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "HStoreExtension" + ] + ] + ], + "TrigramExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "TrigramExtension" + ] + ] + ], + "UnaccentExtension": [ + [ + "django/contrib/postgres/operations.py", + [ + "UnaccentExtension" + ] + ] + ], + "NotInTransactionMixin": [ + [ + "django/contrib/postgres/operations.py", + [ + "NotInTransactionMixin" + ] + ] + ], + "AddIndexConcurrently": [ + [ + "django/contrib/postgres/operations.py", + [ + "AddIndexConcurrently" + ] + ] + ], + "RemoveIndexConcurrently": [ + [ + "django/contrib/postgres/operations.py", + [ + "RemoveIndexConcurrently" + ] + ] + ], + "CollationOperation": [ + [ + "django/contrib/postgres/operations.py", + [ + "CollationOperation" + ] + ] + ], + "CreateCollation": [ + [ + "django/contrib/postgres/operations.py", + [ + "CreateCollation" + ] + ] + ], + "RemoveCollation": [ + [ + "django/contrib/postgres/operations.py", + [ + "RemoveCollation" + ] + ] + ], + "AddConstraintNotValid": [ + [ + "django/contrib/postgres/operations.py", + [ + "AddConstraintNotValid" + ] + ] + ], + "ValidateConstraint": [ + [ + "django/contrib/postgres/operations.py", + [ + "ValidateConstraint" + ] + ] + ], + "SearchVectorExact": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchVectorExact" + ] + ] + ], + "SearchVectorField": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchVectorField" + ] + ] + ], + "SearchQueryField": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchQueryField" + ] + ] + ], + "SearchConfig": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchConfig" + ] + ] + ], + "SearchVectorCombinable": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchVectorCombinable" + ] + ] + ], + "SearchVector": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchVector" + ] + ] + ], + "CombinedSearchVector": [ + [ + "django/contrib/postgres/search.py", + [ + "CombinedSearchVector" + ] + ] + ], + "SearchQueryCombinable": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchQueryCombinable" + ] + ] + ], + "SearchQuery": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchQuery" + ] + ] + ], + "CombinedSearchQuery": [ + [ + "django/contrib/postgres/search.py", + [ + "CombinedSearchQuery" + ] + ] + ], + "SearchRank": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchRank" + ] + ] + ], + "SearchHeadline": [ + [ + "django/contrib/postgres/search.py", + [ + "SearchHeadline" + ] + ] + ], + "TrigramBase": [ + [ + "django/contrib/postgres/search.py", + [ + "TrigramBase" + ] + ] + ], + "TrigramWordBase": [ + [ + "django/contrib/postgres/search.py", + [ + "TrigramWordBase" + ] + ] + ], + "TrigramSimilarity": [ + [ + "django/contrib/postgres/search.py", + [ + "TrigramSimilarity" + ] + ] + ], + "TrigramDistance": [ + [ + "django/contrib/postgres/search.py", + [ + "TrigramDistance" + ] + ] + ], + "TrigramWordDistance": [ + [ + "django/contrib/postgres/search.py", + [ + "TrigramWordDistance" + ] + ] + ], + "TrigramWordSimilarity": [ + [ + "django/contrib/postgres/search.py", + [ + "TrigramWordSimilarity" + ] + ] + ], + "RangeSerializer": [ + [ + "django/contrib/postgres/serializers.py", + [ + "RangeSerializer" + ] + ] + ], + "ArrayMaxLengthValidator": [ + [ + "django/contrib/postgres/validators.py", + [ + "ArrayMaxLengthValidator" + ] + ] + ], + "ArrayMinLengthValidator": [ + [ + "django/contrib/postgres/validators.py", + [ + "ArrayMinLengthValidator" + ] + ] + ], + "KeysValidator": [ + [ + "django/contrib/postgres/validators.py", + [ + "KeysValidator" + ] + ] + ], + "RangeMaxValueValidator": [ + [ + "django/contrib/postgres/validators.py", + [ + "RangeMaxValueValidator" + ] + ] + ], + "RangeMinValueValidator": [ + [ + "django/contrib/postgres/validators.py", + [ + "RangeMinValueValidator" + ] + ] + ], + "RedirectAdmin": [ + [ + "django/contrib/redirects/admin.py", + [ + "RedirectAdmin" + ] + ] + ], + "RedirectsConfig": [ + [ + "django/contrib/redirects/apps.py", + [ + "RedirectsConfig" + ] + ] + ], + "RedirectFallbackMiddleware": [ + [ + "django/contrib/redirects/middleware.py", + [ + "RedirectFallbackMiddleware" + ] + ] + ], + "Redirect": [ + [ + "django/contrib/redirects/models.py", + [ + "Redirect" + ] + ] + ], + "SessionsConfig": [ + [ + "django/contrib/sessions/apps.py", + [ + "SessionsConfig" + ] + ] + ], + "CreateError": [ + [ + "django/contrib/sessions/backends/base.py", + [ + "CreateError" + ] + ] + ], + "UpdateError": [ + [ + "django/contrib/sessions/backends/base.py", + [ + "UpdateError" + ] + ] + ], + "SessionBase": [ + [ + "django/contrib/sessions/backends/base.py", + [ + "SessionBase" + ] + ] + ], + "SessionStore": [ + [ + "django/contrib/sessions/backends/cache.py", + [ + "SessionStore" + ] + ], + [ + "django/contrib/sessions/backends/cached_db.py", + [ + "SessionStore" + ] + ], + [ + "django/contrib/sessions/backends/db.py", + [ + "SessionStore" + ] + ], + [ + "django/contrib/sessions/backends/file.py", + [ + "SessionStore" + ] + ], + [ + "django/contrib/sessions/backends/signed_cookies.py", + [ + "SessionStore" + ] + ], + [ + "tests/sessions_tests/models.py", + [ + "SessionStore" + ] + ], + [ + "tests/sessions_tests/no_clear_expired.py", + [ + "SessionStore" + ] + ], + [ + "tests/test_client_regress/session.py", + [ + "SessionStore" + ] + ] + ], + "BaseSessionManager": [ + [ + "django/contrib/sessions/base_session.py", + [ + "BaseSessionManager" + ] + ] + ], + "AbstractBaseSession": [ + [ + "django/contrib/sessions/base_session.py", + [ + "AbstractBaseSession" + ] + ] + ], + "InvalidSessionKey": [ + [ + "django/contrib/sessions/exceptions.py", + [ + "InvalidSessionKey" + ] + ] + ], + "SuspiciousSession": [ + [ + "django/contrib/sessions/exceptions.py", + [ + "SuspiciousSession" + ] + ] + ], + "SessionInterrupted": [ + [ + "django/contrib/sessions/exceptions.py", + [ + "SessionInterrupted" + ] + ] + ], + "SessionMiddleware": [ + [ + "django/contrib/sessions/middleware.py", + [ + "SessionMiddleware" + ] + ] + ], + "SessionManager": [ + [ + "django/contrib/sessions/models.py", + [ + "SessionManager" + ] + ] + ], + "Session": [ + [ + "django/contrib/sessions/models.py", + [ + "Session" + ] + ], + [ + "tests/timezones/models.py", + [ + "Session" + ] + ] + ], + "SitemapNotFound": [ + [ + "django/contrib/sitemaps/__init__.py", + [ + "SitemapNotFound" + ] + ] + ], + "Sitemap": [ + [ + "django/contrib/sitemaps/__init__.py", + [ + "Sitemap" + ] + ] + ], + "GenericSitemap": [ + [ + "django/contrib/sitemaps/__init__.py", + [ + "GenericSitemap" + ] + ] + ], + "SiteMapsConfig": [ + [ + "django/contrib/sitemaps/apps.py", + [ + "SiteMapsConfig" + ] + ] + ], + "SiteAdmin": [ + [ + "django/contrib/sites/admin.py", + [ + "SiteAdmin" + ] + ], + [ + "tests/admin_utils/admin.py", + [ + "SiteAdmin" + ] + ] + ], + "SitesConfig": [ + [ + "django/contrib/sites/apps.py", + [ + "SitesConfig" + ] + ] + ], + "CurrentSiteManager": [ + [ + "django/contrib/sites/managers.py", + [ + "CurrentSiteManager" + ] + ] + ], + "CurrentSiteMiddleware": [ + [ + "django/contrib/sites/middleware.py", + [ + "CurrentSiteMiddleware" + ] + ] + ], + "SiteManager": [ + [ + "django/contrib/sites/models.py", + [ + "SiteManager" + ] + ] + ], + "Site": [ + [ + "django/contrib/sites/models.py", + [ + "Site" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "Site" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Site" + ] + ], + [ + "tests/model_package/models/article.py", + [ + "Site" + ] + ] + ], + "RequestSite": [ + [ + "django/contrib/sites/requests.py", + [ + "RequestSite" + ] + ] + ], + "StaticFilesConfig": [ + [ + "django/contrib/staticfiles/apps.py", + [ + "StaticFilesConfig" + ] + ] + ], + "BaseFinder": [ + [ + "django/contrib/staticfiles/finders.py", + [ + "BaseFinder" + ] + ] + ], + "FileSystemFinder": [ + [ + "django/contrib/staticfiles/finders.py", + [ + "FileSystemFinder" + ] + ] + ], + "AppDirectoriesFinder": [ + [ + "django/contrib/staticfiles/finders.py", + [ + "AppDirectoriesFinder" + ] + ] + ], + "BaseStorageFinder": [ + [ + "django/contrib/staticfiles/finders.py", + [ + "BaseStorageFinder" + ] + ] + ], + "DefaultStorageFinder": [ + [ + "django/contrib/staticfiles/finders.py", + [ + "DefaultStorageFinder" + ] + ] + ], + "StaticFilesHandlerMixin": [ + [ + "django/contrib/staticfiles/handlers.py", + [ + "StaticFilesHandlerMixin" + ] + ] + ], + "StaticFilesHandler": [ + [ + "django/contrib/staticfiles/handlers.py", + [ + "StaticFilesHandler" + ] + ] + ], + "ASGIStaticFilesHandler": [ + [ + "django/contrib/staticfiles/handlers.py", + [ + "ASGIStaticFilesHandler" + ] + ] + ], + "StaticFilesStorage": [ + [ + "django/contrib/staticfiles/storage.py", + [ + "StaticFilesStorage" + ] + ] + ], + "HashedFilesMixin": [ + [ + "django/contrib/staticfiles/storage.py", + [ + "HashedFilesMixin" + ] + ] + ], + "ManifestFilesMixin": [ + [ + "django/contrib/staticfiles/storage.py", + [ + "ManifestFilesMixin" + ] + ] + ], + "ManifestStaticFilesStorage": [ + [ + "django/contrib/staticfiles/storage.py", + [ + "ManifestStaticFilesStorage" + ] + ] + ], + "ConfiguredStorage": [ + [ + "django/contrib/staticfiles/storage.py", + [ + "ConfiguredStorage" + ] + ] + ], + "StaticLiveServerTestCase": [ + [ + "django/contrib/staticfiles/testing.py", + [ + "StaticLiveServerTestCase" + ] + ] + ], + "SyndicationConfig": [ + [ + "django/contrib/syndication/apps.py", + [ + "SyndicationConfig" + ] + ] + ], + "FeedDoesNotExist": [ + [ + "django/contrib/syndication/views.py", + [ + "FeedDoesNotExist" + ] + ] + ], + "CacheHandler": [ + [ + "django/core/cache/__init__.py", + [ + "CacheHandler" + ] + ] + ], + "InvalidCacheBackendError": [ + [ + "django/core/cache/backends/base.py", + [ + "InvalidCacheBackendError" + ] + ] + ], + "CacheKeyWarning": [ + [ + "django/core/cache/backends/base.py", + [ + "CacheKeyWarning" + ] + ] + ], + "InvalidCacheKey": [ + [ + "django/core/cache/backends/base.py", + [ + "InvalidCacheKey" + ] + ] + ], + "BaseCache": [ + [ + "django/core/cache/backends/base.py", + [ + "BaseCache" + ] + ] + ], + "Options": [ + [ + "django/core/cache/backends/db.py", + [ + "Options" + ] + ], + [ + "django/db/models/options.py", + [ + "Options" + ] + ] + ], + "CacheEntry": [ + [ + "django/core/cache/backends/db.py", + [ + "BaseDatabaseCache", + "__init__", + "CacheEntry" + ] + ] + ], + "BaseDatabaseCache": [ + [ + "django/core/cache/backends/db.py", + [ + "BaseDatabaseCache" + ] + ] + ], + "DatabaseCache": [ + [ + "django/core/cache/backends/db.py", + [ + "DatabaseCache" + ] + ] + ], + "DummyCache": [ + [ + "django/core/cache/backends/dummy.py", + [ + "DummyCache" + ] + ] + ], + "FileBasedCache": [ + [ + "django/core/cache/backends/filebased.py", + [ + "FileBasedCache" + ] + ] + ], + "LocMemCache": [ + [ + "django/core/cache/backends/locmem.py", + [ + "LocMemCache" + ] + ] + ], + "BaseMemcachedCache": [ + [ + "django/core/cache/backends/memcached.py", + [ + "BaseMemcachedCache" + ] + ] + ], + "PyLibMCCache": [ + [ + "django/core/cache/backends/memcached.py", + [ + "PyLibMCCache" + ] + ] + ], + "PyMemcacheCache": [ + [ + "django/core/cache/backends/memcached.py", + [ + "PyMemcacheCache" + ] + ] + ], + "RedisSerializer": [ + [ + "django/core/cache/backends/redis.py", + [ + "RedisSerializer" + ] + ] + ], + "RedisCacheClient": [ + [ + "django/core/cache/backends/redis.py", + [ + "RedisCacheClient" + ] + ] + ], + "RedisCache": [ + [ + "django/core/cache/backends/redis.py", + [ + "RedisCache" + ] + ] + ], + "CheckMessage": [ + [ + "django/core/checks/messages.py", + [ + "CheckMessage" + ] + ] + ], + "Debug": [ + [ + "django/core/checks/messages.py", + [ + "Debug" + ] + ] + ], + "Info": [ + [ + "django/core/checks/messages.py", + [ + "Info" + ] + ] + ], + "Warning": [ + [ + "django/core/checks/messages.py", + [ + "Warning" + ] + ] + ], + "Error": [ + [ + "django/core/checks/messages.py", + [ + "Error" + ] + ], + [ + "django/db/utils.py", + [ + "Error" + ] + ] + ], + "Critical": [ + [ + "django/core/checks/messages.py", + [ + "Critical" + ] + ] + ], + "Tags": [ + [ + "django/core/checks/registry.py", + [ + "Tags" + ] + ] + ], + "CheckRegistry": [ + [ + "django/core/checks/registry.py", + [ + "CheckRegistry" + ] + ] + ], + "FieldDoesNotExist": [ + [ + "django/core/exceptions.py", + [ + "FieldDoesNotExist" + ] + ] + ], + "AppRegistryNotReady": [ + [ + "django/core/exceptions.py", + [ + "AppRegistryNotReady" + ] + ] + ], + "ObjectDoesNotExist": [ + [ + "django/core/exceptions.py", + [ + "ObjectDoesNotExist" + ] + ] + ], + "MultipleObjectsReturned": [ + [ + "django/core/exceptions.py", + [ + "MultipleObjectsReturned" + ] + ] + ], + "SuspiciousOperation": [ + [ + "django/core/exceptions.py", + [ + "SuspiciousOperation" + ] + ] + ], + "SuspiciousMultipartForm": [ + [ + "django/core/exceptions.py", + [ + "SuspiciousMultipartForm" + ] + ] + ], + "SuspiciousFileOperation": [ + [ + "django/core/exceptions.py", + [ + "SuspiciousFileOperation" + ] + ] + ], + "DisallowedHost": [ + [ + "django/core/exceptions.py", + [ + "DisallowedHost" + ] + ] + ], + "DisallowedRedirect": [ + [ + "django/core/exceptions.py", + [ + "DisallowedRedirect" + ] + ] + ], + "TooManyFieldsSent": [ + [ + "django/core/exceptions.py", + [ + "TooManyFieldsSent" + ] + ] + ], + "RequestDataTooBig": [ + [ + "django/core/exceptions.py", + [ + "RequestDataTooBig" + ] + ] + ], + "RequestAborted": [ + [ + "django/core/exceptions.py", + [ + "RequestAborted" + ] + ] + ], + "BadRequest": [ + [ + "django/core/exceptions.py", + [ + "BadRequest" + ] + ] + ], + "PermissionDenied": [ + [ + "django/core/exceptions.py", + [ + "PermissionDenied" + ] + ] + ], + "ViewDoesNotExist": [ + [ + "django/core/exceptions.py", + [ + "ViewDoesNotExist" + ] + ] + ], + "MiddlewareNotUsed": [ + [ + "django/core/exceptions.py", + [ + "MiddlewareNotUsed" + ] + ] + ], + "ImproperlyConfigured": [ + [ + "django/core/exceptions.py", + [ + "ImproperlyConfigured" + ] + ] + ], + "FieldError": [ + [ + "django/core/exceptions.py", + [ + "FieldError" + ] + ] + ], + "ValidationError": [ + [ + "django/core/exceptions.py", + [ + "ValidationError" + ] + ] + ], + "EmptyResultSet": [ + [ + "django/core/exceptions.py", + [ + "EmptyResultSet" + ] + ] + ], + "SynchronousOnlyOperation": [ + [ + "django/core/exceptions.py", + [ + "SynchronousOnlyOperation" + ] + ] + ], + "File": [ + [ + "django/core/files/base.py", + [ + "File" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "File" + ] + ], + [ + "tests/serializers/tests.py", + [ + "SerializerAPITests", + "test_stream_class", + "File" + ] + ] + ], + "ContentFile": [ + [ + "django/core/files/base.py", + [ + "ContentFile" + ] + ] + ], + "ImageFile": [ + [ + "django/core/files/images.py", + [ + "ImageFile" + ] + ], + [ + "tests/model_forms/models.py", + [ + "try_", + "ImageFile" + ] + ] + ], + "_OFFSET": [ + [ + "django/core/files/locks.py", + [ + "if_os_name_nt_", + "_OFFSET" + ] + ] + ], + "_OFFSET_UNION": [ + [ + "django/core/files/locks.py", + [ + "if_os_name_nt_", + "_OFFSET_UNION" + ] + ] + ], + "OVERLAPPED": [ + [ + "django/core/files/locks.py", + [ + "if_os_name_nt_", + "OVERLAPPED" + ] + ] + ], + "Storage": [ + [ + "django/core/files/storage.py", + [ + "Storage" + ] + ], + [ + "tests/file_storage/models.py", + [ + "Storage" + ] + ] + ], + "FileSystemStorage": [ + [ + "django/core/files/storage.py", + [ + "FileSystemStorage" + ] + ] + ], + "DefaultStorage": [ + [ + "django/core/files/storage.py", + [ + "DefaultStorage" + ] + ] + ], + "TemporaryFile": [ + [ + "django/core/files/temp.py", + [ + "if_os_name_nt_", + "TemporaryFile" + ] + ] + ], + "UploadedFile": [ + [ + "django/core/files/uploadedfile.py", + [ + "UploadedFile" + ] + ] + ], + "TemporaryUploadedFile": [ + [ + "django/core/files/uploadedfile.py", + [ + "TemporaryUploadedFile" + ] + ] + ], + "InMemoryUploadedFile": [ + [ + "django/core/files/uploadedfile.py", + [ + "InMemoryUploadedFile" + ] + ] + ], + "SimpleUploadedFile": [ + [ + "django/core/files/uploadedfile.py", + [ + "SimpleUploadedFile" + ] + ] + ], + "UploadFileException": [ + [ + "django/core/files/uploadhandler.py", + [ + "UploadFileException" + ] + ] + ], + "StopUpload": [ + [ + "django/core/files/uploadhandler.py", + [ + "StopUpload" + ] + ] + ], + "SkipFile": [ + [ + "django/core/files/uploadhandler.py", + [ + "SkipFile" + ] + ] + ], + "StopFutureHandlers": [ + [ + "django/core/files/uploadhandler.py", + [ + "StopFutureHandlers" + ] + ] + ], + "FileUploadHandler": [ + [ + "django/core/files/uploadhandler.py", + [ + "FileUploadHandler" + ] + ] + ], + "TemporaryFileUploadHandler": [ + [ + "django/core/files/uploadhandler.py", + [ + "TemporaryFileUploadHandler" + ] + ] + ], + "MemoryFileUploadHandler": [ + [ + "django/core/files/uploadhandler.py", + [ + "MemoryFileUploadHandler" + ] + ] + ], + "FileProxyMixin": [ + [ + "django/core/files/utils.py", + [ + "FileProxyMixin" + ] + ] + ], + "ASGIRequest": [ + [ + "django/core/handlers/asgi.py", + [ + "ASGIRequest" + ] + ] + ], + "ASGIHandler": [ + [ + "django/core/handlers/asgi.py", + [ + "ASGIHandler" + ] + ] + ], + "BaseHandler": [ + [ + "django/core/handlers/base.py", + [ + "BaseHandler" + ] + ] + ], + "LimitedStream": [ + [ + "django/core/handlers/wsgi.py", + [ + "LimitedStream" + ] + ] + ], + "WSGIRequest": [ + [ + "django/core/handlers/wsgi.py", + [ + "WSGIRequest" + ] + ] + ], + "WSGIHandler": [ + [ + "django/core/handlers/wsgi.py", + [ + "WSGIHandler" + ] + ] + ], + "BaseEmailBackend": [ + [ + "django/core/mail/backends/base.py", + [ + "BaseEmailBackend" + ] + ] + ], + "EmailBackend": [ + [ + "django/core/mail/backends/console.py", + [ + "EmailBackend" + ] + ], + [ + "django/core/mail/backends/dummy.py", + [ + "EmailBackend" + ] + ], + [ + "django/core/mail/backends/filebased.py", + [ + "EmailBackend" + ] + ], + [ + "django/core/mail/backends/locmem.py", + [ + "EmailBackend" + ] + ], + [ + "django/core/mail/backends/smtp.py", + [ + "EmailBackend" + ] + ], + [ + "tests/mail/custombackend.py", + [ + "EmailBackend" + ] + ] + ], + "BadHeaderError": [ + [ + "django/core/mail/message.py", + [ + "BadHeaderError" + ] + ], + [ + "django/http/response.py", + [ + "BadHeaderError" + ] + ] + ], + "MIMEMixin": [ + [ + "django/core/mail/message.py", + [ + "MIMEMixin" + ] + ] + ], + "SafeMIMEMessage": [ + [ + "django/core/mail/message.py", + [ + "SafeMIMEMessage" + ] + ] + ], + "SafeMIMEText": [ + [ + "django/core/mail/message.py", + [ + "SafeMIMEText" + ] + ] + ], + "SafeMIMEMultipart": [ + [ + "django/core/mail/message.py", + [ + "SafeMIMEMultipart" + ] + ] + ], + "EmailMessage": [ + [ + "django/core/mail/message.py", + [ + "EmailMessage" + ] + ] + ], + "EmailMultiAlternatives": [ + [ + "django/core/mail/message.py", + [ + "EmailMultiAlternatives" + ] + ] + ], + "CachedDnsName": [ + [ + "django/core/mail/utils.py", + [ + "CachedDnsName" + ] + ] + ], + "ManagementUtility": [ + [ + "django/core/management/__init__.py", + [ + "ManagementUtility" + ] + ] + ], + "CommandError": [ + [ + "django/core/management/base.py", + [ + "CommandError" + ] + ] + ], + "SystemCheckError": [ + [ + "django/core/management/base.py", + [ + "SystemCheckError" + ] + ] + ], + "CommandParser": [ + [ + "django/core/management/base.py", + [ + "CommandParser" + ] + ] + ], + "DjangoHelpFormatter": [ + [ + "django/core/management/base.py", + [ + "DjangoHelpFormatter" + ] + ] + ], + "OutputWrapper": [ + [ + "django/core/management/base.py", + [ + "OutputWrapper" + ] + ] + ], + "BaseCommand": [ + [ + "django/core/management/base.py", + [ + "BaseCommand" + ] + ] + ], + "AppCommand": [ + [ + "django/core/management/base.py", + [ + "AppCommand" + ] + ] + ], + "LabelCommand": [ + [ + "django/core/management/base.py", + [ + "LabelCommand" + ] + ] + ], + "Style": [ + [ + "django/core/management/color.py", + [ + "Style" + ] + ] + ], + "ProxyModelWarning": [ + [ + "django/core/management/commands/dumpdata.py", + [ + "ProxyModelWarning" + ] + ] + ], + "SingleZipReader": [ + [ + "django/core/management/commands/loaddata.py", + [ + "SingleZipReader" + ] + ] + ], + "TranslatableFile": [ + [ + "django/core/management/commands/makemessages.py", + [ + "TranslatableFile" + ] + ] + ], + "BuildFile": [ + [ + "django/core/management/commands/makemessages.py", + [ + "BuildFile" + ] + ] + ], + "TemplateCommand": [ + [ + "django/core/management/templates.py", + [ + "TemplateCommand" + ] + ] + ], + "UnorderedObjectListWarning": [ + [ + "django/core/paginator.py", + [ + "UnorderedObjectListWarning" + ] + ] + ], + "InvalidPage": [ + [ + "django/core/paginator.py", + [ + "InvalidPage" + ] + ] + ], + "PageNotAnInteger": [ + [ + "django/core/paginator.py", + [ + "PageNotAnInteger" + ] + ] + ], + "EmptyPage": [ + [ + "django/core/paginator.py", + [ + "EmptyPage" + ] + ] + ], + "Paginator": [ + [ + "django/core/paginator.py", + [ + "Paginator" + ] + ] + ], + "Page": [ + [ + "django/core/paginator.py", + [ + "Page" + ] + ], + [ + "tests/generic_views/models.py", + [ + "Page" + ] + ], + [ + "tests/queries/models.py", + [ + "Page" + ] + ] + ], + "BadSerializer": [ + [ + "django/core/serializers/__init__.py", + [ + "BadSerializer" + ] + ] + ], + "PickleSerializer": [ + [ + "django/core/serializers/base.py", + [ + "PickleSerializer" + ] + ] + ], + "SerializerDoesNotExist": [ + [ + "django/core/serializers/base.py", + [ + "SerializerDoesNotExist" + ] + ] + ], + "SerializationError": [ + [ + "django/core/serializers/base.py", + [ + "SerializationError" + ] + ] + ], + "DeserializationError": [ + [ + "django/core/serializers/base.py", + [ + "DeserializationError" + ] + ] + ], + "M2MDeserializationError": [ + [ + "django/core/serializers/base.py", + [ + "M2MDeserializationError" + ] + ] + ], + "ProgressBar": [ + [ + "django/core/serializers/base.py", + [ + "ProgressBar" + ] + ] + ], + "DeserializedObject": [ + [ + "django/core/serializers/base.py", + [ + "DeserializedObject" + ] + ] + ], + "DjangoJSONEncoder": [ + [ + "django/core/serializers/json.py", + [ + "DjangoJSONEncoder" + ] + ] + ], + "DjangoSafeDumper": [ + [ + "django/core/serializers/pyyaml.py", + [ + "DjangoSafeDumper" + ] + ] + ], + "DefusedExpatParser": [ + [ + "django/core/serializers/xml_serializer.py", + [ + "DefusedExpatParser" + ] + ] + ], + "DefusedXmlException": [ + [ + "django/core/serializers/xml_serializer.py", + [ + "DefusedXmlException" + ] + ] + ], + "DTDForbidden": [ + [ + "django/core/serializers/xml_serializer.py", + [ + "DTDForbidden" + ] + ] + ], + "EntitiesForbidden": [ + [ + "django/core/serializers/xml_serializer.py", + [ + "EntitiesForbidden" + ] + ] + ], + "ExternalReferenceForbidden": [ + [ + "django/core/serializers/xml_serializer.py", + [ + "ExternalReferenceForbidden" + ] + ] + ], + "WSGIServer": [ + [ + "django/core/servers/basehttp.py", + [ + "WSGIServer" + ] + ] + ], + "ThreadedWSGIServer": [ + [ + "django/core/servers/basehttp.py", + [ + "ThreadedWSGIServer" + ] + ] + ], + "ServerHandler": [ + [ + "django/core/servers/basehttp.py", + [ + "ServerHandler" + ] + ], + [ + "tests/builtin_server/tests.py", + [ + "ServerHandler" + ] + ] + ], + "WSGIRequestHandler": [ + [ + "django/core/servers/basehttp.py", + [ + "WSGIRequestHandler" + ] + ] + ], + "BadSignature": [ + [ + "django/core/signing.py", + [ + "BadSignature" + ] + ] + ], + "SignatureExpired": [ + [ + "django/core/signing.py", + [ + "SignatureExpired" + ] + ] + ], + "JSONSerializer": [ + [ + "django/core/signing.py", + [ + "JSONSerializer" + ] + ] + ], + "Signer": [ + [ + "django/core/signing.py", + [ + "Signer" + ] + ] + ], + "TimestampSigner": [ + [ + "django/core/signing.py", + [ + "TimestampSigner" + ] + ] + ], + "RegexValidator": [ + [ + "django/core/validators.py", + [ + "RegexValidator" + ] + ] + ], + "URLValidator": [ + [ + "django/core/validators.py", + [ + "URLValidator" + ] + ] + ], + "EmailValidator": [ + [ + "django/core/validators.py", + [ + "EmailValidator" + ] + ] + ], + "BaseValidator": [ + [ + "django/core/validators.py", + [ + "BaseValidator" + ] + ] + ], + "MaxValueValidator": [ + [ + "django/core/validators.py", + [ + "MaxValueValidator" + ] + ] + ], + "MinValueValidator": [ + [ + "django/core/validators.py", + [ + "MinValueValidator" + ] + ] + ], + "MinLengthValidator": [ + [ + "django/core/validators.py", + [ + "MinLengthValidator" + ] + ] + ], + "MaxLengthValidator": [ + [ + "django/core/validators.py", + [ + "MaxLengthValidator" + ] + ] + ], + "DecimalValidator": [ + [ + "django/core/validators.py", + [ + "DecimalValidator" + ] + ] + ], + "FileExtensionValidator": [ + [ + "django/core/validators.py", + [ + "FileExtensionValidator" + ] + ] + ], + "ProhibitNullCharactersValidator": [ + [ + "django/core/validators.py", + [ + "ProhibitNullCharactersValidator" + ] + ] + ], + "BaseDatabaseWrapper": [ + [ + "django/db/backends/base/base.py", + [ + "BaseDatabaseWrapper" + ] + ] + ], + "BaseDatabaseClient": [ + [ + "django/db/backends/base/client.py", + [ + "BaseDatabaseClient" + ] + ] + ], + "BaseDatabaseCreation": [ + [ + "django/db/backends/base/creation.py", + [ + "BaseDatabaseCreation" + ] + ] + ], + "BaseDatabaseFeatures": [ + [ + "django/db/backends/base/features.py", + [ + "BaseDatabaseFeatures" + ] + ] + ], + "BaseDatabaseIntrospection": [ + [ + "django/db/backends/base/introspection.py", + [ + "BaseDatabaseIntrospection" + ] + ] + ], + "BaseDatabaseOperations": [ + [ + "django/db/backends/base/operations.py", + [ + "BaseDatabaseOperations" + ] + ] + ], + "BaseDatabaseSchemaEditor": [ + [ + "django/db/backends/base/schema.py", + [ + "BaseDatabaseSchemaEditor" + ] + ] + ], + "BaseDatabaseValidation": [ + [ + "django/db/backends/base/validation.py", + [ + "BaseDatabaseValidation" + ] + ] + ], + "Reference": [ + [ + "django/db/backends/ddl_references.py", + [ + "Reference" + ] + ], + [ + "tests/ordering/models.py", + [ + "Reference" + ] + ] + ], + "Table": [ + [ + "django/db/backends/ddl_references.py", + [ + "Table" + ] + ] + ], + "TableColumns": [ + [ + "django/db/backends/ddl_references.py", + [ + "TableColumns" + ] + ] + ], + "Columns": [ + [ + "django/db/backends/ddl_references.py", + [ + "Columns" + ] + ] + ], + "IndexName": [ + [ + "django/db/backends/ddl_references.py", + [ + "IndexName" + ] + ] + ], + "IndexColumns": [ + [ + "django/db/backends/ddl_references.py", + [ + "IndexColumns" + ] + ] + ], + "ForeignKeyName": [ + [ + "django/db/backends/ddl_references.py", + [ + "ForeignKeyName" + ] + ] + ], + "Statement": [ + [ + "django/db/backends/ddl_references.py", + [ + "Statement" + ] + ] + ], + "Expressions": [ + [ + "django/db/backends/ddl_references.py", + [ + "Expressions" + ] + ] + ], + "DatabaseOperations": [ + [ + "django/db/backends/dummy/base.py", + [ + "DatabaseOperations" + ] + ], + [ + "django/db/backends/mysql/operations.py", + [ + "DatabaseOperations" + ] + ], + [ + "django/db/backends/oracle/operations.py", + [ + "DatabaseOperations" + ] + ], + [ + "django/db/backends/postgresql/operations.py", + [ + "DatabaseOperations" + ] + ], + [ + "django/db/backends/sqlite3/operations.py", + [ + "DatabaseOperations" + ] + ] + ], + "DatabaseClient": [ + [ + "django/db/backends/dummy/base.py", + [ + "DatabaseClient" + ] + ], + [ + "django/db/backends/mysql/client.py", + [ + "DatabaseClient" + ] + ], + [ + "django/db/backends/oracle/client.py", + [ + "DatabaseClient" + ] + ], + [ + "django/db/backends/postgresql/client.py", + [ + "DatabaseClient" + ] + ], + [ + "django/db/backends/sqlite3/client.py", + [ + "DatabaseClient" + ] + ] + ], + "DatabaseCreation": [ + [ + "django/db/backends/dummy/base.py", + [ + "DatabaseCreation" + ] + ], + [ + "django/db/backends/mysql/creation.py", + [ + "DatabaseCreation" + ] + ], + [ + "django/db/backends/oracle/creation.py", + [ + "DatabaseCreation" + ] + ], + [ + "django/db/backends/postgresql/creation.py", + [ + "DatabaseCreation" + ] + ], + [ + "django/db/backends/sqlite3/creation.py", + [ + "DatabaseCreation" + ] + ] + ], + "DatabaseIntrospection": [ + [ + "django/db/backends/dummy/base.py", + [ + "DatabaseIntrospection" + ] + ], + [ + "django/db/backends/mysql/introspection.py", + [ + "DatabaseIntrospection" + ] + ], + [ + "django/db/backends/oracle/introspection.py", + [ + "DatabaseIntrospection" + ] + ], + [ + "django/db/backends/postgresql/introspection.py", + [ + "DatabaseIntrospection" + ] + ], + [ + "django/db/backends/sqlite3/introspection.py", + [ + "DatabaseIntrospection" + ] + ] + ], + "DummyDatabaseFeatures": [ + [ + "django/db/backends/dummy/features.py", + [ + "DummyDatabaseFeatures" + ] + ] + ], + "CursorWrapper": [ + [ + "django/db/backends/mysql/base.py", + [ + "CursorWrapper" + ] + ], + [ + "django/db/backends/utils.py", + [ + "CursorWrapper" + ] + ] + ], + "SQLCompiler": [ + [ + "django/db/backends/mysql/compiler.py", + [ + "SQLCompiler" + ] + ], + [ + "django/db/models/sql/compiler.py", + [ + "SQLCompiler" + ] + ] + ], + "SQLInsertCompiler": [ + [ + "django/db/backends/mysql/compiler.py", + [ + "SQLInsertCompiler" + ] + ], + [ + "django/db/models/sql/compiler.py", + [ + "SQLInsertCompiler" + ] + ] + ], + "SQLDeleteCompiler": [ + [ + "django/db/backends/mysql/compiler.py", + [ + "SQLDeleteCompiler" + ] + ], + [ + "django/db/models/sql/compiler.py", + [ + "SQLDeleteCompiler" + ] + ] + ], + "SQLUpdateCompiler": [ + [ + "django/db/backends/mysql/compiler.py", + [ + "SQLUpdateCompiler" + ] + ], + [ + "django/db/models/sql/compiler.py", + [ + "SQLUpdateCompiler" + ] + ] + ], + "SQLAggregateCompiler": [ + [ + "django/db/backends/mysql/compiler.py", + [ + "SQLAggregateCompiler" + ] + ], + [ + "django/db/models/sql/compiler.py", + [ + "SQLAggregateCompiler" + ] + ] + ], + "DatabaseSchemaEditor": [ + [ + "django/db/backends/mysql/schema.py", + [ + "DatabaseSchemaEditor" + ] + ], + [ + "django/db/backends/oracle/schema.py", + [ + "DatabaseSchemaEditor" + ] + ], + [ + "django/db/backends/postgresql/schema.py", + [ + "DatabaseSchemaEditor" + ] + ], + [ + "django/db/backends/sqlite3/schema.py", + [ + "DatabaseSchemaEditor" + ] + ] + ], + "DatabaseValidation": [ + [ + "django/db/backends/mysql/validation.py", + [ + "DatabaseValidation" + ] + ], + [ + "django/db/backends/oracle/validation.py", + [ + "DatabaseValidation" + ] + ] + ], + "_UninitializedOperatorsDescriptor": [ + [ + "django/db/backends/oracle/base.py", + [ + "_UninitializedOperatorsDescriptor" + ] + ] + ], + "OracleParam": [ + [ + "django/db/backends/oracle/base.py", + [ + "OracleParam" + ] + ] + ], + "VariableWrapper": [ + [ + "django/db/backends/oracle/base.py", + [ + "VariableWrapper" + ] + ] + ], + "FormatStylePlaceholderCursor": [ + [ + "django/db/backends/oracle/base.py", + [ + "FormatStylePlaceholderCursor" + ] + ] + ], + "IntervalToSeconds": [ + [ + "django/db/backends/oracle/functions.py", + [ + "IntervalToSeconds" + ] + ] + ], + "SecondsToInterval": [ + [ + "django/db/backends/oracle/functions.py", + [ + "SecondsToInterval" + ] + ] + ], + "InsertVar": [ + [ + "django/db/backends/oracle/utils.py", + [ + "InsertVar" + ] + ] + ], + "Oracle_datetime": [ + [ + "django/db/backends/oracle/utils.py", + [ + "Oracle_datetime" + ] + ] + ], + "BulkInsertMapper": [ + [ + "django/db/backends/oracle/utils.py", + [ + "BulkInsertMapper" + ] + ] + ], + "CursorDebugWrapper": [ + [ + "django/db/backends/postgresql/base.py", + [ + "CursorDebugWrapper" + ] + ], + [ + "django/db/backends/utils.py", + [ + "CursorDebugWrapper" + ] + ] + ], + "SQLiteCursorWrapper": [ + [ + "django/db/backends/sqlite3/base.py", + [ + "SQLiteCursorWrapper" + ] + ] + ], + "FlexibleFieldLookupDict": [ + [ + "django/db/backends/sqlite3/introspection.py", + [ + "FlexibleFieldLookupDict" + ] + ] + ], + "MigrationAutodetector": [ + [ + "django/db/migrations/autodetector.py", + [ + "MigrationAutodetector" + ] + ] + ], + "AmbiguityError": [ + [ + "django/db/migrations/exceptions.py", + [ + "AmbiguityError" + ] + ] + ], + "BadMigrationError": [ + [ + "django/db/migrations/exceptions.py", + [ + "BadMigrationError" + ] + ] + ], + "CircularDependencyError": [ + [ + "django/db/migrations/exceptions.py", + [ + "CircularDependencyError" + ] + ] + ], + "InconsistentMigrationHistory": [ + [ + "django/db/migrations/exceptions.py", + [ + "InconsistentMigrationHistory" + ] + ] + ], + "InvalidBasesError": [ + [ + "django/db/migrations/exceptions.py", + [ + "InvalidBasesError" + ] + ] + ], + "IrreversibleError": [ + [ + "django/db/migrations/exceptions.py", + [ + "IrreversibleError" + ] + ] + ], + "NodeNotFoundError": [ + [ + "django/db/migrations/exceptions.py", + [ + "NodeNotFoundError" + ] + ] + ], + "MigrationSchemaMissing": [ + [ + "django/db/migrations/exceptions.py", + [ + "MigrationSchemaMissing" + ] + ] + ], + "InvalidMigrationPlan": [ + [ + "django/db/migrations/exceptions.py", + [ + "InvalidMigrationPlan" + ] + ] + ], + "MigrationExecutor": [ + [ + "django/db/migrations/executor.py", + [ + "MigrationExecutor" + ] + ] + ], + "Node": [ + [ + "django/db/migrations/graph.py", + [ + "Node" + ] + ], + [ + "django/template/base.py", + [ + "Node" + ] + ], + [ + "django/utils/tree.py", + [ + "Node" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Node" + ] + ], + [ + "tests/queries/models.py", + [ + "Node" + ] + ], + [ + "tests/schema/models.py", + [ + "Node" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_add_inline_fk_index_update_data", + "Node" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_func_index_f_decimalfield", + "Node" + ] + ] + ], + "DummyNode": [ + [ + "django/db/migrations/graph.py", + [ + "DummyNode" + ] + ], + [ + "tests/queries/tests.py", + [ + "WhereNodeTest", + "DummyNode" + ] + ] + ], + "MigrationGraph": [ + [ + "django/db/migrations/graph.py", + [ + "MigrationGraph" + ] + ] + ], + "MigrationLoader": [ + [ + "django/db/migrations/loader.py", + [ + "MigrationLoader" + ] + ] + ], + "SwappableTuple": [ + [ + "django/db/migrations/migration.py", + [ + "SwappableTuple" + ] + ] + ], + "Operation": [ + [ + "django/db/migrations/operations/base.py", + [ + "Operation" + ] + ] + ], + "FieldOperation": [ + [ + "django/db/migrations/operations/fields.py", + [ + "FieldOperation" + ] + ] + ], + "AddField": [ + [ + "django/db/migrations/operations/fields.py", + [ + "AddField" + ] + ] + ], + "RemoveField": [ + [ + "django/db/migrations/operations/fields.py", + [ + "RemoveField" + ] + ] + ], + "AlterField": [ + [ + "django/db/migrations/operations/fields.py", + [ + "AlterField" + ] + ] + ], + "RenameField": [ + [ + "django/db/migrations/operations/fields.py", + [ + "RenameField" + ] + ] + ], + "ModelOperation": [ + [ + "django/db/migrations/operations/models.py", + [ + "ModelOperation" + ] + ] + ], + "CreateModel": [ + [ + "django/db/migrations/operations/models.py", + [ + "CreateModel" + ] + ], + [ + "tests/custom_migration_operations/operations.py", + [ + "CreateModel" + ] + ] + ], + "DeleteModel": [ + [ + "django/db/migrations/operations/models.py", + [ + "DeleteModel" + ] + ] + ], + "RenameModel": [ + [ + "django/db/migrations/operations/models.py", + [ + "RenameModel" + ] + ] + ], + "ModelOptionOperation": [ + [ + "django/db/migrations/operations/models.py", + [ + "ModelOptionOperation" + ] + ] + ], + "AlterModelTable": [ + [ + "django/db/migrations/operations/models.py", + [ + "AlterModelTable" + ] + ] + ], + "AlterTogetherOptionOperation": [ + [ + "django/db/migrations/operations/models.py", + [ + "AlterTogetherOptionOperation" + ] + ] + ], + "AlterUniqueTogether": [ + [ + "django/db/migrations/operations/models.py", + [ + "AlterUniqueTogether" + ] + ] + ], + "AlterIndexTogether": [ + [ + "django/db/migrations/operations/models.py", + [ + "AlterIndexTogether" + ] + ] + ], + "AlterOrderWithRespectTo": [ + [ + "django/db/migrations/operations/models.py", + [ + "AlterOrderWithRespectTo" + ] + ] + ], + "AlterModelOptions": [ + [ + "django/db/migrations/operations/models.py", + [ + "AlterModelOptions" + ] + ] + ], + "AlterModelManagers": [ + [ + "django/db/migrations/operations/models.py", + [ + "AlterModelManagers" + ] + ] + ], + "IndexOperation": [ + [ + "django/db/migrations/operations/models.py", + [ + "IndexOperation" + ] + ] + ], + "AddIndex": [ + [ + "django/db/migrations/operations/models.py", + [ + "AddIndex" + ] + ] + ], + "RemoveIndex": [ + [ + "django/db/migrations/operations/models.py", + [ + "RemoveIndex" + ] + ] + ], + "AddConstraint": [ + [ + "django/db/migrations/operations/models.py", + [ + "AddConstraint" + ] + ] + ], + "RemoveConstraint": [ + [ + "django/db/migrations/operations/models.py", + [ + "RemoveConstraint" + ] + ] + ], + "SeparateDatabaseAndState": [ + [ + "django/db/migrations/operations/special.py", + [ + "SeparateDatabaseAndState" + ] + ] + ], + "RunSQL": [ + [ + "django/db/migrations/operations/special.py", + [ + "RunSQL" + ] + ] + ], + "RunPython": [ + [ + "django/db/migrations/operations/special.py", + [ + "RunPython" + ] + ] + ], + "MigrationOptimizer": [ + [ + "django/db/migrations/optimizer.py", + [ + "MigrationOptimizer" + ] + ] + ], + "MigrationQuestioner": [ + [ + "django/db/migrations/questioner.py", + [ + "MigrationQuestioner" + ] + ] + ], + "InteractiveMigrationQuestioner": [ + [ + "django/db/migrations/questioner.py", + [ + "InteractiveMigrationQuestioner" + ] + ] + ], + "NonInteractiveMigrationQuestioner": [ + [ + "django/db/migrations/questioner.py", + [ + "NonInteractiveMigrationQuestioner" + ] + ] + ], + "MigrationRecorder": [ + [ + "django/db/migrations/recorder.py", + [ + "MigrationRecorder" + ] + ] + ], + "BaseSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "BaseSerializer" + ] + ] + ], + "BaseSequenceSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "BaseSequenceSerializer" + ] + ] + ], + "BaseSimpleSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "BaseSimpleSerializer" + ] + ] + ], + "ChoicesSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "ChoicesSerializer" + ] + ] + ], + "DateTimeSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "DateTimeSerializer" + ] + ] + ], + "DatetimeDatetimeSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "DatetimeDatetimeSerializer" + ] + ] + ], + "DecimalSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "DecimalSerializer" + ] + ] + ], + "DeconstructableSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "DeconstructableSerializer" + ] + ] + ], + "DictionarySerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "DictionarySerializer" + ] + ] + ], + "EnumSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "EnumSerializer" + ] + ] + ], + "FloatSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "FloatSerializer" + ] + ] + ], + "FrozensetSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "FrozensetSerializer" + ] + ] + ], + "FunctionTypeSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "FunctionTypeSerializer" + ] + ] + ], + "FunctoolsPartialSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "FunctoolsPartialSerializer" + ] + ] + ], + "IterableSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "IterableSerializer" + ] + ] + ], + "ModelFieldSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "ModelFieldSerializer" + ] + ] + ], + "ModelManagerSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "ModelManagerSerializer" + ] + ] + ], + "OperationSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "OperationSerializer" + ] + ] + ], + "PathLikeSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "PathLikeSerializer" + ] + ] + ], + "PathSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "PathSerializer" + ] + ] + ], + "RegexSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "RegexSerializer" + ] + ] + ], + "SequenceSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "SequenceSerializer" + ] + ] + ], + "SetSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "SetSerializer" + ] + ] + ], + "SettingsReferenceSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "SettingsReferenceSerializer" + ] + ] + ], + "TupleSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "TupleSerializer" + ] + ] + ], + "TypeSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "TypeSerializer" + ] + ] + ], + "UUIDSerializer": [ + [ + "django/db/migrations/serializer.py", + [ + "UUIDSerializer" + ] + ] + ], + "ProjectState": [ + [ + "django/db/migrations/state.py", + [ + "ProjectState" + ] + ] + ], + "AppConfigStub": [ + [ + "django/db/migrations/state.py", + [ + "AppConfigStub" + ] + ] + ], + "StateApps": [ + [ + "django/db/migrations/state.py", + [ + "StateApps" + ] + ] + ], + "ModelState": [ + [ + "django/db/migrations/state.py", + [ + "ModelState" + ] + ], + [ + "django/db/models/base.py", + [ + "ModelState" + ] + ] + ], + "RegexObject": [ + [ + "django/db/migrations/utils.py", + [ + "RegexObject" + ] + ] + ], + "OperationWriter": [ + [ + "django/db/migrations/writer.py", + [ + "OperationWriter" + ] + ] + ], + "MigrationWriter": [ + [ + "django/db/migrations/writer.py", + [ + "MigrationWriter" + ] + ] + ], + "Aggregate": [ + [ + "django/db/models/aggregates.py", + [ + "Aggregate" + ] + ] + ], + "Avg": [ + [ + "django/db/models/aggregates.py", + [ + "Avg" + ] + ] + ], + "Count": [ + [ + "django/db/models/aggregates.py", + [ + "Count" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "Count" + ] + ] + ], + "Max": [ + [ + "django/db/models/aggregates.py", + [ + "Max" + ] + ] + ], + "Min": [ + [ + "django/db/models/aggregates.py", + [ + "Min" + ] + ] + ], + "StdDev": [ + [ + "django/db/models/aggregates.py", + [ + "StdDev" + ] + ] + ], + "Sum": [ + [ + "django/db/models/aggregates.py", + [ + "Sum" + ] + ] + ], + "Variance": [ + [ + "django/db/models/aggregates.py", + [ + "Variance" + ] + ] + ], + "Deferred": [ + [ + "django/db/models/base.py", + [ + "Deferred" + ] + ] + ], + "ModelBase": [ + [ + "django/db/models/base.py", + [ + "ModelBase" + ] + ] + ], + "ModelStateFieldsCacheDescriptor": [ + [ + "django/db/models/base.py", + [ + "ModelStateFieldsCacheDescriptor" + ] + ] + ], + "Model": [ + [ + "django/db/models/base.py", + [ + "Model" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization", + "Model" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization_meta_constraints", + "Model" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_proxy_models", + "Model" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_in_same_model", + "Model" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_in_same_model", + "Model" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_pk", + "Model" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_skipped_on_model_with_invalid_app_label", + "Model" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_default_auto_field_setting", + "Model" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_explicit_pk", + "Model" + ] + ], + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestDeprecatedField", + "test_default_details", + "Model" + ] + ], + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestDeprecatedField", + "test_user_specified_details", + "Model" + ] + ], + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestRemovedField", + "test_default_details", + "Model" + ] + ], + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestRemovedField", + "test_user_specified_details", + "Model" + ] + ], + [ + "tests/check_framework/test_multi_db.py", + [ + "TestMultiDBChecks", + "test_checks_called_on_the_default_database", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericForeignKeyTests", + "test_invalid_content_type_field", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericForeignKeyTests", + "test_content_type_field_pointing_to_wrong_model", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericForeignKeyTests", + "test_field_name_ending_with_underscore", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericForeignKeyTests", + "test_generic_foreign_key_checks_are_performed", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_pointing_to_missing_model", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_valid_self_referential_generic_relationship", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_pointing_to_swapped_model", + "Model" + ] + ], + [ + "tests/contenttypes_tests/test_fields.py", + [ + "GenericForeignKeyTests", + "test_str", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_backend_specific.py", + [ + "BackendSpecificChecksTests", + "test_check_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_custom_fields.py", + [ + "CustomFieldTest", + "test_none_column", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_non_iterable", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_non_list", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_list_containing_non_iterable", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_non_iterable", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_list_containing_non_iterable", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_non_list", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_valid_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_pointing_to_m2m", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_name_constraints", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_max_name_length", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_condition", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_condition_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_include", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_with_include_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_fk", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_complex_expression_custom_lookup", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_missing_field_nested", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_ending_with_underscore", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_including_separator", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_pk", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_db_column_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_field_name_clash_with_m2m_through", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_id_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_unique_primary_key", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_non_iterable", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_just_ordering_no_errors", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_non_valid", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_foreignkey_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_related_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_allows_registered_lookups", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_lookup_not_transform", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_property_and_related_field_accessor_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_single_primary_key", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_swappable_missing_app_name", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_swappable_missing_app", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "JSONFieldTests", + "test_ordering_pointing_to_json_field_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "JSONFieldTests", + "test_check_jsonfield", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "JSONFieldTests", + "test_check_jsonfield_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraints", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraints_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_reverse_fk", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_reverse_o2o", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_fk", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_pk", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_joined_fields", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_joined_fields_complex_check", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_condition", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_condition_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_condition_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_condition_pointing_to_joined_fields", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_reverse_o2o", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_deferrable_unique_constraint", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_deferrable_unique_constraint_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_fk", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_include", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_with_include_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_fk", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_expression_custom_lookup", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_missing_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_missing_field_nested", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_m2m_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "AutoFieldTests", + "test_valid_case", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "AutoFieldTests", + "test_primary_key", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "AutoFieldTests", + "test_max_length_warning", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "BinaryFieldTests", + "test_valid_default_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "BinaryFieldTests", + "test_str_default_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_valid_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_missing_max_length", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_negative_max_length", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_bad_max_length_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_str_max_length_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_str_max_length_type", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_non_iterable_choices", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_non_iterable_choices_two_letters", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_containing_non_pairs", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_containing_lazy", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_lazy_choices", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_named_group", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_named_group_non_pairs", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_named_group_bad_structure", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_named_group_lazy", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_in_max_length", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_bad_db_index_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_bad_validators", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_too_long_char_field_under_mysql", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_db_collation", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_db_collation_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DateFieldTests", + "test_auto_now_and_auto_now_add_raise_error", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DateFieldTests", + "test_fix_default_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DateTimeFieldTests", + "test_fix_default_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DecimalFieldTests", + "test_required_attributes", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DecimalFieldTests", + "test_negative_max_digits_and_decimal_places", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DecimalFieldTests", + "test_bad_values_of_max_digits_and_decimal_places", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DecimalFieldTests", + "test_decimal_places_greater_than_max_digits", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DecimalFieldTests", + "test_valid_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FileFieldTests", + "test_valid_default_case", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FileFieldTests", + "test_valid_case", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FileFieldTests", + "test_primary_key", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FileFieldTests", + "test_upload_to_starts_with_slash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FileFieldTests", + "test_upload_to_callable_not_checked", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FilePathFieldTests", + "test_forbidden_files_and_folders", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "GenericIPAddressFieldTests", + "test_non_nullable_blank", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "ImageFieldTests", + "test_pillow_installed", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "IntegerFieldTests", + "test_max_length_warning", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "TimeFieldTests", + "test_fix_default_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "TextFieldTests", + "test_max_length_warning", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "TextFieldTests", + "test_db_collation", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "TextFieldTests", + "test_db_collation_required_db_features", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "UUIDFieldTests", + "test_choices_named_group", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "JSONFieldTests", + "test_invalid_default", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "JSONFieldTests", + "test_valid_default", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "JSONFieldTests", + "test_valid_default_none", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "JSONFieldTests", + "test_valid_callable_default", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_valid_foreign_key_without_accessor", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_missing_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_isolate_apps_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_to_missing_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_to_isolate_apps_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_with_useless_options", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_abstract_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_m2m_to_abstract_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_non_unique_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_non_unique_field_under_explicit_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_partially_unique_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_unique_field_with_meta_constraint", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_on_delete_set_null_on_non_nullable_field", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_on_delete_set_default_without_default_value", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_nullable_primary_key", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_not_swapped_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_referencing_to_swapped_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_invalid_related_query_name", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "_test_accessor_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_clash_between_accessors", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_m2m_to_m2m_with_inheritance", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "_test_reverse_query_name_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "test_no_clash_across_apps_without_accessor", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "test_no_clash_across_apps_without_accessor", + "_test", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedNameClashTests", + "_test_explicit_related_name_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedQueryNameClashTests", + "_test_explicit_related_query_name_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialM2MClashTests", + "test_clash_between_accessors", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialM2MClashTests", + "test_accessor_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialM2MClashTests", + "test_reverse_query_name_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialM2MClashTests", + "test_clash_under_explicit_related_name", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialM2MClashTests", + "test_valid_model", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialFKClashTests", + "test_accessor_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialFKClashTests", + "test_reverse_query_name_clash", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialFKClashTests", + "test_clash_under_explicit_related_name", + "Model" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ComplexClashTests", + "test_complex_clash", + "Model" + ] + ], + [ + "tests/lookup/tests.py", + [ + "LookupTests", + "test_in_bulk_non_unique_meta_constaint", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_default_auto_field_setting_nonexistent", + "with_self_assertRaisesMes", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_app_default_auto_field_nonexistent", + "with_self_assertRaisesMes", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_default_auto_field_setting_non_auto", + "with_self_assertRaisesMes", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_app_default_auto_field_non_auto", + "with_self_assertRaisesMes", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_default_auto_field_setting_none", + "with_self_assertRaisesMes", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_app_default_auto_field_none", + "with_self_assertRaisesMes", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_default_auto_field_setting", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_default_auto_field_setting_bigautofield_subclass", + "Model" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_app_default_auto_field", + "Model" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "BasicTests", + "test_get_field_display", + "Model" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestChecks", + "test_choices_tuple_list", + "Model" + ] + ] + ], + "BaseConstraint": [ + [ + "django/db/models/constraints.py", + [ + "BaseConstraint" + ] + ] + ], + "CheckConstraint": [ + [ + "django/db/models/constraints.py", + [ + "CheckConstraint" + ] + ] + ], + "Deferrable": [ + [ + "django/db/models/constraints.py", + [ + "Deferrable" + ] + ] + ], + "UniqueConstraint": [ + [ + "django/db/models/constraints.py", + [ + "UniqueConstraint" + ] + ] + ], + "ProtectedError": [ + [ + "django/db/models/deletion.py", + [ + "ProtectedError" + ] + ] + ], + "RestrictedError": [ + [ + "django/db/models/deletion.py", + [ + "RestrictedError" + ] + ] + ], + "Collector": [ + [ + "django/db/models/deletion.py", + [ + "Collector" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Collector" + ] + ] + ], + "ChoicesMeta": [ + [ + "django/db/models/enums.py", + [ + "ChoicesMeta" + ] + ] + ], + "Choices": [ + [ + "django/db/models/enums.py", + [ + "Choices" + ] + ], + [ + "tests/model_fields/test_charfield.py", + [ + "ValidationTests", + "Choices" + ] + ], + [ + "tests/model_fields/test_integerfield.py", + [ + "ValidationTests", + "Choices" + ] + ] + ], + "IntegerChoices": [ + [ + "django/db/models/enums.py", + [ + "IntegerChoices" + ] + ], + [ + "tests/migrations/test_writer.py", + [ + "WriterTests", + "test_serialize_choices", + "IntegerChoices" + ] + ] + ], + "TextChoices": [ + [ + "django/db/models/enums.py", + [ + "TextChoices" + ] + ], + [ + "tests/migrations/test_writer.py", + [ + "WriterTests", + "test_serialize_choices", + "TextChoices" + ] + ] + ], + "SQLiteNumericMixin": [ + [ + "django/db/models/expressions.py", + [ + "SQLiteNumericMixin" + ] + ] + ], + "Combinable": [ + [ + "django/db/models/expressions.py", + [ + "Combinable" + ] + ] + ], + "BaseExpression": [ + [ + "django/db/models/expressions.py", + [ + "BaseExpression" + ] + ] + ], + "Expression": [ + [ + "django/db/models/expressions.py", + [ + "Expression" + ] + ] + ], + "CombinedExpression": [ + [ + "django/db/models/expressions.py", + [ + "CombinedExpression" + ] + ] + ], + "DurationExpression": [ + [ + "django/db/models/expressions.py", + [ + "DurationExpression" + ] + ] + ], + "TemporalSubtraction": [ + [ + "django/db/models/expressions.py", + [ + "TemporalSubtraction" + ] + ] + ], + "F": [ + [ + "django/db/models/expressions.py", + [ + "F" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "F" + ] + ] + ], + "ResolvedOuterRef": [ + [ + "django/db/models/expressions.py", + [ + "ResolvedOuterRef" + ] + ] + ], + "OuterRef": [ + [ + "django/db/models/expressions.py", + [ + "OuterRef" + ] + ] + ], + "Func": [ + [ + "django/db/models/expressions.py", + [ + "Func" + ] + ] + ], + "Value": [ + [ + "django/db/models/expressions.py", + [ + "Value" + ] + ] + ], + "RawSQL": [ + [ + "django/db/models/expressions.py", + [ + "RawSQL" + ] + ] + ], + "Star": [ + [ + "django/db/models/expressions.py", + [ + "Star" + ] + ] + ], + "Col": [ + [ + "django/db/models/expressions.py", + [ + "Col" + ] + ] + ], + "Ref": [ + [ + "django/db/models/expressions.py", + [ + "Ref" + ] + ] + ], + "ExpressionList": [ + [ + "django/db/models/expressions.py", + [ + "ExpressionList" + ] + ] + ], + "ExpressionWrapper": [ + [ + "django/db/models/expressions.py", + [ + "ExpressionWrapper" + ] + ] + ], + "When": [ + [ + "django/db/models/expressions.py", + [ + "When" + ] + ] + ], + "Case": [ + [ + "django/db/models/expressions.py", + [ + "Case" + ] + ] + ], + "Subquery": [ + [ + "django/db/models/expressions.py", + [ + "Subquery" + ] + ] + ], + "Exists": [ + [ + "django/db/models/expressions.py", + [ + "Exists" + ] + ] + ], + "OrderBy": [ + [ + "django/db/models/expressions.py", + [ + "OrderBy" + ] + ] + ], + "Window": [ + [ + "django/db/models/expressions.py", + [ + "Window" + ] + ] + ], + "WindowFrame": [ + [ + "django/db/models/expressions.py", + [ + "WindowFrame" + ] + ] + ], + "RowRange": [ + [ + "django/db/models/expressions.py", + [ + "RowRange" + ] + ] + ], + "ValueRange": [ + [ + "django/db/models/expressions.py", + [ + "ValueRange" + ] + ] + ], + "Empty": [ + [ + "django/db/models/fields/__init__.py", + [ + "Empty" + ] + ], + [ + "django/db/models/sql/datastructures.py", + [ + "Empty" + ] + ], + [ + "tests/empty/models.py", + [ + "Empty" + ] + ] + ], + "NOT_PROVIDED": [ + [ + "django/db/models/fields/__init__.py", + [ + "NOT_PROVIDED" + ] + ] + ], + "BooleanField": [ + [ + "django/db/models/fields/__init__.py", + [ + "BooleanField" + ] + ], + [ + "django/forms/fields.py", + [ + "BooleanField" + ] + ] + ], + "CharField": [ + [ + "django/db/models/fields/__init__.py", + [ + "CharField" + ] + ], + [ + "django/forms/fields.py", + [ + "CharField" + ] + ] + ], + "CommaSeparatedIntegerField": [ + [ + "django/db/models/fields/__init__.py", + [ + "CommaSeparatedIntegerField" + ] + ] + ], + "DateTimeCheckMixin": [ + [ + "django/db/models/fields/__init__.py", + [ + "DateTimeCheckMixin" + ] + ] + ], + "DateField": [ + [ + "django/db/models/fields/__init__.py", + [ + "DateField" + ] + ], + [ + "django/forms/fields.py", + [ + "DateField" + ] + ] + ], + "DateTimeField": [ + [ + "django/db/models/fields/__init__.py", + [ + "DateTimeField" + ] + ], + [ + "django/forms/fields.py", + [ + "DateTimeField" + ] + ] + ], + "DecimalField": [ + [ + "django/db/models/fields/__init__.py", + [ + "DecimalField" + ] + ], + [ + "django/forms/fields.py", + [ + "DecimalField" + ] + ] + ], + "DurationField": [ + [ + "django/db/models/fields/__init__.py", + [ + "DurationField" + ] + ], + [ + "django/forms/fields.py", + [ + "DurationField" + ] + ] + ], + "EmailField": [ + [ + "django/db/models/fields/__init__.py", + [ + "EmailField" + ] + ], + [ + "django/forms/fields.py", + [ + "EmailField" + ] + ] + ], + "FilePathField": [ + [ + "django/db/models/fields/__init__.py", + [ + "FilePathField" + ] + ], + [ + "django/forms/fields.py", + [ + "FilePathField" + ] + ] + ], + "FloatField": [ + [ + "django/db/models/fields/__init__.py", + [ + "FloatField" + ] + ], + [ + "django/forms/fields.py", + [ + "FloatField" + ] + ] + ], + "IntegerField": [ + [ + "django/db/models/fields/__init__.py", + [ + "IntegerField" + ] + ], + [ + "django/forms/fields.py", + [ + "IntegerField" + ] + ] + ], + "BigIntegerField": [ + [ + "django/db/models/fields/__init__.py", + [ + "BigIntegerField" + ] + ] + ], + "SmallIntegerField": [ + [ + "django/db/models/fields/__init__.py", + [ + "SmallIntegerField" + ] + ] + ], + "IPAddressField": [ + [ + "django/db/models/fields/__init__.py", + [ + "IPAddressField" + ] + ] + ], + "GenericIPAddressField": [ + [ + "django/db/models/fields/__init__.py", + [ + "GenericIPAddressField" + ] + ], + [ + "django/forms/fields.py", + [ + "GenericIPAddressField" + ] + ] + ], + "NullBooleanField": [ + [ + "django/db/models/fields/__init__.py", + [ + "NullBooleanField" + ] + ], + [ + "django/forms/fields.py", + [ + "NullBooleanField" + ] + ] + ], + "PositiveIntegerRelDbTypeMixin": [ + [ + "django/db/models/fields/__init__.py", + [ + "PositiveIntegerRelDbTypeMixin" + ] + ] + ], + "PositiveBigIntegerField": [ + [ + "django/db/models/fields/__init__.py", + [ + "PositiveBigIntegerField" + ] + ] + ], + "PositiveIntegerField": [ + [ + "django/db/models/fields/__init__.py", + [ + "PositiveIntegerField" + ] + ] + ], + "PositiveSmallIntegerField": [ + [ + "django/db/models/fields/__init__.py", + [ + "PositiveSmallIntegerField" + ] + ] + ], + "SlugField": [ + [ + "django/db/models/fields/__init__.py", + [ + "SlugField" + ] + ], + [ + "django/forms/fields.py", + [ + "SlugField" + ] + ] + ], + "TextField": [ + [ + "django/db/models/fields/__init__.py", + [ + "TextField" + ] + ] + ], + "TimeField": [ + [ + "django/db/models/fields/__init__.py", + [ + "TimeField" + ] + ], + [ + "django/forms/fields.py", + [ + "TimeField" + ] + ] + ], + "URLField": [ + [ + "django/db/models/fields/__init__.py", + [ + "URLField" + ] + ], + [ + "django/forms/fields.py", + [ + "URLField" + ] + ] + ], + "BinaryField": [ + [ + "django/db/models/fields/__init__.py", + [ + "BinaryField" + ] + ] + ], + "UUIDField": [ + [ + "django/db/models/fields/__init__.py", + [ + "UUIDField" + ] + ], + [ + "django/forms/fields.py", + [ + "UUIDField" + ] + ] + ], + "AutoFieldMixin": [ + [ + "django/db/models/fields/__init__.py", + [ + "AutoFieldMixin" + ] + ] + ], + "AutoFieldMeta": [ + [ + "django/db/models/fields/__init__.py", + [ + "AutoFieldMeta" + ] + ] + ], + "AutoField": [ + [ + "django/db/models/fields/__init__.py", + [ + "AutoField" + ] + ] + ], + "BigAutoField": [ + [ + "django/db/models/fields/__init__.py", + [ + "BigAutoField" + ] + ] + ], + "SmallAutoField": [ + [ + "django/db/models/fields/__init__.py", + [ + "SmallAutoField" + ] + ] + ], + "FieldFile": [ + [ + "django/db/models/fields/files.py", + [ + "FieldFile" + ] + ] + ], + "FileDescriptor": [ + [ + "django/db/models/fields/files.py", + [ + "FileDescriptor" + ] + ] + ], + "FileField": [ + [ + "django/db/models/fields/files.py", + [ + "FileField" + ] + ], + [ + "django/forms/fields.py", + [ + "FileField" + ] + ] + ], + "ImageFileDescriptor": [ + [ + "django/db/models/fields/files.py", + [ + "ImageFileDescriptor" + ] + ] + ], + "ImageFieldFile": [ + [ + "django/db/models/fields/files.py", + [ + "ImageFieldFile" + ] + ] + ], + "ImageField": [ + [ + "django/db/models/fields/files.py", + [ + "ImageField" + ] + ], + [ + "django/forms/fields.py", + [ + "ImageField" + ] + ] + ], + "HasKeyLookup": [ + [ + "django/db/models/fields/json.py", + [ + "HasKeyLookup" + ] + ] + ], + "CaseInsensitiveMixin": [ + [ + "django/db/models/fields/json.py", + [ + "CaseInsensitiveMixin" + ] + ] + ], + "JSONExact": [ + [ + "django/db/models/fields/json.py", + [ + "JSONExact" + ] + ] + ], + "JSONIContains": [ + [ + "django/db/models/fields/json.py", + [ + "JSONIContains" + ] + ] + ], + "KeyTextTransform": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTextTransform" + ] + ] + ], + "KeyTransformTextLookupMixin": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformTextLookupMixin" + ] + ] + ], + "KeyTransformIsNull": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformIsNull" + ] + ] + ], + "KeyTransformIn": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformIn" + ] + ] + ], + "KeyTransformExact": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformExact" + ] + ] + ], + "KeyTransformIExact": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformIExact" + ] + ] + ], + "KeyTransformIContains": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformIContains" + ] + ] + ], + "KeyTransformStartsWith": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformStartsWith" + ] + ] + ], + "KeyTransformIStartsWith": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformIStartsWith" + ] + ] + ], + "KeyTransformEndsWith": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformEndsWith" + ] + ] + ], + "KeyTransformIEndsWith": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformIEndsWith" + ] + ] + ], + "KeyTransformRegex": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformRegex" + ] + ] + ], + "KeyTransformIRegex": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformIRegex" + ] + ] + ], + "KeyTransformNumericLookupMixin": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformNumericLookupMixin" + ] + ] + ], + "KeyTransformLt": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformLt" + ] + ] + ], + "KeyTransformLte": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformLte" + ] + ] + ], + "KeyTransformGt": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformGt" + ] + ] + ], + "KeyTransformGte": [ + [ + "django/db/models/fields/json.py", + [ + "KeyTransformGte" + ] + ] + ], + "FieldCacheMixin": [ + [ + "django/db/models/fields/mixins.py", + [ + "FieldCacheMixin" + ] + ] + ], + "CheckFieldDefaultMixin": [ + [ + "django/db/models/fields/mixins.py", + [ + "CheckFieldDefaultMixin" + ] + ] + ], + "OrderWrt": [ + [ + "django/db/models/fields/proxy.py", + [ + "OrderWrt" + ] + ] + ], + "RelatedField": [ + [ + "django/db/models/fields/related.py", + [ + "RelatedField" + ] + ] + ], + "ForeignObject": [ + [ + "django/db/models/fields/related.py", + [ + "ForeignObject" + ] + ] + ], + "ForeignKey": [ + [ + "django/db/models/fields/related.py", + [ + "ForeignKey" + ] + ] + ], + "OneToOneField": [ + [ + "django/db/models/fields/related.py", + [ + "OneToOneField" + ] + ] + ], + "ManyToManyField": [ + [ + "django/db/models/fields/related.py", + [ + "ManyToManyField" + ] + ] + ], + "ForeignKeyDeferredAttribute": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "ForeignKeyDeferredAttribute" + ] + ] + ], + "ForwardManyToOneDescriptor": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "ForwardManyToOneDescriptor" + ] + ] + ], + "ForwardOneToOneDescriptor": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "ForwardOneToOneDescriptor" + ] + ] + ], + "ReverseOneToOneDescriptor": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "ReverseOneToOneDescriptor" + ] + ] + ], + "ReverseManyToOneDescriptor": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "ReverseManyToOneDescriptor" + ] + ] + ], + "RelatedManager": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "create_reverse_many_to_one_manager", + "RelatedManager" + ] + ] + ], + "ManyToManyDescriptor": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "ManyToManyDescriptor" + ] + ] + ], + "ManyRelatedManager": [ + [ + "django/db/models/fields/related_descriptors.py", + [ + "create_forward_many_to_many_manager", + "ManyRelatedManager" + ] + ] + ], + "MultiColSource": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "MultiColSource" + ] + ] + ], + "RelatedIn": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedIn" + ] + ] + ], + "RelatedLookupMixin": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedLookupMixin" + ] + ] + ], + "RelatedExact": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedExact" + ] + ] + ], + "RelatedLessThan": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedLessThan" + ] + ] + ], + "RelatedGreaterThan": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedGreaterThan" + ] + ] + ], + "RelatedGreaterThanOrEqual": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedGreaterThanOrEqual" + ] + ] + ], + "RelatedLessThanOrEqual": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedLessThanOrEqual" + ] + ] + ], + "RelatedIsNull": [ + [ + "django/db/models/fields/related_lookups.py", + [ + "RelatedIsNull" + ] + ] + ], + "ForeignObjectRel": [ + [ + "django/db/models/fields/reverse_related.py", + [ + "ForeignObjectRel" + ] + ] + ], + "ManyToOneRel": [ + [ + "django/db/models/fields/reverse_related.py", + [ + "ManyToOneRel" + ] + ] + ], + "OneToOneRel": [ + [ + "django/db/models/fields/reverse_related.py", + [ + "OneToOneRel" + ] + ] + ], + "ManyToManyRel": [ + [ + "django/db/models/fields/reverse_related.py", + [ + "ManyToManyRel" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_no_clash_for_hidden_related_name", + "ManyToManyRel" + ] + ] + ], + "Cast": [ + [ + "django/db/models/functions/comparison.py", + [ + "Cast" + ] + ] + ], + "Coalesce": [ + [ + "django/db/models/functions/comparison.py", + [ + "Coalesce" + ] + ] + ], + "Collate": [ + [ + "django/db/models/functions/comparison.py", + [ + "Collate" + ] + ] + ], + "Greatest": [ + [ + "django/db/models/functions/comparison.py", + [ + "Greatest" + ] + ] + ], + "ArgJoiner": [ + [ + "django/db/models/functions/comparison.py", + [ + "JSONObject", + "as_oracle", + "ArgJoiner" + ] + ] + ], + "JSONObject": [ + [ + "django/db/models/functions/comparison.py", + [ + "JSONObject" + ] + ] + ], + "Least": [ + [ + "django/db/models/functions/comparison.py", + [ + "Least" + ] + ] + ], + "NullIf": [ + [ + "django/db/models/functions/comparison.py", + [ + "NullIf" + ] + ] + ], + "TimezoneMixin": [ + [ + "django/db/models/functions/datetime.py", + [ + "TimezoneMixin" + ] + ] + ], + "Extract": [ + [ + "django/db/models/functions/datetime.py", + [ + "Extract" + ] + ] + ], + "ExtractYear": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractYear" + ] + ] + ], + "ExtractIsoYear": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractIsoYear" + ] + ] + ], + "ExtractMonth": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractMonth" + ] + ] + ], + "ExtractDay": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractDay" + ] + ] + ], + "ExtractWeek": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractWeek" + ] + ] + ], + "ExtractWeekDay": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractWeekDay" + ] + ] + ], + "ExtractIsoWeekDay": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractIsoWeekDay" + ] + ] + ], + "ExtractQuarter": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractQuarter" + ] + ] + ], + "ExtractHour": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractHour" + ] + ] + ], + "ExtractMinute": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractMinute" + ] + ] + ], + "ExtractSecond": [ + [ + "django/db/models/functions/datetime.py", + [ + "ExtractSecond" + ] + ] + ], + "Now": [ + [ + "django/db/models/functions/datetime.py", + [ + "Now" + ] + ] + ], + "TruncBase": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncBase" + ] + ] + ], + "Trunc": [ + [ + "django/db/models/functions/datetime.py", + [ + "Trunc" + ] + ] + ], + "TruncYear": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncYear" + ] + ] + ], + "TruncQuarter": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncQuarter" + ] + ] + ], + "TruncMonth": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncMonth" + ] + ] + ], + "TruncWeek": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncWeek" + ] + ] + ], + "TruncDay": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncDay" + ] + ] + ], + "TruncDate": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncDate" + ] + ] + ], + "TruncTime": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncTime" + ] + ] + ], + "TruncHour": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncHour" + ] + ] + ], + "TruncMinute": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncMinute" + ] + ] + ], + "TruncSecond": [ + [ + "django/db/models/functions/datetime.py", + [ + "TruncSecond" + ] + ] + ], + "Abs": [ + [ + "django/db/models/functions/math.py", + [ + "Abs" + ] + ] + ], + "ACos": [ + [ + "django/db/models/functions/math.py", + [ + "ACos" + ] + ] + ], + "ASin": [ + [ + "django/db/models/functions/math.py", + [ + "ASin" + ] + ] + ], + "ATan": [ + [ + "django/db/models/functions/math.py", + [ + "ATan" + ] + ] + ], + "ATan2": [ + [ + "django/db/models/functions/math.py", + [ + "ATan2" + ] + ] + ], + "Ceil": [ + [ + "django/db/models/functions/math.py", + [ + "Ceil" + ] + ] + ], + "Cos": [ + [ + "django/db/models/functions/math.py", + [ + "Cos" + ] + ] + ], + "Cot": [ + [ + "django/db/models/functions/math.py", + [ + "Cot" + ] + ] + ], + "Degrees": [ + [ + "django/db/models/functions/math.py", + [ + "Degrees" + ] + ] + ], + "Exp": [ + [ + "django/db/models/functions/math.py", + [ + "Exp" + ] + ] + ], + "Floor": [ + [ + "django/db/models/functions/math.py", + [ + "Floor" + ] + ] + ], + "Ln": [ + [ + "django/db/models/functions/math.py", + [ + "Ln" + ] + ] + ], + "Log": [ + [ + "django/db/models/functions/math.py", + [ + "Log" + ] + ] + ], + "Mod": [ + [ + "django/db/models/functions/math.py", + [ + "Mod" + ] + ] + ], + "Pi": [ + [ + "django/db/models/functions/math.py", + [ + "Pi" + ] + ] + ], + "Power": [ + [ + "django/db/models/functions/math.py", + [ + "Power" + ] + ] + ], + "Radians": [ + [ + "django/db/models/functions/math.py", + [ + "Radians" + ] + ] + ], + "Random": [ + [ + "django/db/models/functions/math.py", + [ + "Random" + ] + ] + ], + "Round": [ + [ + "django/db/models/functions/math.py", + [ + "Round" + ] + ] + ], + "Sign": [ + [ + "django/db/models/functions/math.py", + [ + "Sign" + ] + ] + ], + "Sin": [ + [ + "django/db/models/functions/math.py", + [ + "Sin" + ] + ] + ], + "Sqrt": [ + [ + "django/db/models/functions/math.py", + [ + "Sqrt" + ] + ] + ], + "Tan": [ + [ + "django/db/models/functions/math.py", + [ + "Tan" + ] + ] + ], + "FixDecimalInputMixin": [ + [ + "django/db/models/functions/mixins.py", + [ + "FixDecimalInputMixin" + ] + ] + ], + "FixDurationInputMixin": [ + [ + "django/db/models/functions/mixins.py", + [ + "FixDurationInputMixin" + ] + ] + ], + "NumericOutputFieldMixin": [ + [ + "django/db/models/functions/mixins.py", + [ + "NumericOutputFieldMixin" + ] + ] + ], + "MySQLSHA2Mixin": [ + [ + "django/db/models/functions/text.py", + [ + "MySQLSHA2Mixin" + ] + ] + ], + "OracleHashMixin": [ + [ + "django/db/models/functions/text.py", + [ + "OracleHashMixin" + ] + ] + ], + "PostgreSQLSHAMixin": [ + [ + "django/db/models/functions/text.py", + [ + "PostgreSQLSHAMixin" + ] + ] + ], + "Chr": [ + [ + "django/db/models/functions/text.py", + [ + "Chr" + ] + ] + ], + "ConcatPair": [ + [ + "django/db/models/functions/text.py", + [ + "ConcatPair" + ] + ] + ], + "Concat": [ + [ + "django/db/models/functions/text.py", + [ + "Concat" + ] + ] + ], + "Left": [ + [ + "django/db/models/functions/text.py", + [ + "Left" + ] + ] + ], + "Lower": [ + [ + "django/db/models/functions/text.py", + [ + "Lower" + ] + ], + [ + "tests/annotations/tests.py", + [ + "NonAggregateAnnotationTestCase", + "test_custom_functions_can_ref_other_functions", + "Lower" + ] + ] + ], + "LPad": [ + [ + "django/db/models/functions/text.py", + [ + "LPad" + ] + ] + ], + "LTrim": [ + [ + "django/db/models/functions/text.py", + [ + "LTrim" + ] + ] + ], + "MD5": [ + [ + "django/db/models/functions/text.py", + [ + "MD5" + ] + ] + ], + "Ord": [ + [ + "django/db/models/functions/text.py", + [ + "Ord" + ] + ] + ], + "Repeat": [ + [ + "django/db/models/functions/text.py", + [ + "Repeat" + ] + ] + ], + "Replace": [ + [ + "django/db/models/functions/text.py", + [ + "Replace" + ] + ] + ], + "Right": [ + [ + "django/db/models/functions/text.py", + [ + "Right" + ] + ] + ], + "RPad": [ + [ + "django/db/models/functions/text.py", + [ + "RPad" + ] + ] + ], + "RTrim": [ + [ + "django/db/models/functions/text.py", + [ + "RTrim" + ] + ] + ], + "SHA1": [ + [ + "django/db/models/functions/text.py", + [ + "SHA1" + ] + ] + ], + "SHA224": [ + [ + "django/db/models/functions/text.py", + [ + "SHA224" + ] + ] + ], + "SHA256": [ + [ + "django/db/models/functions/text.py", + [ + "SHA256" + ] + ] + ], + "SHA384": [ + [ + "django/db/models/functions/text.py", + [ + "SHA384" + ] + ] + ], + "SHA512": [ + [ + "django/db/models/functions/text.py", + [ + "SHA512" + ] + ] + ], + "StrIndex": [ + [ + "django/db/models/functions/text.py", + [ + "StrIndex" + ] + ] + ], + "Substr": [ + [ + "django/db/models/functions/text.py", + [ + "Substr" + ] + ] + ], + "Trim": [ + [ + "django/db/models/functions/text.py", + [ + "Trim" + ] + ] + ], + "Upper": [ + [ + "django/db/models/functions/text.py", + [ + "Upper" + ] + ] + ], + "CumeDist": [ + [ + "django/db/models/functions/window.py", + [ + "CumeDist" + ] + ] + ], + "DenseRank": [ + [ + "django/db/models/functions/window.py", + [ + "DenseRank" + ] + ] + ], + "FirstValue": [ + [ + "django/db/models/functions/window.py", + [ + "FirstValue" + ] + ] + ], + "LagLeadFunction": [ + [ + "django/db/models/functions/window.py", + [ + "LagLeadFunction" + ] + ] + ], + "Lag": [ + [ + "django/db/models/functions/window.py", + [ + "Lag" + ] + ] + ], + "LastValue": [ + [ + "django/db/models/functions/window.py", + [ + "LastValue" + ] + ] + ], + "Lead": [ + [ + "django/db/models/functions/window.py", + [ + "Lead" + ] + ] + ], + "NthValue": [ + [ + "django/db/models/functions/window.py", + [ + "NthValue" + ] + ] + ], + "Ntile": [ + [ + "django/db/models/functions/window.py", + [ + "Ntile" + ] + ] + ], + "PercentRank": [ + [ + "django/db/models/functions/window.py", + [ + "PercentRank" + ] + ] + ], + "Rank": [ + [ + "django/db/models/functions/window.py", + [ + "Rank" + ] + ] + ], + "RowNumber": [ + [ + "django/db/models/functions/window.py", + [ + "RowNumber" + ] + ] + ], + "Index": [ + [ + "django/db/models/indexes.py", + [ + "Index" + ] + ] + ], + "IndexExpression": [ + [ + "django/db/models/indexes.py", + [ + "IndexExpression" + ] + ] + ], + "Lookup": [ + [ + "django/db/models/lookups.py", + [ + "Lookup" + ] + ] + ], + "BuiltinLookup": [ + [ + "django/db/models/lookups.py", + [ + "BuiltinLookup" + ] + ] + ], + "FieldGetDbPrepValueMixin": [ + [ + "django/db/models/lookups.py", + [ + "FieldGetDbPrepValueMixin" + ] + ] + ], + "FieldGetDbPrepValueIterableMixin": [ + [ + "django/db/models/lookups.py", + [ + "FieldGetDbPrepValueIterableMixin" + ] + ] + ], + "PostgresOperatorLookup": [ + [ + "django/db/models/lookups.py", + [ + "PostgresOperatorLookup" + ] + ] + ], + "Exact": [ + [ + "django/db/models/lookups.py", + [ + "Exact" + ] + ] + ], + "IExact": [ + [ + "django/db/models/lookups.py", + [ + "IExact" + ] + ] + ], + "GreaterThan": [ + [ + "django/db/models/lookups.py", + [ + "GreaterThan" + ] + ] + ], + "GreaterThanOrEqual": [ + [ + "django/db/models/lookups.py", + [ + "GreaterThanOrEqual" + ] + ] + ], + "LessThan": [ + [ + "django/db/models/lookups.py", + [ + "LessThan" + ] + ] + ], + "LessThanOrEqual": [ + [ + "django/db/models/lookups.py", + [ + "LessThanOrEqual" + ] + ] + ], + "IntegerFieldFloatRounding": [ + [ + "django/db/models/lookups.py", + [ + "IntegerFieldFloatRounding" + ] + ] + ], + "IntegerGreaterThanOrEqual": [ + [ + "django/db/models/lookups.py", + [ + "IntegerGreaterThanOrEqual" + ] + ] + ], + "IntegerLessThan": [ + [ + "django/db/models/lookups.py", + [ + "IntegerLessThan" + ] + ] + ], + "In": [ + [ + "django/db/models/lookups.py", + [ + "In" + ] + ] + ], + "PatternLookup": [ + [ + "django/db/models/lookups.py", + [ + "PatternLookup" + ] + ] + ], + "Contains": [ + [ + "django/db/models/lookups.py", + [ + "Contains" + ] + ] + ], + "IContains": [ + [ + "django/db/models/lookups.py", + [ + "IContains" + ] + ] + ], + "StartsWith": [ + [ + "django/db/models/lookups.py", + [ + "StartsWith" + ] + ] + ], + "IStartsWith": [ + [ + "django/db/models/lookups.py", + [ + "IStartsWith" + ] + ] + ], + "EndsWith": [ + [ + "django/db/models/lookups.py", + [ + "EndsWith" + ] + ] + ], + "IEndsWith": [ + [ + "django/db/models/lookups.py", + [ + "IEndsWith" + ] + ] + ], + "Range": [ + [ + "django/db/models/lookups.py", + [ + "Range" + ] + ] + ], + "IsNull": [ + [ + "django/db/models/lookups.py", + [ + "IsNull" + ] + ] + ], + "Regex": [ + [ + "django/db/models/lookups.py", + [ + "Regex" + ] + ] + ], + "IRegex": [ + [ + "django/db/models/lookups.py", + [ + "IRegex" + ] + ] + ], + "YearLookup": [ + [ + "django/db/models/lookups.py", + [ + "YearLookup" + ] + ] + ], + "YearExact": [ + [ + "django/db/models/lookups.py", + [ + "YearExact" + ] + ], + [ + "tests/custom_lookups/tests.py", + [ + "YearExact" + ] + ] + ], + "YearGt": [ + [ + "django/db/models/lookups.py", + [ + "YearGt" + ] + ] + ], + "YearGte": [ + [ + "django/db/models/lookups.py", + [ + "YearGte" + ] + ] + ], + "YearLt": [ + [ + "django/db/models/lookups.py", + [ + "YearLt" + ] + ] + ], + "YearLte": [ + [ + "django/db/models/lookups.py", + [ + "YearLte" + ] + ], + [ + "tests/custom_lookups/tests.py", + [ + "YearLte" + ] + ] + ], + "UUIDTextMixin": [ + [ + "django/db/models/lookups.py", + [ + "UUIDTextMixin" + ] + ] + ], + "UUIDIExact": [ + [ + "django/db/models/lookups.py", + [ + "UUIDIExact" + ] + ] + ], + "UUIDContains": [ + [ + "django/db/models/lookups.py", + [ + "UUIDContains" + ] + ] + ], + "UUIDIContains": [ + [ + "django/db/models/lookups.py", + [ + "UUIDIContains" + ] + ] + ], + "UUIDStartsWith": [ + [ + "django/db/models/lookups.py", + [ + "UUIDStartsWith" + ] + ] + ], + "UUIDIStartsWith": [ + [ + "django/db/models/lookups.py", + [ + "UUIDIStartsWith" + ] + ] + ], + "UUIDEndsWith": [ + [ + "django/db/models/lookups.py", + [ + "UUIDEndsWith" + ] + ] + ], + "UUIDIEndsWith": [ + [ + "django/db/models/lookups.py", + [ + "UUIDIEndsWith" + ] + ] + ], + "BaseManager": [ + [ + "django/db/models/manager.py", + [ + "BaseManager" + ] + ] + ], + "Manager": [ + [ + "django/db/models/manager.py", + [ + "Manager" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Manager" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_class_definition_warnings", + "with_self_assertWarnsMess", + "Manager" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_get_new_defined", + "Manager" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_get_old_defined", + "with_self_assertWarnsMess", + "Manager" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "DeprecationInstanceCheckTest", + "test_warning", + "Manager" + ] + ], + [ + "tests/expressions/models.py", + [ + "Manager" + ] + ], + [ + "tests/model_formsets_regress/models.py", + [ + "Manager" + ] + ], + [ + "tests/serializers/models/natural.py", + [ + "NaturalKeyThing", + "Manager" + ] + ], + [ + "tests/serializers/models/natural.py", + [ + "NaturalPKWithDefault", + "Manager" + ] + ] + ], + "ManagerDescriptor": [ + [ + "django/db/models/manager.py", + [ + "ManagerDescriptor" + ] + ] + ], + "EmptyManager": [ + [ + "django/db/models/manager.py", + [ + "EmptyManager" + ] + ], + [ + "tests/migrations/models.py", + [ + "EmptyManager" + ] + ] + ], + "BaseIterable": [ + [ + "django/db/models/query.py", + [ + "BaseIterable" + ] + ] + ], + "ModelIterable": [ + [ + "django/db/models/query.py", + [ + "ModelIterable" + ] + ] + ], + "ValuesIterable": [ + [ + "django/db/models/query.py", + [ + "ValuesIterable" + ] + ] + ], + "ValuesListIterable": [ + [ + "django/db/models/query.py", + [ + "ValuesListIterable" + ] + ] + ], + "NamedValuesListIterable": [ + [ + "django/db/models/query.py", + [ + "NamedValuesListIterable" + ] + ] + ], + "FlatValuesListIterable": [ + [ + "django/db/models/query.py", + [ + "FlatValuesListIterable" + ] + ] + ], + "QuerySet": [ + [ + "django/db/models/query.py", + [ + "QuerySet" + ] + ] + ], + "InstanceCheckMeta": [ + [ + "django/db/models/query.py", + [ + "InstanceCheckMeta" + ] + ] + ], + "EmptyQuerySet": [ + [ + "django/db/models/query.py", + [ + "EmptyQuerySet" + ] + ] + ], + "RawQuerySet": [ + [ + "django/db/models/query.py", + [ + "RawQuerySet" + ] + ] + ], + "Prefetch": [ + [ + "django/db/models/query.py", + [ + "Prefetch" + ] + ] + ], + "RelatedPopulator": [ + [ + "django/db/models/query.py", + [ + "RelatedPopulator" + ] + ] + ], + "Q": [ + [ + "django/db/models/query_utils.py", + [ + "Q" + ] + ] + ], + "DeferredAttribute": [ + [ + "django/db/models/query_utils.py", + [ + "DeferredAttribute" + ] + ] + ], + "RegisterLookupMixin": [ + [ + "django/db/models/query_utils.py", + [ + "RegisterLookupMixin" + ] + ] + ], + "FilteredRelation": [ + [ + "django/db/models/query_utils.py", + [ + "FilteredRelation" + ] + ] + ], + "ModelSignal": [ + [ + "django/db/models/signals.py", + [ + "ModelSignal" + ] + ] + ], + "MultiJoin": [ + [ + "django/db/models/sql/datastructures.py", + [ + "MultiJoin" + ] + ] + ], + "Join": [ + [ + "django/db/models/sql/datastructures.py", + [ + "Join" + ] + ], + [ + "tests/queries/models.py", + [ + "Join" + ] + ] + ], + "BaseTable": [ + [ + "django/db/models/sql/datastructures.py", + [ + "BaseTable" + ] + ] + ], + "RawQuery": [ + [ + "django/db/models/sql/query.py", + [ + "RawQuery" + ] + ] + ], + "Query": [ + [ + "django/db/models/sql/query.py", + [ + "Query" + ] + ] + ], + "JoinPromoter": [ + [ + "django/db/models/sql/query.py", + [ + "JoinPromoter" + ] + ] + ], + "DeleteQuery": [ + [ + "django/db/models/sql/subqueries.py", + [ + "DeleteQuery" + ] + ] + ], + "UpdateQuery": [ + [ + "django/db/models/sql/subqueries.py", + [ + "UpdateQuery" + ] + ] + ], + "InsertQuery": [ + [ + "django/db/models/sql/subqueries.py", + [ + "InsertQuery" + ] + ] + ], + "AggregateQuery": [ + [ + "django/db/models/sql/subqueries.py", + [ + "AggregateQuery" + ] + ] + ], + "WhereNode": [ + [ + "django/db/models/sql/where.py", + [ + "WhereNode" + ] + ] + ], + "NothingNode": [ + [ + "django/db/models/sql/where.py", + [ + "NothingNode" + ] + ] + ], + "ExtraWhere": [ + [ + "django/db/models/sql/where.py", + [ + "ExtraWhere" + ] + ] + ], + "SubqueryConstraint": [ + [ + "django/db/models/sql/where.py", + [ + "SubqueryConstraint" + ] + ] + ], + "TransactionManagementError": [ + [ + "django/db/transaction.py", + [ + "TransactionManagementError" + ] + ] + ], + "Atomic": [ + [ + "django/db/transaction.py", + [ + "Atomic" + ] + ] + ], + "InterfaceError": [ + [ + "django/db/utils.py", + [ + "InterfaceError" + ] + ] + ], + "DatabaseError": [ + [ + "django/db/utils.py", + [ + "DatabaseError" + ] + ] + ], + "DataError": [ + [ + "django/db/utils.py", + [ + "DataError" + ] + ] + ], + "OperationalError": [ + [ + "django/db/utils.py", + [ + "OperationalError" + ] + ] + ], + "IntegrityError": [ + [ + "django/db/utils.py", + [ + "IntegrityError" + ] + ] + ], + "InternalError": [ + [ + "django/db/utils.py", + [ + "InternalError" + ] + ] + ], + "ProgrammingError": [ + [ + "django/db/utils.py", + [ + "ProgrammingError" + ] + ] + ], + "NotSupportedError": [ + [ + "django/db/utils.py", + [ + "NotSupportedError" + ] + ] + ], + "DatabaseErrorWrapper": [ + [ + "django/db/utils.py", + [ + "DatabaseErrorWrapper" + ] + ] + ], + "ConnectionHandler": [ + [ + "django/db/utils.py", + [ + "ConnectionHandler" + ] + ] + ], + "ConnectionRouter": [ + [ + "django/db/utils.py", + [ + "ConnectionRouter" + ] + ] + ], + "Signal": [ + [ + "django/dispatch/dispatcher.py", + [ + "Signal" + ] + ] + ], + "BoundField": [ + [ + "django/forms/boundfield.py", + [ + "BoundField" + ] + ] + ], + "BoundWidget": [ + [ + "django/forms/boundfield.py", + [ + "BoundWidget" + ] + ] + ], + "BaseTemporalField": [ + [ + "django/forms/fields.py", + [ + "BaseTemporalField" + ] + ] + ], + "DateTimeFormatsIterator": [ + [ + "django/forms/fields.py", + [ + "DateTimeFormatsIterator" + ] + ] + ], + "RegexField": [ + [ + "django/forms/fields.py", + [ + "RegexField" + ] + ] + ], + "CallableChoiceIterator": [ + [ + "django/forms/fields.py", + [ + "CallableChoiceIterator" + ] + ] + ], + "ChoiceField": [ + [ + "django/forms/fields.py", + [ + "ChoiceField" + ] + ] + ], + "TypedChoiceField": [ + [ + "django/forms/fields.py", + [ + "TypedChoiceField" + ] + ] + ], + "MultipleChoiceField": [ + [ + "django/forms/fields.py", + [ + "MultipleChoiceField" + ] + ] + ], + "TypedMultipleChoiceField": [ + [ + "django/forms/fields.py", + [ + "TypedMultipleChoiceField" + ] + ] + ], + "ComboField": [ + [ + "django/forms/fields.py", + [ + "ComboField" + ] + ] + ], + "MultiValueField": [ + [ + "django/forms/fields.py", + [ + "MultiValueField" + ] + ] + ], + "SplitDateTimeField": [ + [ + "django/forms/fields.py", + [ + "SplitDateTimeField" + ] + ] + ], + "InvalidJSONInput": [ + [ + "django/forms/fields.py", + [ + "InvalidJSONInput" + ] + ] + ], + "JSONString": [ + [ + "django/forms/fields.py", + [ + "JSONString" + ] + ] + ], + "DeclarativeFieldsMetaclass": [ + [ + "django/forms/forms.py", + [ + "DeclarativeFieldsMetaclass" + ] + ] + ], + "BaseForm": [ + [ + "django/forms/forms.py", + [ + "BaseForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests", + "test_baseform_with_widgets_in_meta", + "BaseForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests", + "test_custom_callback", + "BaseForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests", + "test_inherit_after_custom_callback", + "BaseForm" + ] + ] + ], + "Form": [ + [ + "django/forms/forms.py", + [ + "Form" + ] + ], + [ + "tests/forms_tests/field_tests/__init__.py", + [ + "FormFieldAssertionsMixin", + "assertWidgetRendersTo", + "Form" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_form_subclass_inheritance", + "Form" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal", + "Form" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_splitarraywidget_value_omitted_from_data", + "Form" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_splitarrayfield_has_changed", + "Form" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_splitarrayfield_remove_trailing_nulls_has_changed", + "Form" + ] + ] + ], + "ManagementForm": [ + [ + "django/forms/formsets.py", + [ + "ManagementForm" + ] + ] + ], + "BaseFormSet": [ + [ + "django/forms/formsets.py", + [ + "BaseFormSet" + ] + ] + ], + "ModelFormOptions": [ + [ + "django/forms/models.py", + [ + "ModelFormOptions" + ] + ] + ], + "ModelFormMetaclass": [ + [ + "django/forms/models.py", + [ + "ModelFormMetaclass" + ] + ] + ], + "BaseModelForm": [ + [ + "django/forms/models.py", + [ + "BaseModelForm" + ] + ] + ], + "ModelForm": [ + [ + "django/forms/models.py", + [ + "ModelForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_form_subclass_inheritance", + "ModelForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal", + "ModelForm" + ] + ] + ], + "BaseModelFormSet": [ + [ + "django/forms/models.py", + [ + "BaseModelFormSet" + ] + ] + ], + "BaseInlineFormSet": [ + [ + "django/forms/models.py", + [ + "BaseInlineFormSet" + ] + ] + ], + "InlineForeignKeyField": [ + [ + "django/forms/models.py", + [ + "InlineForeignKeyField" + ] + ] + ], + "ModelChoiceIteratorValue": [ + [ + "django/forms/models.py", + [ + "ModelChoiceIteratorValue" + ] + ] + ], + "ModelChoiceIterator": [ + [ + "django/forms/models.py", + [ + "ModelChoiceIterator" + ] + ] + ], + "ModelChoiceField": [ + [ + "django/forms/models.py", + [ + "ModelChoiceField" + ] + ] + ], + "ModelMultipleChoiceField": [ + [ + "django/forms/models.py", + [ + "ModelMultipleChoiceField" + ] + ] + ], + "BaseRenderer": [ + [ + "django/forms/renderers.py", + [ + "BaseRenderer" + ] + ] + ], + "EngineMixin": [ + [ + "django/forms/renderers.py", + [ + "EngineMixin" + ] + ] + ], + "DjangoTemplates": [ + [ + "django/forms/renderers.py", + [ + "DjangoTemplates" + ] + ], + [ + "django/template/backends/django.py", + [ + "DjangoTemplates" + ] + ] + ], + "Jinja2": [ + [ + "django/forms/renderers.py", + [ + "Jinja2" + ] + ], + [ + "django/template/backends/jinja2.py", + [ + "Jinja2" + ] + ] + ], + "TemplatesSetting": [ + [ + "django/forms/renderers.py", + [ + "TemplatesSetting" + ] + ] + ], + "RenderableMixin": [ + [ + "django/forms/utils.py", + [ + "RenderableMixin" + ] + ] + ], + "RenderableFormMixin": [ + [ + "django/forms/utils.py", + [ + "RenderableFormMixin" + ] + ] + ], + "RenderableErrorMixin": [ + [ + "django/forms/utils.py", + [ + "RenderableErrorMixin" + ] + ] + ], + "ErrorDict": [ + [ + "django/forms/utils.py", + [ + "ErrorDict" + ] + ] + ], + "ErrorList": [ + [ + "django/forms/utils.py", + [ + "ErrorList" + ] + ] + ], + "MediaOrderConflictWarning": [ + [ + "django/forms/widgets.py", + [ + "MediaOrderConflictWarning" + ] + ] + ], + "MediaDefiningClass": [ + [ + "django/forms/widgets.py", + [ + "MediaDefiningClass" + ] + ] + ], + "Widget": [ + [ + "django/forms/widgets.py", + [ + "Widget" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Widget" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Widget" + ] + ] + ], + "Input": [ + [ + "django/forms/widgets.py", + [ + "Input" + ] + ] + ], + "TextInput": [ + [ + "django/forms/widgets.py", + [ + "TextInput" + ] + ] + ], + "NumberInput": [ + [ + "django/forms/widgets.py", + [ + "NumberInput" + ] + ] + ], + "EmailInput": [ + [ + "django/forms/widgets.py", + [ + "EmailInput" + ] + ] + ], + "URLInput": [ + [ + "django/forms/widgets.py", + [ + "URLInput" + ] + ] + ], + "PasswordInput": [ + [ + "django/forms/widgets.py", + [ + "PasswordInput" + ] + ] + ], + "HiddenInput": [ + [ + "django/forms/widgets.py", + [ + "HiddenInput" + ] + ] + ], + "MultipleHiddenInput": [ + [ + "django/forms/widgets.py", + [ + "MultipleHiddenInput" + ] + ] + ], + "FileInput": [ + [ + "django/forms/widgets.py", + [ + "FileInput" + ] + ] + ], + "ClearableFileInput": [ + [ + "django/forms/widgets.py", + [ + "ClearableFileInput" + ] + ] + ], + "Textarea": [ + [ + "django/forms/widgets.py", + [ + "Textarea" + ] + ] + ], + "DateTimeBaseInput": [ + [ + "django/forms/widgets.py", + [ + "DateTimeBaseInput" + ] + ] + ], + "DateInput": [ + [ + "django/forms/widgets.py", + [ + "DateInput" + ] + ] + ], + "DateTimeInput": [ + [ + "django/forms/widgets.py", + [ + "DateTimeInput" + ] + ] + ], + "TimeInput": [ + [ + "django/forms/widgets.py", + [ + "TimeInput" + ] + ] + ], + "CheckboxInput": [ + [ + "django/forms/widgets.py", + [ + "CheckboxInput" + ] + ] + ], + "ChoiceWidget": [ + [ + "django/forms/widgets.py", + [ + "ChoiceWidget" + ] + ] + ], + "Select": [ + [ + "django/forms/widgets.py", + [ + "Select" + ] + ] + ], + "NullBooleanSelect": [ + [ + "django/forms/widgets.py", + [ + "NullBooleanSelect" + ] + ] + ], + "SelectMultiple": [ + [ + "django/forms/widgets.py", + [ + "SelectMultiple" + ] + ] + ], + "RadioSelect": [ + [ + "django/forms/widgets.py", + [ + "RadioSelect" + ] + ] + ], + "CheckboxSelectMultiple": [ + [ + "django/forms/widgets.py", + [ + "CheckboxSelectMultiple" + ] + ] + ], + "MultiWidget": [ + [ + "django/forms/widgets.py", + [ + "MultiWidget" + ] + ] + ], + "SplitDateTimeWidget": [ + [ + "django/forms/widgets.py", + [ + "SplitDateTimeWidget" + ] + ] + ], + "SplitHiddenDateTimeWidget": [ + [ + "django/forms/widgets.py", + [ + "SplitHiddenDateTimeWidget" + ] + ] + ], + "SelectDateWidget": [ + [ + "django/forms/widgets.py", + [ + "SelectDateWidget" + ] + ] + ], + "MultiPartParserError": [ + [ + "django/http/multipartparser.py", + [ + "MultiPartParserError" + ] + ] + ], + "InputStreamExhausted": [ + [ + "django/http/multipartparser.py", + [ + "InputStreamExhausted" + ] + ] + ], + "MultiPartParser": [ + [ + "django/http/multipartparser.py", + [ + "MultiPartParser" + ] + ] + ], + "LazyStream": [ + [ + "django/http/multipartparser.py", + [ + "LazyStream" + ] + ] + ], + "ChunkIter": [ + [ + "django/http/multipartparser.py", + [ + "ChunkIter" + ] + ] + ], + "InterBoundaryIter": [ + [ + "django/http/multipartparser.py", + [ + "InterBoundaryIter" + ] + ] + ], + "BoundaryIter": [ + [ + "django/http/multipartparser.py", + [ + "BoundaryIter" + ] + ] + ], + "Parser": [ + [ + "django/http/multipartparser.py", + [ + "Parser" + ] + ], + [ + "django/template/base.py", + [ + "Parser" + ] + ], + [ + "django/test/html.py", + [ + "Parser" + ] + ] + ], + "UnreadablePostError": [ + [ + "django/http/request.py", + [ + "UnreadablePostError" + ] + ] + ], + "RawPostDataException": [ + [ + "django/http/request.py", + [ + "RawPostDataException" + ] + ] + ], + "HttpRequest": [ + [ + "django/http/request.py", + [ + "HttpRequest" + ] + ] + ], + "HttpHeaders": [ + [ + "django/http/request.py", + [ + "HttpHeaders" + ] + ] + ], + "QueryDict": [ + [ + "django/http/request.py", + [ + "QueryDict" + ] + ] + ], + "MediaType": [ + [ + "django/http/request.py", + [ + "MediaType" + ] + ] + ], + "ResponseHeaders": [ + [ + "django/http/response.py", + [ + "ResponseHeaders" + ] + ] + ], + "HttpResponseBase": [ + [ + "django/http/response.py", + [ + "HttpResponseBase" + ] + ] + ], + "HttpResponse": [ + [ + "django/http/response.py", + [ + "HttpResponse" + ] + ] + ], + "StreamingHttpResponse": [ + [ + "django/http/response.py", + [ + "StreamingHttpResponse" + ] + ] + ], + "FileResponse": [ + [ + "django/http/response.py", + [ + "FileResponse" + ] + ] + ], + "HttpResponseRedirectBase": [ + [ + "django/http/response.py", + [ + "HttpResponseRedirectBase" + ] + ] + ], + "HttpResponseRedirect": [ + [ + "django/http/response.py", + [ + "HttpResponseRedirect" + ] + ] + ], + "HttpResponsePermanentRedirect": [ + [ + "django/http/response.py", + [ + "HttpResponsePermanentRedirect" + ] + ] + ], + "HttpResponseNotModified": [ + [ + "django/http/response.py", + [ + "HttpResponseNotModified" + ] + ] + ], + "HttpResponseBadRequest": [ + [ + "django/http/response.py", + [ + "HttpResponseBadRequest" + ] + ] + ], + "HttpResponseNotFound": [ + [ + "django/http/response.py", + [ + "HttpResponseNotFound" + ] + ] + ], + "HttpResponseForbidden": [ + [ + "django/http/response.py", + [ + "HttpResponseForbidden" + ] + ] + ], + "HttpResponseNotAllowed": [ + [ + "django/http/response.py", + [ + "HttpResponseNotAllowed" + ] + ] + ], + "HttpResponseGone": [ + [ + "django/http/response.py", + [ + "HttpResponseGone" + ] + ] + ], + "HttpResponseServerError": [ + [ + "django/http/response.py", + [ + "HttpResponseServerError" + ] + ] + ], + "Http404": [ + [ + "django/http/response.py", + [ + "Http404" + ] + ] + ], + "JsonResponse": [ + [ + "django/http/response.py", + [ + "JsonResponse" + ] + ] + ], + "UpdateCacheMiddleware": [ + [ + "django/middleware/cache.py", + [ + "UpdateCacheMiddleware" + ] + ] + ], + "FetchFromCacheMiddleware": [ + [ + "django/middleware/cache.py", + [ + "FetchFromCacheMiddleware" + ] + ] + ], + "CacheMiddleware": [ + [ + "django/middleware/cache.py", + [ + "CacheMiddleware" + ] + ] + ], + "XFrameOptionsMiddleware": [ + [ + "django/middleware/clickjacking.py", + [ + "XFrameOptionsMiddleware" + ] + ] + ], + "CommonMiddleware": [ + [ + "django/middleware/common.py", + [ + "CommonMiddleware" + ] + ] + ], + "BrokenLinkEmailsMiddleware": [ + [ + "django/middleware/common.py", + [ + "BrokenLinkEmailsMiddleware" + ] + ] + ], + "InvalidTokenFormat": [ + [ + "django/middleware/csrf.py", + [ + "InvalidTokenFormat" + ] + ] + ], + "RejectRequest": [ + [ + "django/middleware/csrf.py", + [ + "RejectRequest" + ] + ] + ], + "CsrfViewMiddleware": [ + [ + "django/middleware/csrf.py", + [ + "CsrfViewMiddleware" + ] + ] + ], + "GZipMiddleware": [ + [ + "django/middleware/gzip.py", + [ + "GZipMiddleware" + ] + ] + ], + "ConditionalGetMiddleware": [ + [ + "django/middleware/http.py", + [ + "ConditionalGetMiddleware" + ] + ] + ], + "LocaleMiddleware": [ + [ + "django/middleware/locale.py", + [ + "LocaleMiddleware" + ] + ] + ], + "SecurityMiddleware": [ + [ + "django/middleware/security.py", + [ + "SecurityMiddleware" + ] + ] + ], + "BaseEngine": [ + [ + "django/template/backends/base.py", + [ + "BaseEngine" + ] + ] + ], + "Template": [ + [ + "django/template/backends/django.py", + [ + "Template" + ] + ], + [ + "django/template/backends/dummy.py", + [ + "Template" + ] + ], + [ + "django/template/backends/jinja2.py", + [ + "Template" + ] + ], + [ + "django/template/base.py", + [ + "Template" + ] + ] + ], + "TemplateStrings": [ + [ + "django/template/backends/dummy.py", + [ + "TemplateStrings" + ] + ] + ], + "Origin": [ + [ + "django/template/backends/jinja2.py", + [ + "Origin" + ] + ], + [ + "django/template/base.py", + [ + "Origin" + ] + ], + [ + "tests/delete/models.py", + [ + "Origin" + ] + ] + ], + "TokenType": [ + [ + "django/template/base.py", + [ + "TokenType" + ] + ] + ], + "VariableDoesNotExist": [ + [ + "django/template/base.py", + [ + "VariableDoesNotExist" + ] + ] + ], + "Token": [ + [ + "django/template/base.py", + [ + "Token" + ] + ] + ], + "Lexer": [ + [ + "django/template/base.py", + [ + "Lexer" + ] + ], + [ + "django/utils/jslex.py", + [ + "Lexer" + ] + ] + ], + "DebugLexer": [ + [ + "django/template/base.py", + [ + "DebugLexer" + ] + ] + ], + "FilterExpression": [ + [ + "django/template/base.py", + [ + "FilterExpression" + ] + ] + ], + "Variable": [ + [ + "django/template/base.py", + [ + "Variable" + ] + ] + ], + "NodeList": [ + [ + "django/template/base.py", + [ + "NodeList" + ] + ] + ], + "TextNode": [ + [ + "django/template/base.py", + [ + "TextNode" + ] + ] + ], + "VariableNode": [ + [ + "django/template/base.py", + [ + "VariableNode" + ] + ] + ], + "ContextPopException": [ + [ + "django/template/context.py", + [ + "ContextPopException" + ] + ] + ], + "ContextDict": [ + [ + "django/template/context.py", + [ + "ContextDict" + ] + ] + ], + "BaseContext": [ + [ + "django/template/context.py", + [ + "BaseContext" + ] + ] + ], + "Context": [ + [ + "django/template/context.py", + [ + "Context" + ] + ] + ], + "RenderContext": [ + [ + "django/template/context.py", + [ + "RenderContext" + ] + ] + ], + "RequestContext": [ + [ + "django/template/context.py", + [ + "RequestContext" + ] + ] + ], + "AutoEscapeControlNode": [ + [ + "django/template/defaulttags.py", + [ + "AutoEscapeControlNode" + ] + ] + ], + "CommentNode": [ + [ + "django/template/defaulttags.py", + [ + "CommentNode" + ] + ] + ], + "CsrfTokenNode": [ + [ + "django/template/defaulttags.py", + [ + "CsrfTokenNode" + ] + ] + ], + "CycleNode": [ + [ + "django/template/defaulttags.py", + [ + "CycleNode" + ] + ] + ], + "DebugNode": [ + [ + "django/template/defaulttags.py", + [ + "DebugNode" + ] + ] + ], + "FilterNode": [ + [ + "django/template/defaulttags.py", + [ + "FilterNode" + ] + ] + ], + "FirstOfNode": [ + [ + "django/template/defaulttags.py", + [ + "FirstOfNode" + ] + ] + ], + "ForNode": [ + [ + "django/template/defaulttags.py", + [ + "ForNode" + ] + ] + ], + "IfChangedNode": [ + [ + "django/template/defaulttags.py", + [ + "IfChangedNode" + ] + ] + ], + "IfNode": [ + [ + "django/template/defaulttags.py", + [ + "IfNode" + ] + ] + ], + "LoremNode": [ + [ + "django/template/defaulttags.py", + [ + "LoremNode" + ] + ] + ], + "RegroupNode": [ + [ + "django/template/defaulttags.py", + [ + "RegroupNode" + ] + ] + ], + "LoadNode": [ + [ + "django/template/defaulttags.py", + [ + "LoadNode" + ] + ] + ], + "NowNode": [ + [ + "django/template/defaulttags.py", + [ + "NowNode" + ] + ] + ], + "ResetCycleNode": [ + [ + "django/template/defaulttags.py", + [ + "ResetCycleNode" + ] + ] + ], + "SpacelessNode": [ + [ + "django/template/defaulttags.py", + [ + "SpacelessNode" + ] + ] + ], + "TemplateTagNode": [ + [ + "django/template/defaulttags.py", + [ + "TemplateTagNode" + ] + ] + ], + "URLNode": [ + [ + "django/template/defaulttags.py", + [ + "URLNode" + ] + ] + ], + "VerbatimNode": [ + [ + "django/template/defaulttags.py", + [ + "VerbatimNode" + ] + ] + ], + "WidthRatioNode": [ + [ + "django/template/defaulttags.py", + [ + "WidthRatioNode" + ] + ] + ], + "WithNode": [ + [ + "django/template/defaulttags.py", + [ + "WithNode" + ] + ] + ], + "TemplateLiteral": [ + [ + "django/template/defaulttags.py", + [ + "TemplateLiteral" + ] + ] + ], + "TemplateIfParser": [ + [ + "django/template/defaulttags.py", + [ + "TemplateIfParser" + ] + ] + ], + "Engine": [ + [ + "django/template/engine.py", + [ + "Engine" + ] + ] + ], + "TemplateDoesNotExist": [ + [ + "django/template/exceptions.py", + [ + "TemplateDoesNotExist" + ] + ] + ], + "TemplateSyntaxError": [ + [ + "django/template/exceptions.py", + [ + "TemplateSyntaxError" + ] + ] + ], + "InvalidTemplateLibrary": [ + [ + "django/template/library.py", + [ + "InvalidTemplateLibrary" + ] + ] + ], + "Library": [ + [ + "django/template/library.py", + [ + "Library" + ] + ] + ], + "TagHelperNode": [ + [ + "django/template/library.py", + [ + "TagHelperNode" + ] + ] + ], + "SimpleNode": [ + [ + "django/template/library.py", + [ + "SimpleNode" + ] + ] + ], + "InclusionNode": [ + [ + "django/template/library.py", + [ + "InclusionNode" + ] + ] + ], + "BlockContext": [ + [ + "django/template/loader_tags.py", + [ + "BlockContext" + ] + ] + ], + "BlockNode": [ + [ + "django/template/loader_tags.py", + [ + "BlockNode" + ] + ] + ], + "ExtendsNode": [ + [ + "django/template/loader_tags.py", + [ + "ExtendsNode" + ] + ] + ], + "IncludeNode": [ + [ + "django/template/loader_tags.py", + [ + "IncludeNode" + ] + ] + ], + "Loader": [ + [ + "django/template/loaders/app_directories.py", + [ + "Loader" + ] + ], + [ + "django/template/loaders/base.py", + [ + "Loader" + ] + ], + [ + "django/template/loaders/cached.py", + [ + "Loader" + ] + ], + [ + "django/template/loaders/filesystem.py", + [ + "Loader" + ] + ], + [ + "django/template/loaders/locmem.py", + [ + "Loader" + ] + ] + ], + "ContentNotRenderedError": [ + [ + "django/template/response.py", + [ + "ContentNotRenderedError" + ] + ] + ], + "SimpleTemplateResponse": [ + [ + "django/template/response.py", + [ + "SimpleTemplateResponse" + ] + ] + ], + "TemplateResponse": [ + [ + "django/template/response.py", + [ + "TemplateResponse" + ] + ] + ], + "TokenBase": [ + [ + "django/template/smartif.py", + [ + "TokenBase" + ] + ] + ], + "Operator": [ + [ + "django/template/smartif.py", + [ + "infix", + "Operator" + ] + ], + [ + "django/template/smartif.py", + [ + "prefix", + "Operator" + ] + ] + ], + "Literal": [ + [ + "django/template/smartif.py", + [ + "Literal" + ] + ] + ], + "EndToken": [ + [ + "django/template/smartif.py", + [ + "EndToken" + ] + ] + ], + "IfParser": [ + [ + "django/template/smartif.py", + [ + "IfParser" + ] + ] + ], + "InvalidTemplateEngineError": [ + [ + "django/template/utils.py", + [ + "InvalidTemplateEngineError" + ] + ] + ], + "EngineHandler": [ + [ + "django/template/utils.py", + [ + "EngineHandler" + ] + ] + ], + "CacheNode": [ + [ + "django/templatetags/cache.py", + [ + "CacheNode" + ] + ] + ], + "GetAvailableLanguagesNode": [ + [ + "django/templatetags/i18n.py", + [ + "GetAvailableLanguagesNode" + ] + ] + ], + "GetLanguageInfoNode": [ + [ + "django/templatetags/i18n.py", + [ + "GetLanguageInfoNode" + ] + ] + ], + "GetLanguageInfoListNode": [ + [ + "django/templatetags/i18n.py", + [ + "GetLanguageInfoListNode" + ] + ] + ], + "GetCurrentLanguageNode": [ + [ + "django/templatetags/i18n.py", + [ + "GetCurrentLanguageNode" + ] + ] + ], + "GetCurrentLanguageBidiNode": [ + [ + "django/templatetags/i18n.py", + [ + "GetCurrentLanguageBidiNode" + ] + ] + ], + "TranslateNode": [ + [ + "django/templatetags/i18n.py", + [ + "TranslateNode" + ] + ] + ], + "BlockTranslateNode": [ + [ + "django/templatetags/i18n.py", + [ + "BlockTranslateNode" + ] + ] + ], + "LanguageNode": [ + [ + "django/templatetags/i18n.py", + [ + "LanguageNode" + ] + ] + ], + "LocalizeNode": [ + [ + "django/templatetags/l10n.py", + [ + "LocalizeNode" + ] + ] + ], + "PrefixNode": [ + [ + "django/templatetags/static.py", + [ + "PrefixNode" + ] + ] + ], + "StaticNode": [ + [ + "django/templatetags/static.py", + [ + "StaticNode" + ] + ] + ], + "UnknownTimezoneException": [ + [ + "django/templatetags/tz.py", + [ + "UnknownTimezoneException" + ] + ] + ], + "datetimeobject": [ + [ + "django/templatetags/tz.py", + [ + "datetimeobject" + ] + ] + ], + "LocalTimeNode": [ + [ + "django/templatetags/tz.py", + [ + "LocalTimeNode" + ] + ] + ], + "TimezoneNode": [ + [ + "django/templatetags/tz.py", + [ + "TimezoneNode" + ] + ] + ], + "GetCurrentTimezoneNode": [ + [ + "django/templatetags/tz.py", + [ + "GetCurrentTimezoneNode" + ] + ] + ], + "RedirectCycleError": [ + [ + "django/test/client.py", + [ + "RedirectCycleError" + ] + ] + ], + "FakePayload": [ + [ + "django/test/client.py", + [ + "FakePayload" + ] + ] + ], + "ClientHandler": [ + [ + "django/test/client.py", + [ + "ClientHandler" + ] + ] + ], + "AsyncClientHandler": [ + [ + "django/test/client.py", + [ + "AsyncClientHandler" + ] + ] + ], + "RequestFactory": [ + [ + "django/test/client.py", + [ + "RequestFactory" + ] + ] + ], + "AsyncRequestFactory": [ + [ + "django/test/client.py", + [ + "AsyncRequestFactory" + ] + ] + ], + "ClientMixin": [ + [ + "django/test/client.py", + [ + "ClientMixin" + ] + ] + ], + "Client": [ + [ + "django/test/client.py", + [ + "Client" + ] + ], + [ + "tests/expressions_case/models.py", + [ + "Client" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Client" + ] + ] + ], + "AsyncClient": [ + [ + "django/test/client.py", + [ + "AsyncClient" + ] + ] + ], + "Element": [ + [ + "django/test/html.py", + [ + "Element" + ] + ] + ], + "RootElement": [ + [ + "django/test/html.py", + [ + "RootElement" + ] + ] + ], + "HTMLParseError": [ + [ + "django/test/html.py", + [ + "HTMLParseError" + ] + ] + ], + "DebugSQLTextTestResult": [ + [ + "django/test/runner.py", + [ + "DebugSQLTextTestResult" + ] + ] + ], + "PDBDebugResult": [ + [ + "django/test/runner.py", + [ + "PDBDebugResult" + ] + ] + ], + "DummyList": [ + [ + "django/test/runner.py", + [ + "DummyList" + ] + ] + ], + "RemoteTestResult": [ + [ + "django/test/runner.py", + [ + "RemoteTestResult" + ] + ] + ], + "RemoteTestRunner": [ + [ + "django/test/runner.py", + [ + "RemoteTestRunner" + ] + ] + ], + "ParallelTestSuite": [ + [ + "django/test/runner.py", + [ + "ParallelTestSuite" + ] + ] + ], + "Shuffler": [ + [ + "django/test/runner.py", + [ + "Shuffler" + ] + ] + ], + "DiscoverRunner": [ + [ + "django/test/runner.py", + [ + "DiscoverRunner" + ] + ] + ], + "SeleniumTestCaseBase": [ + [ + "django/test/selenium.py", + [ + "SeleniumTestCaseBase" + ] + ] + ], + "SeleniumTestCase": [ + [ + "django/test/selenium.py", + [ + "SeleniumTestCase" + ] + ] + ], + "_AssertNumQueriesContext": [ + [ + "django/test/testcases.py", + [ + "_AssertNumQueriesContext" + ] + ] + ], + "_AssertTemplateUsedContext": [ + [ + "django/test/testcases.py", + [ + "_AssertTemplateUsedContext" + ] + ] + ], + "_AssertTemplateNotUsedContext": [ + [ + "django/test/testcases.py", + [ + "_AssertTemplateNotUsedContext" + ] + ] + ], + "_DatabaseFailure": [ + [ + "django/test/testcases.py", + [ + "_DatabaseFailure" + ] + ] + ], + "SimpleTestCase": [ + [ + "django/test/testcases.py", + [ + "SimpleTestCase" + ] + ] + ], + "TransactionTestCase": [ + [ + "django/test/testcases.py", + [ + "TransactionTestCase" + ] + ] + ], + "TestData": [ + [ + "django/test/testcases.py", + [ + "TestData" + ] + ] + ], + "TestCase": [ + [ + "django/test/testcases.py", + [ + "TestCase" + ] + ] + ], + "CheckCondition": [ + [ + "django/test/testcases.py", + [ + "CheckCondition" + ] + ] + ], + "QuietWSGIRequestHandler": [ + [ + "django/test/testcases.py", + [ + "QuietWSGIRequestHandler" + ] + ] + ], + "FSFilesHandler": [ + [ + "django/test/testcases.py", + [ + "FSFilesHandler" + ] + ] + ], + "_StaticFilesHandler": [ + [ + "django/test/testcases.py", + [ + "_StaticFilesHandler" + ] + ] + ], + "_MediaFilesHandler": [ + [ + "django/test/testcases.py", + [ + "_MediaFilesHandler" + ] + ] + ], + "LiveServerThread": [ + [ + "django/test/testcases.py", + [ + "LiveServerThread" + ] + ] + ], + "LiveServerTestCase": [ + [ + "django/test/testcases.py", + [ + "LiveServerTestCase" + ] + ] + ], + "SerializeMixin": [ + [ + "django/test/testcases.py", + [ + "SerializeMixin" + ] + ] + ], + "Approximate": [ + [ + "django/test/utils.py", + [ + "Approximate" + ] + ] + ], + "ContextList": [ + [ + "django/test/utils.py", + [ + "ContextList" + ] + ] + ], + "_TestState": [ + [ + "django/test/utils.py", + [ + "_TestState" + ] + ] + ], + "TestContextDecorator": [ + [ + "django/test/utils.py", + [ + "TestContextDecorator" + ] + ] + ], + "override_settings": [ + [ + "django/test/utils.py", + [ + "override_settings" + ] + ] + ], + "modify_settings": [ + [ + "django/test/utils.py", + [ + "modify_settings" + ] + ] + ], + "override_system_checks": [ + [ + "django/test/utils.py", + [ + "override_system_checks" + ] + ] + ], + "CaptureQueriesContext": [ + [ + "django/test/utils.py", + [ + "CaptureQueriesContext" + ] + ] + ], + "ignore_warnings": [ + [ + "django/test/utils.py", + [ + "ignore_warnings" + ] + ] + ], + "override_script_prefix": [ + [ + "django/test/utils.py", + [ + "override_script_prefix" + ] + ] + ], + "LoggingCaptureMixin": [ + [ + "django/test/utils.py", + [ + "LoggingCaptureMixin" + ] + ] + ], + "isolate_apps": [ + [ + "django/test/utils.py", + [ + "isolate_apps" + ] + ] + ], + "TimeKeeper": [ + [ + "django/test/utils.py", + [ + "TimeKeeper" + ] + ] + ], + "NullTimeKeeper": [ + [ + "django/test/utils.py", + [ + "NullTimeKeeper" + ] + ] + ], + "IntConverter": [ + [ + "django/urls/converters.py", + [ + "IntConverter" + ] + ] + ], + "StringConverter": [ + [ + "django/urls/converters.py", + [ + "StringConverter" + ] + ] + ], + "UUIDConverter": [ + [ + "django/urls/converters.py", + [ + "UUIDConverter" + ] + ] + ], + "SlugConverter": [ + [ + "django/urls/converters.py", + [ + "SlugConverter" + ] + ] + ], + "PathConverter": [ + [ + "django/urls/converters.py", + [ + "PathConverter" + ] + ] + ], + "Resolver404": [ + [ + "django/urls/exceptions.py", + [ + "Resolver404" + ] + ] + ], + "NoReverseMatch": [ + [ + "django/urls/exceptions.py", + [ + "NoReverseMatch" + ] + ] + ], + "ResolverMatch": [ + [ + "django/urls/resolvers.py", + [ + "ResolverMatch" + ] + ] + ], + "LocaleRegexDescriptor": [ + [ + "django/urls/resolvers.py", + [ + "LocaleRegexDescriptor" + ] + ] + ], + "CheckURLMixin": [ + [ + "django/urls/resolvers.py", + [ + "CheckURLMixin" + ] + ] + ], + "RegexPattern": [ + [ + "django/urls/resolvers.py", + [ + "RegexPattern" + ] + ] + ], + "RoutePattern": [ + [ + "django/urls/resolvers.py", + [ + "RoutePattern" + ] + ] + ], + "LocalePrefixPattern": [ + [ + "django/urls/resolvers.py", + [ + "LocalePrefixPattern" + ] + ] + ], + "URLPattern": [ + [ + "django/urls/resolvers.py", + [ + "URLPattern" + ] + ] + ], + "URLResolver": [ + [ + "django/urls/resolvers.py", + [ + "URLResolver" + ] + ] + ], + "ArchiveException": [ + [ + "django/utils/archive.py", + [ + "ArchiveException" + ] + ] + ], + "UnrecognizedArchiveFormat": [ + [ + "django/utils/archive.py", + [ + "UnrecognizedArchiveFormat" + ] + ] + ], + "Archive": [ + [ + "django/utils/archive.py", + [ + "Archive" + ] + ] + ], + "BaseArchive": [ + [ + "django/utils/archive.py", + [ + "BaseArchive" + ] + ] + ], + "TarArchive": [ + [ + "django/utils/archive.py", + [ + "TarArchive" + ] + ] + ], + "ZipArchive": [ + [ + "django/utils/archive.py", + [ + "ZipArchive" + ] + ] + ], + "BaseReloader": [ + [ + "django/utils/autoreload.py", + [ + "BaseReloader" + ] + ] + ], + "StatReloader": [ + [ + "django/utils/autoreload.py", + [ + "StatReloader" + ] + ] + ], + "WatchmanUnavailable": [ + [ + "django/utils/autoreload.py", + [ + "WatchmanUnavailable" + ] + ] + ], + "WatchmanReloader": [ + [ + "django/utils/autoreload.py", + [ + "WatchmanReloader" + ] + ] + ], + "BaseConverter": [ + [ + "django/utils/baseconv.py", + [ + "BaseConverter" + ] + ] + ], + "ConnectionProxy": [ + [ + "django/utils/connection.py", + [ + "ConnectionProxy" + ] + ] + ], + "ConnectionDoesNotExist": [ + [ + "django/utils/connection.py", + [ + "ConnectionDoesNotExist" + ] + ] + ], + "BaseConnectionHandler": [ + [ + "django/utils/connection.py", + [ + "BaseConnectionHandler" + ] + ] + ], + "InvalidAlgorithm": [ + [ + "django/utils/crypto.py", + [ + "InvalidAlgorithm" + ] + ] + ], + "OrderedSet": [ + [ + "django/utils/datastructures.py", + [ + "OrderedSet" + ] + ] + ], + "MultiValueDictKeyError": [ + [ + "django/utils/datastructures.py", + [ + "MultiValueDictKeyError" + ] + ] + ], + "MultiValueDict": [ + [ + "django/utils/datastructures.py", + [ + "MultiValueDict" + ] + ] + ], + "ImmutableList": [ + [ + "django/utils/datastructures.py", + [ + "ImmutableList" + ] + ] + ], + "DictWrapper": [ + [ + "django/utils/datastructures.py", + [ + "DictWrapper" + ] + ] + ], + "CaseInsensitiveMapping": [ + [ + "django/utils/datastructures.py", + [ + "CaseInsensitiveMapping" + ] + ] + ], + "Formatter": [ + [ + "django/utils/dateformat.py", + [ + "Formatter" + ] + ] + ], + "TimeFormat": [ + [ + "django/utils/dateformat.py", + [ + "TimeFormat" + ] + ] + ], + "DateFormat": [ + [ + "django/utils/dateformat.py", + [ + "DateFormat" + ] + ] + ], + "date": [ + [ + "django/utils/datetime_safe.py", + [ + "date" + ] + ] + ], + "datetime": [ + [ + "django/utils/datetime_safe.py", + [ + "datetime" + ] + ] + ], + "classonlymethod": [ + [ + "django/utils/decorators.py", + [ + "classonlymethod" + ] + ] + ], + "RemovedInNextVersionWarning": [ + [ + "django/utils/deprecation.py", + [ + "RemovedInNextVersionWarning" + ] + ] + ], + "RemovedInDjango50Warning": [ + [ + "django/utils/deprecation.py", + [ + "RemovedInDjango50Warning" + ] + ] + ], + "warn_about_renamed_method": [ + [ + "django/utils/deprecation.py", + [ + "warn_about_renamed_method" + ] + ] + ], + "RenameMethodsBase": [ + [ + "django/utils/deprecation.py", + [ + "RenameMethodsBase" + ] + ] + ], + "DeprecationInstanceCheck": [ + [ + "django/utils/deprecation.py", + [ + "DeprecationInstanceCheck" + ] + ] + ], + "MiddlewareMixin": [ + [ + "django/utils/deprecation.py", + [ + "MiddlewareMixin" + ] + ] + ], + "DjangoUnicodeDecodeError": [ + [ + "django/utils/encoding.py", + [ + "DjangoUnicodeDecodeError" + ] + ] + ], + "SyndicationFeed": [ + [ + "django/utils/feedgenerator.py", + [ + "SyndicationFeed" + ] + ] + ], + "Enclosure": [ + [ + "django/utils/feedgenerator.py", + [ + "Enclosure" + ] + ] + ], + "RssFeed": [ + [ + "django/utils/feedgenerator.py", + [ + "RssFeed" + ] + ] + ], + "RssUserland091Feed": [ + [ + "django/utils/feedgenerator.py", + [ + "RssUserland091Feed" + ] + ] + ], + "Rss201rev2Feed": [ + [ + "django/utils/feedgenerator.py", + [ + "Rss201rev2Feed" + ] + ] + ], + "Atom1Feed": [ + [ + "django/utils/feedgenerator.py", + [ + "Atom1Feed" + ] + ] + ], + "cached_property": [ + [ + "django/utils/functional.py", + [ + "cached_property" + ] + ] + ], + "classproperty": [ + [ + "django/utils/functional.py", + [ + "classproperty" + ] + ] + ], + "Promise": [ + [ + "django/utils/functional.py", + [ + "Promise" + ] + ] + ], + "__proxy__": [ + [ + "django/utils/functional.py", + [ + "lazy", + "__proxy__" + ] + ] + ], + "LazyObject": [ + [ + "django/utils/functional.py", + [ + "LazyObject" + ] + ] + ], + "SimpleLazyObject": [ + [ + "django/utils/functional.py", + [ + "SimpleLazyObject" + ] + ] + ], + "MLStripper": [ + [ + "django/utils/html.py", + [ + "MLStripper" + ] + ] + ], + "Tok": [ + [ + "django/utils/jslex.py", + [ + "Tok" + ] + ] + ], + "JsLexer": [ + [ + "django/utils/jslex.py", + [ + "JsLexer" + ] + ] + ], + "AdminEmailHandler": [ + [ + "django/utils/log.py", + [ + "AdminEmailHandler" + ] + ] + ], + "CallbackFilter": [ + [ + "django/utils/log.py", + [ + "CallbackFilter" + ] + ] + ], + "RequireDebugFalse": [ + [ + "django/utils/log.py", + [ + "RequireDebugFalse" + ] + ] + ], + "RequireDebugTrue": [ + [ + "django/utils/log.py", + [ + "RequireDebugTrue" + ] + ] + ], + "ServerFormatter": [ + [ + "django/utils/log.py", + [ + "ServerFormatter" + ] + ] + ], + "Choice": [ + [ + "django/utils/regex_helper.py", + [ + "Choice" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Choice" + ] + ], + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "Choice" + ] + ], + [ + "tests/null_queries/models.py", + [ + "Choice" + ] + ], + [ + "tests/reverse_lookup/models.py", + [ + "Choice" + ] + ] + ], + "NonCapture": [ + [ + "django/utils/regex_helper.py", + [ + "NonCapture" + ] + ] + ], + "SafeData": [ + [ + "django/utils/safestring.py", + [ + "SafeData" + ] + ] + ], + "SafeString": [ + [ + "django/utils/safestring.py", + [ + "SafeString" + ] + ] + ], + "Truncator": [ + [ + "django/utils/text.py", + [ + "Truncator" + ] + ] + ], + "StreamingBuffer": [ + [ + "django/utils/text.py", + [ + "StreamingBuffer" + ] + ] + ], + "override": [ + [ + "django/utils/timezone.py", + [ + "override" + ] + ], + [ + "django/utils/translation/__init__.py", + [ + "override" + ] + ] + ], + "CyclicDependencyError": [ + [ + "django/utils/topological_sort.py", + [ + "CyclicDependencyError" + ] + ] + ], + "TranslatorCommentWarning": [ + [ + "django/utils/translation/__init__.py", + [ + "TranslatorCommentWarning" + ] + ] + ], + "Trans": [ + [ + "django/utils/translation/__init__.py", + [ + "Trans" + ] + ] + ], + "NumberAwareString": [ + [ + "django/utils/translation/__init__.py", + [ + "lazy_number", + "if_isinstance_number_int", + "else_", + "NumberAwareString" + ] + ] + ], + "TranslationCatalog": [ + [ + "django/utils/translation/trans_real.py", + [ + "TranslationCatalog" + ] + ] + ], + "DjangoTranslation": [ + [ + "django/utils/translation/trans_real.py", + [ + "DjangoTranslation" + ] + ] + ], + "UnserializableContentError": [ + [ + "django/utils/xmlutils.py", + [ + "UnserializableContentError" + ] + ] + ], + "SimplerXMLGenerator": [ + [ + "django/utils/xmlutils.py", + [ + "SimplerXMLGenerator" + ] + ] + ], + "ExceptionCycleWarning": [ + [ + "django/views/debug.py", + [ + "ExceptionCycleWarning" + ] + ] + ], + "CallableSettingWrapper": [ + [ + "django/views/debug.py", + [ + "CallableSettingWrapper" + ] + ] + ], + "SafeExceptionReporterFilter": [ + [ + "django/views/debug.py", + [ + "SafeExceptionReporterFilter" + ] + ] + ], + "ExceptionReporter": [ + [ + "django/views/debug.py", + [ + "ExceptionReporter" + ] + ] + ], + "_EnsureCsrfToken": [ + [ + "django/views/decorators/csrf.py", + [ + "_EnsureCsrfToken" + ] + ] + ], + "_EnsureCsrfCookie": [ + [ + "django/views/decorators/csrf.py", + [ + "_EnsureCsrfCookie" + ] + ] + ], + "GenericViewError": [ + [ + "django/views/generic/__init__.py", + [ + "GenericViewError" + ] + ] + ], + "ContextMixin": [ + [ + "django/views/generic/base.py", + [ + "ContextMixin" + ] + ] + ], + "View": [ + [ + "django/views/generic/base.py", + [ + "View" + ] + ] + ], + "TemplateResponseMixin": [ + [ + "django/views/generic/base.py", + [ + "TemplateResponseMixin" + ] + ] + ], + "TemplateView": [ + [ + "django/views/generic/base.py", + [ + "TemplateView" + ] + ] + ], + "RedirectView": [ + [ + "django/views/generic/base.py", + [ + "RedirectView" + ] + ] + ], + "YearMixin": [ + [ + "django/views/generic/dates.py", + [ + "YearMixin" + ] + ] + ], + "MonthMixin": [ + [ + "django/views/generic/dates.py", + [ + "MonthMixin" + ] + ] + ], + "DayMixin": [ + [ + "django/views/generic/dates.py", + [ + "DayMixin" + ] + ] + ], + "WeekMixin": [ + [ + "django/views/generic/dates.py", + [ + "WeekMixin" + ] + ] + ], + "DateMixin": [ + [ + "django/views/generic/dates.py", + [ + "DateMixin" + ] + ] + ], + "BaseDateListView": [ + [ + "django/views/generic/dates.py", + [ + "BaseDateListView" + ] + ] + ], + "BaseArchiveIndexView": [ + [ + "django/views/generic/dates.py", + [ + "BaseArchiveIndexView" + ] + ] + ], + "ArchiveIndexView": [ + [ + "django/views/generic/dates.py", + [ + "ArchiveIndexView" + ] + ] + ], + "BaseYearArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "BaseYearArchiveView" + ] + ] + ], + "YearArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "YearArchiveView" + ] + ] + ], + "BaseMonthArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "BaseMonthArchiveView" + ] + ] + ], + "MonthArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "MonthArchiveView" + ] + ] + ], + "BaseWeekArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "BaseWeekArchiveView" + ] + ] + ], + "WeekArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "WeekArchiveView" + ] + ] + ], + "BaseDayArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "BaseDayArchiveView" + ] + ] + ], + "DayArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "DayArchiveView" + ] + ] + ], + "BaseTodayArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "BaseTodayArchiveView" + ] + ] + ], + "TodayArchiveView": [ + [ + "django/views/generic/dates.py", + [ + "TodayArchiveView" + ] + ] + ], + "BaseDateDetailView": [ + [ + "django/views/generic/dates.py", + [ + "BaseDateDetailView" + ] + ] + ], + "DateDetailView": [ + [ + "django/views/generic/dates.py", + [ + "DateDetailView" + ] + ] + ], + "SingleObjectMixin": [ + [ + "django/views/generic/detail.py", + [ + "SingleObjectMixin" + ] + ] + ], + "BaseDetailView": [ + [ + "django/views/generic/detail.py", + [ + "BaseDetailView" + ] + ] + ], + "SingleObjectTemplateResponseMixin": [ + [ + "django/views/generic/detail.py", + [ + "SingleObjectTemplateResponseMixin" + ] + ] + ], + "DetailView": [ + [ + "django/views/generic/detail.py", + [ + "DetailView" + ] + ] + ], + "FormMixin": [ + [ + "django/views/generic/edit.py", + [ + "FormMixin" + ] + ] + ], + "ModelFormMixin": [ + [ + "django/views/generic/edit.py", + [ + "ModelFormMixin" + ] + ] + ], + "ProcessFormView": [ + [ + "django/views/generic/edit.py", + [ + "ProcessFormView" + ] + ] + ], + "BaseFormView": [ + [ + "django/views/generic/edit.py", + [ + "BaseFormView" + ] + ] + ], + "FormView": [ + [ + "django/views/generic/edit.py", + [ + "FormView" + ] + ] + ], + "BaseCreateView": [ + [ + "django/views/generic/edit.py", + [ + "BaseCreateView" + ] + ] + ], + "CreateView": [ + [ + "django/views/generic/edit.py", + [ + "CreateView" + ] + ] + ], + "BaseUpdateView": [ + [ + "django/views/generic/edit.py", + [ + "BaseUpdateView" + ] + ] + ], + "UpdateView": [ + [ + "django/views/generic/edit.py", + [ + "UpdateView" + ] + ] + ], + "DeletionMixin": [ + [ + "django/views/generic/edit.py", + [ + "DeletionMixin" + ] + ] + ], + "BaseDeleteView": [ + [ + "django/views/generic/edit.py", + [ + "BaseDeleteView" + ] + ] + ], + "DeleteView": [ + [ + "django/views/generic/edit.py", + [ + "DeleteView" + ] + ] + ], + "MultipleObjectMixin": [ + [ + "django/views/generic/list.py", + [ + "MultipleObjectMixin" + ] + ] + ], + "BaseListView": [ + [ + "django/views/generic/list.py", + [ + "BaseListView" + ] + ] + ], + "MultipleObjectTemplateResponseMixin": [ + [ + "django/views/generic/list.py", + [ + "MultipleObjectTemplateResponseMixin" + ] + ] + ], + "ListView": [ + [ + "django/views/generic/list.py", + [ + "ListView" + ] + ] + ], + "JavaScriptCatalog": [ + [ + "django/views/i18n.py", + [ + "JavaScriptCatalog" + ] + ] + ], + "JSONCatalog": [ + [ + "django/views/i18n.py", + [ + "JSONCatalog" + ] + ] + ], + "VersionDirective": [ + [ + "docs/_ext/djangodocs.py", + [ + "VersionDirective" + ] + ] + ], + "DjangoHTMLTranslator": [ + [ + "docs/_ext/djangodocs.py", + [ + "DjangoHTMLTranslator" + ] + ] + ], + "DjangoStandaloneHTMLBuilder": [ + [ + "docs/_ext/djangodocs.py", + [ + "DjangoStandaloneHTMLBuilder" + ] + ] + ], + "ConsoleNode": [ + [ + "docs/_ext/djangodocs.py", + [ + "ConsoleNode" + ] + ] + ], + "ConsoleDirective": [ + [ + "docs/_ext/djangodocs.py", + [ + "ConsoleDirective" + ] + ] + ], + "AbsoluteUrlOverrideTests": [ + [ + "tests/absolute_url_overrides/tests.py", + [ + "AbsoluteUrlOverrideTests" + ] + ] + ], + "Story": [ + [ + "tests/admin_autodiscover/models.py", + [ + "Story" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Story" + ] + ] + ], + "AdminAutoDiscoverTests": [ + [ + "tests/admin_autodiscover/tests.py", + [ + "AdminAutoDiscoverTests" + ] + ] + ], + "CustomPaginator": [ + [ + "tests/admin_changelist/admin.py", + [ + "CustomPaginator" + ] + ], + [ + "tests/generic_views/views.py", + [ + "CustomPaginator" + ] + ] + ], + "EventAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "EventAdmin" + ] + ], + [ + "tests/admin_widgets/widgetadmin.py", + [ + "EventAdmin" + ] + ], + [ + "tests/timezones/admin.py", + [ + "EventAdmin" + ] + ] + ], + "ParentAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "ParentAdmin" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "ParentAdmin" + ] + ] + ], + "ChildAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "ChildAdmin" + ] + ] + ], + "CustomPaginationAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "CustomPaginationAdmin" + ] + ] + ], + "FilteredChildAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "FilteredChildAdmin" + ] + ] + ], + "BandAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "BandAdmin" + ] + ], + [ + "tests/admin_ordering/tests.py", + [ + "TestAdminOrdering", + "test_specified_ordering", + "BandAdmin" + ] + ], + [ + "tests/admin_ordering/tests.py", + [ + "TestAdminOrdering", + "test_specified_ordering_by_f_expression", + "BandAdmin" + ] + ], + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldTests", + "test_formfield_overrides_widget_instances", + "BandAdmin" + ] + ], + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldTests", + "test_formfield_overrides_m2m_filter_widget", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests", + "test_get_actions_respects_permissions", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests", + "test_global_actions_description", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests", + "test_actions_replace_global_action", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_fieldsets_with_custom_form_validation", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FormCheckTests", + "test_fieldsets_with_custom_form_validation", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FormCheckTests", + "test_valid_case", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ActionsCheckTests", + "test_custom_permissions_require_matching_has_method", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ActionsCheckTests", + "test_actions_not_unique", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ActionsCheckTests", + "test_actions_unique", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_fieldsets", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_lookup_allowed_allows_nonexistent_lookup", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_field_arguments", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_field_arguments_restricted_on_form", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude_with_readonly", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_formfield_override_readonly", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_overriding_get_exclude", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_exclude_overrides_exclude", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_exclude_takes_obj", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_validation", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_form_exclude_kwarg_override", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_exclude_kwarg_override", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_fields", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_exclude", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_raw_id_fields_widget_override", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_regression_for_ticket_15820", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "BandAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests", + "test_inline_has_add_permission_uses_obj", + "BandAdmin" + ] + ] + ], + "NrOfMembersFilter": [ + [ + "tests/admin_changelist/admin.py", + [ + "NrOfMembersFilter" + ] + ] + ], + "BandCallableFilterAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "BandCallableFilterAdmin" + ] + ] + ], + "ConcertAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "ConcertAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "ConcertAdmin" + ] + ] + ], + "QuartetAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "QuartetAdmin" + ] + ] + ], + "ChordsBandAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "ChordsBandAdmin" + ] + ] + ], + "InvitationAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "InvitationAdmin" + ] + ] + ], + "DynamicListDisplayChildAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "DynamicListDisplayChildAdmin" + ] + ] + ], + "DynamicListDisplayLinksChildAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "DynamicListDisplayLinksChildAdmin" + ] + ] + ], + "NoListDisplayLinksParentAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "NoListDisplayLinksParentAdmin" + ] + ] + ], + "SwallowAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "SwallowAdmin" + ] + ] + ], + "DynamicListFilterChildAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "DynamicListFilterChildAdmin" + ] + ] + ], + "DynamicSearchFieldsChildAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "DynamicSearchFieldsChildAdmin" + ] + ] + ], + "EmptyValueChildAdmin": [ + [ + "tests/admin_changelist/admin.py", + [ + "EmptyValueChildAdmin" + ] + ] + ], + "Event": [ + [ + "tests/admin_changelist/models.py", + [ + "Event" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "Event" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "Event" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "Event" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_invalid_order", + "Event" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_invalid_field", + "Event" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_explicit_field_names", + "Event" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Event" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "Event" + ] + ], + [ + "tests/model_fields/test_charfield.py", + [ + "TestCharField", + "test_assignment_from_choice_enum", + "Event" + ] + ], + [ + "tests/model_regress/models.py", + [ + "Event" + ] + ], + [ + "tests/nested_foreign_keys/models.py", + [ + "Event" + ] + ], + [ + "tests/queryset_pickle/models.py", + [ + "Event" + ] + ], + [ + "tests/timezones/models.py", + [ + "Event" + ] + ] + ], + "Parent": [ + [ + "tests/admin_changelist/models.py", + [ + "Parent" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "Parent" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Parent" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_explicit_inherited_pk", + "Parent" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_explicit_inherited_parent_link", + "Parent" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_inherited_pk", + "Parent" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_inherited_parent_link", + "Parent" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_pk_inherited_abstract_parent", + "Parent" + ] + ], + [ + "tests/delete/models.py", + [ + "Parent" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Parent" + ] + ], + [ + "tests/foreign_object/tests.py", + [ + "TestModelCheckTests", + "test_check_composite_foreign_object", + "Parent" + ] + ], + [ + "tests/foreign_object/tests.py", + [ + "TestModelCheckTests", + "test_check_subset_composite_foreign_object", + "Parent" + ] + ], + [ + "tests/inline_formsets/models.py", + [ + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_non_local_field", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_field_name_clash_with_child_accessor", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_field_name_clash_with_m2m_through", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_inheritance_clash", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_multigeneration_inheritance", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_related_model_field", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_multiple_times_to_model_fields", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_related_model_pk", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_foreignkey_field", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_non_local_field", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_non_local_field", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_non_local_field", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_related_field_has_invalid_related_name", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_related_field_has_valid_related_name", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_to_fields_exist", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_m2m_to_m2m_with_inheritance", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ComplexClashTests", + "test_clash_parent_link", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_superset_foreign_object", + "Parent" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_intersection_foreign_object", + "Parent" + ] + ], + [ + "tests/managers_regress/models.py", + [ + "Parent" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Parent" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_non_local_to_field", + "Parent" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Parent" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Parent" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "Parent" + ] + ], + [ + "tests/mutually_referential/models.py", + [ + "Parent" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Parent" + ] + ], + [ + "tests/serializers/models/multi_table.py", + [ + "Parent" + ] + ] + ], + "Child": [ + [ + "tests/admin_changelist/models.py", + [ + "Child" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "Child" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Child" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_explicit_inherited_pk", + "Child" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_explicit_inherited_parent_link", + "Child" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_inherited_pk", + "Child" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_inherited_parent_link", + "Child" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_auto_created_pk_inherited_abstract_parent", + "Child" + ] + ], + [ + "tests/defer/models.py", + [ + "Child" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "Child" + ] + ], + [ + "tests/delete/models.py", + [ + "Child" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Child" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Child" + ] + ], + [ + "tests/foreign_object/tests.py", + [ + "TestModelCheckTests", + "test_check_composite_foreign_object", + "Child" + ] + ], + [ + "tests/foreign_object/tests.py", + [ + "TestModelCheckTests", + "test_check_subset_composite_foreign_object", + "Child" + ] + ], + [ + "tests/inline_formsets/models.py", + [ + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_non_local_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_field_name_clash_with_child_accessor", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_field_name_clash_with_m2m_through", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_multiinheritance_clash", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_inheritance_clash", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_multigeneration_inheritance", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_missing_related_model_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_non_related_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_two_related_model_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_multiple_times_to_model_fields", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_related_model_pk", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_foreignkey_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_non_local_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_non_local_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_non_local_field", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_to_fields_exist", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_to_fields_not_checked_if_related_model_doesnt_exist", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_m2m_to_m2m_with_inheritance", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ComplexClashTests", + "test_clash_parent_link", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_superset_foreign_object", + "Child" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_intersection_foreign_object", + "Child" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Child" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_non_local_to_field", + "Child" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_through_db_table_mutually_exclusive", + "Child" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "GetFieldDisplayTests", + "test_overriding_inherited_FIELD_display", + "Child" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Child" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_allows_inherited_field", + "Child" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_diamond_shaped_multiple_inheritance_is_depth_first", + "Child" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_target_field_may_be_pushed_down", + "Child" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Child" + ] + ], + [ + "tests/model_meta/models.py", + [ + "Child" + ] + ], + [ + "tests/mutually_referential/models.py", + [ + "Child" + ] + ], + [ + "tests/queries/models.py", + [ + "Child" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Child" + ] + ], + [ + "tests/serializers/models/multi_table.py", + [ + "Child" + ] + ], + [ + "tests/string_lookup/models.py", + [ + "Child" + ] + ] + ], + "Genre": [ + [ + "tests/admin_changelist/models.py", + [ + "Genre" + ] + ] + ], + "Band": [ + [ + "tests/admin_changelist/models.py", + [ + "Band" + ] + ], + [ + "tests/admin_ordering/models.py", + [ + "Band" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "Band" + ] + ], + [ + "tests/modeladmin/models.py", + [ + "Band" + ] + ] + ], + "Musician": [ + [ + "tests/admin_changelist/models.py", + [ + "Musician" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_subclassing_forms", + "Musician" + ] + ] + ], + "Concert": [ + [ + "tests/admin_changelist/models.py", + [ + "Concert" + ] + ], + [ + "tests/modeladmin/models.py", + [ + "Concert" + ] + ] + ], + "Membership": [ + [ + "tests/admin_changelist/models.py", + [ + "Membership" + ] + ], + [ + "tests/auth_tests/models/with_many_to_many.py", + [ + "Membership" + ] + ], + [ + "tests/foreign_object/models/person.py", + [ + "Membership" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_two_m2m_through_same_relationship", + "Membership" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Membership" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "Membership" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Membership" + ] + ] + ], + "Quartet": [ + [ + "tests/admin_changelist/models.py", + [ + "Quartet" + ] + ] + ], + "ChordsMusician": [ + [ + "tests/admin_changelist/models.py", + [ + "ChordsMusician" + ] + ] + ], + "ChordsBand": [ + [ + "tests/admin_changelist/models.py", + [ + "ChordsBand" + ] + ] + ], + "Invitation": [ + [ + "tests/admin_changelist/models.py", + [ + "Invitation" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_invalid_order", + "Invitation" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_invalid_field", + "Invitation" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_explicit_field_names", + "Invitation" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Invitation" + ] + ] + ], + "Swallow": [ + [ + "tests/admin_changelist/models.py", + [ + "Swallow" + ] + ] + ], + "SwallowOneToOne": [ + [ + "tests/admin_changelist/models.py", + [ + "SwallowOneToOne" + ] + ] + ], + "UnorderedObject": [ + [ + "tests/admin_changelist/models.py", + [ + "UnorderedObject" + ] + ], + [ + "tests/admin_views/models.py", + [ + "UnorderedObject" + ] + ] + ], + "OrderedObjectManager": [ + [ + "tests/admin_changelist/models.py", + [ + "OrderedObjectManager" + ] + ] + ], + "OrderedObject": [ + [ + "tests/admin_changelist/models.py", + [ + "OrderedObject" + ] + ] + ], + "CustomIdUser": [ + [ + "tests/admin_changelist/models.py", + [ + "CustomIdUser" + ] + ] + ], + "CharPK": [ + [ + "tests/admin_changelist/models.py", + [ + "CharPK" + ] + ] + ], + "DateHierarchyTests": [ + [ + "tests/admin_changelist/test_date_hierarchy.py", + [ + "DateHierarchyTests" + ] + ], + [ + "tests/admin_views/test_templatetags.py", + [ + "DateHierarchyTests" + ] + ], + [ + "tests/admin_views/tests.py", + [ + "DateHierarchyTests" + ] + ] + ], + "OrderedByFBandAdmin": [ + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_specified_ordering_by_f_expression", + "OrderedByFBandAdmin" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_specified_ordering_by_f_expression_without_asc_desc", + "OrderedByFBandAdmin" + ] + ] + ], + "GetListSelectRelatedAdmin": [ + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_get_select_related_custom_method", + "GetListSelectRelatedAdmin" + ] + ] + ], + "UnorderedObjectAdmin": [ + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_deterministic_order_for_unordered_model", + "UnorderedObjectAdmin" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "UnorderedObjectAdmin" + ] + ] + ], + "OrderedObjectAdmin": [ + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_deterministic_order_for_model_ordered_by_its_manager", + "OrderedObjectAdmin" + ] + ] + ], + "Related": [ + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization", + "Related" + ] + ], + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests", + "test_total_ordering_optimization_meta_constraints", + "Related" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Related" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_non_local_to_field", + "Related" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "Related" + ] + ], + [ + "tests/queries/models.py", + [ + "Related" + ] + ] + ], + "ChangeListTests": [ + [ + "tests/admin_changelist/tests.py", + [ + "ChangeListTests" + ] + ] + ], + "GetAdminLogTests": [ + [ + "tests/admin_changelist/tests.py", + [ + "GetAdminLogTests" + ] + ] + ], + "SeleniumTests": [ + [ + "tests/admin_changelist/tests.py", + [ + "SeleniumTests" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "SeleniumTests" + ] + ], + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "SeleniumTests" + ] + ], + [ + "tests/admin_views/test_nav_sidebar.py", + [ + "SeleniumTests" + ] + ], + [ + "tests/admin_views/tests.py", + [ + "SeleniumTests" + ] + ] + ], + "Album": [ + [ + "tests/admin_checks/models.py", + [ + "Album" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Album" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "Album" + ] + ] + ], + "Song": [ + [ + "tests/admin_checks/models.py", + [ + "Song" + ] + ], + [ + "tests/admin_ordering/models.py", + [ + "Song" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Song" + ] + ], + [ + "tests/modeladmin/models.py", + [ + "Song" + ] + ] + ], + "TwoAlbumFKAndAnE": [ + [ + "tests/admin_checks/models.py", + [ + "TwoAlbumFKAndAnE" + ] + ] + ], + "Author": [ + [ + "tests/admin_checks/models.py", + [ + "Author" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "Author" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Author" + ] + ], + [ + "tests/aggregation/models.py", + [ + "Author" + ] + ], + [ + "tests/aggregation_regress/models.py", + [ + "Author" + ] + ], + [ + "tests/annotations/models.py", + [ + "Author" + ] + ], + [ + "tests/backends/models.py", + [ + "Author" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Author" + ] + ], + [ + "tests/custom_columns/models.py", + [ + "Author" + ] + ], + [ + "tests/custom_lookups/models.py", + [ + "Author" + ] + ], + [ + "tests/db_functions/models.py", + [ + "Author" + ] + ], + [ + "tests/filtered_relation/models.py", + [ + "Author" + ] + ], + [ + "tests/generic_views/models.py", + [ + "Author" + ] + ], + [ + "tests/get_object_or_404/models.py", + [ + "Author" + ] + ], + [ + "tests/get_or_create/models.py", + [ + "Author" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "Author" + ] + ], + [ + "tests/lookup/models.py", + [ + "Author" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_interactive_not_null_addition", + "Author" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_not_null_alteration", + "Author" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_interactive_not_null_alteration", + "Author" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_auto_now_add_interactive_quit", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_default_manager_added_to_the_model_state", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_default_manager_named_objects_with_false_migration_flag", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_default_manager", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_base_manager", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_reference_mixed_case_app_label", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_ignore_order_wrt", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_choices_iterator", + "Author" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable", + "Author" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Author" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Author" + ] + ], + [ + "tests/model_options/models/default_related_name.py", + [ + "Author" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "Author" + ] + ], + [ + "tests/ordering/models.py", + [ + "Author" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Author" + ] + ], + [ + "tests/queries/models.py", + [ + "Author" + ] + ], + [ + "tests/raw_query/models.py", + [ + "Author" + ] + ], + [ + "tests/schema/models.py", + [ + "Author" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_no_db_constraint_added_during_primary_key_change", + "Author" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_rename_referenced_field", + "Author" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_no_unnecessary_fk_drops", + "Author" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_table", + "Author" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_add_foreign_key_quoted_db_table", + "Author" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_namespaced_db_table_foreign_key_reference", + "Author" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Author" + ] + ], + [ + "tests/signals/models.py", + [ + "Author" + ] + ], + [ + "tests/validation/models.py", + [ + "Author" + ] + ], + [ + "tests/view_tests/models.py", + [ + "Author" + ] + ] + ], + "Book": [ + [ + "tests/admin_checks/models.py", + [ + "Book" + ] + ], + [ + "tests/admin_filters/models.py", + [ + "Book" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "Book" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Book" + ] + ], + [ + "tests/aggregation/models.py", + [ + "Book" + ] + ], + [ + "tests/aggregation_regress/models.py", + [ + "Book" + ] + ], + [ + "tests/annotations/models.py", + [ + "Book" + ] + ], + [ + "tests/backends/models.py", + [ + "Book" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "Book" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Book" + ] + ], + [ + "tests/filtered_relation/models.py", + [ + "Book" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Book" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Book" + ] + ], + [ + "tests/generic_views/models.py", + [ + "Book" + ] + ], + [ + "tests/get_or_create/models.py", + [ + "Book" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "Book" + ] + ], + [ + "tests/migration_test_data_persistence/models.py", + [ + "Book" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "Book" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_inheritance", + "Book" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Book" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_reference_mixed_case_app_label", + "Book" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_ignore_order_wrt", + "Book" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Book" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Book" + ] + ], + [ + "tests/model_indexes/models.py", + [ + "Book" + ] + ], + [ + "tests/model_options/models/default_related_name.py", + [ + "Book" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "Book" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Book" + ] + ], + [ + "tests/queries/models.py", + [ + "Book" + ] + ], + [ + "tests/raw_query/models.py", + [ + "Book" + ] + ], + [ + "tests/schema/models.py", + [ + "Book" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_rename_referenced_field", + "Book" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_no_unnecessary_fk_drops", + "Book" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_and_reverse_m2m", + "Book" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_table", + "Book" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_add_foreign_key_quoted_db_table", + "Book" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_namespaced_db_table_foreign_key_reference", + "Book" + ] + ], + [ + "tests/signals/models.py", + [ + "Book" + ] + ] + ], + "AuthorsBooks": [ + [ + "tests/admin_checks/models.py", + [ + "AuthorsBooks" + ] + ] + ], + "State": [ + [ + "tests/admin_checks/models.py", + [ + "State" + ] + ], + [ + "tests/admin_views/models.py", + [ + "State" + ] + ], + [ + "tests/bulk_create/models.py", + [ + "State" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "State" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "State" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "State" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "State" + ] + ] + ], + "City": [ + [ + "tests/admin_checks/models.py", + [ + "City" + ] + ], + [ + "tests/admin_views/models.py", + [ + "City" + ] + ], + [ + "tests/gis_tests/geoadmin/models.py", + [ + "City" + ] + ], + [ + "tests/gis_tests/geoadmin_deprecated/models.py", + [ + "City" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "City" + ] + ], + [ + "tests/gis_tests/geogapp/models.py", + [ + "City" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "City" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "City" + ] + ], + [ + "tests/introspection/models.py", + [ + "City" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "City" + ] + ], + [ + "tests/select_for_update/models.py", + [ + "City" + ] + ] + ], + "Influence": [ + [ + "tests/admin_checks/models.py", + [ + "Influence" + ] + ] + ], + "SongForm": [ + [ + "tests/admin_checks/tests.py", + [ + "SongForm" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_non_model_fields", + "SongForm" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_non_model_first_field", + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_multiple_choice", + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_hidden_data", + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_checkbox_auto_id", + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multiple_choice_list_data", + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multiple_hidden", + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_empty_permitted", + "SongForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_extracting_hidden_and_visible", + "SongForm" + ] + ] + ], + "ValidFields": [ + [ + "tests/admin_checks/tests.py", + [ + "ValidFields" + ] + ] + ], + "ExtraFieldForm": [ + [ + "tests/admin_checks/tests.py", + [ + "ValidFormFieldsets", + "get_form", + "ExtraFieldForm" + ] + ] + ], + "ValidFormFieldsets": [ + [ + "tests/admin_checks/tests.py", + [ + "ValidFormFieldsets" + ] + ] + ], + "MyAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "MyAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_fk_exclusion", + "MyAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_inline_self_check", + "MyAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_inline_with_specified", + "MyAdmin" + ] + ], + [ + "tests/apps/apps.py", + [ + "MyAdmin" + ] + ] + ], + "AuthenticationMiddlewareSubclass": [ + [ + "tests/admin_checks/tests.py", + [ + "AuthenticationMiddlewareSubclass" + ] + ] + ], + "MessageMiddlewareSubclass": [ + [ + "tests/admin_checks/tests.py", + [ + "MessageMiddlewareSubclass" + ] + ] + ], + "ModelBackendSubclass": [ + [ + "tests/admin_checks/tests.py", + [ + "ModelBackendSubclass" + ] + ] + ], + "SessionMiddlewareSubclass": [ + [ + "tests/admin_checks/tests.py", + [ + "SessionMiddlewareSubclass" + ] + ] + ], + "CustomAdminSite": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_custom_adminsite", + "CustomAdminSite" + ] + ], + [ + "tests/admin_default_site/sites.py", + [ + "CustomAdminSite" + ] + ] + ], + "MyBookAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_allows_checks_relying_on_other_modeladmins", + "MyBookAdmin" + ] + ] + ], + "MyAuthorAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_allows_checks_relying_on_other_modeladmins", + "MyAuthorAdmin" + ] + ] + ], + "SongAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_field_name_not_in_list_display", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_list_editable_not_a_list_or_tuple", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_list_editable_missing_field", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly_and_editable", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_editable", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_valid_generic_inline_model_admin", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_non_generic_model", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_bad_ct_field", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_bad_fk_field", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_non_gfk_ct_field", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_non_gfk_fk_field", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly_on_method", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly_on_modeladmin", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly_dynamic_attribute_on_modeladmin", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly_method_on_model", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_nonexistent_field", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly_fields_not_list_or_tuple", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_extra", + "SongAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_readonly_lambda", + "SongAdmin" + ] + ], + [ + "tests/admin_ordering/tests.py", + [ + "TestRelatedFieldsAdminOrdering", + "setUp", + "SongAdmin" + ] + ], + [ + "tests/admin_ordering/tests.py", + [ + "TestRelatedFieldsAdminOrdering", + "test_custom_queryset_still_wins", + "SongAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_autocomplete_fields", + "SongAdmin" + ] + ] + ], + "NotATupleAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_fieldsets_fields_non_tuple", + "NotATupleAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_nonfirst_fieldset", + "NotATupleAdmin" + ] + ] + ], + "ExcludedFields1": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_exclude_values", + "ExcludedFields1" + ] + ] + ], + "ExcludedFields2": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_exclude_duplicate_values", + "ExcludedFields2" + ] + ] + ], + "ExcludedFieldsInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_exclude_in_inline", + "ExcludedFieldsInline" + ] + ] + ], + "ExcludedFieldsAlbumAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_exclude_in_inline", + "ExcludedFieldsAlbumAdmin" + ] + ] + ], + "SongInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_exclude_inline_model_admin", + "SongInline" + ] + ] + ], + "AlbumAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_exclude_inline_model_admin", + "AlbumAdmin" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "AlbumAdmin" + ] + ], + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldTests", + "test_formfield_overrides_for_custom_field", + "AlbumAdmin" + ] + ], + [ + "tests/admin_widgets/widgetadmin.py", + [ + "AlbumAdmin" + ] + ] + ], + "InfluenceInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_valid_generic_inline_model_admin", + "InfluenceInline" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_bad_ct_field", + "InfluenceInline" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_bad_fk_field", + "InfluenceInline" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_non_gfk_ct_field", + "InfluenceInline" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_non_gfk_fk_field", + "InfluenceInline" + ] + ] + ], + "BookInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_generic_inline_model_admin_non_generic_model", + "BookInline" + ] + ], + [ + "tests/admin_inlines/admin.py", + [ + "BookInline" + ] + ] + ], + "RawIdNonexistentAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_app_label_in_admin_checks", + "RawIdNonexistentAdmin" + ] + ] + ], + "TwoAlbumFKAndAnEInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_fk_exclusion", + "TwoAlbumFKAndAnEInline" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_inline_self_check", + "TwoAlbumFKAndAnEInline" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_inline_with_specified", + "TwoAlbumFKAndAnEInline" + ] + ] + ], + "CitiesInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_inlines_property", + "CitiesInline" + ] + ] + ], + "StateAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_inlines_property", + "StateAdmin" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "StateAdmin" + ] + ] + ], + "CityInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_nonexistent_field_on_inline", + "CityInline" + ] + ] + ], + "BookAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_graceful_m2m_fail", + "BookAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_explicit_through_override", + "BookAdmin" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "BookAdmin" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedfieldlistfilter_foreignkey_ordering", + "BookAdmin" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedfieldlistfilter_foreignkey_ordering_reverse", + "BookAdmin" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedfieldlistfilter_foreignkey_default_ordering", + "BookAdmin" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedonlyfieldlistfilter_foreignkey_ordering", + "BookAdmin" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedonlyfieldlistfilter_foreignkey_default_ordering", + "BookAdmin" + ] + ], + [ + "tests/admin_views/customadmin.py", + [ + "BookAdmin" + ] + ], + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "BookAdmin" + ] + ], + [ + "tests/admin_views/tests.py", + [ + "AdminViewBasicTest", + "test_display_decorator_with_boolean_and_empty_value", + "with_self_assertRaisesMes", + "BookAdmin" + ] + ] + ], + "FieldsetBookAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_cannot_include_through", + "FieldsetBookAdmin" + ] + ] + ], + "NestedFieldsAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_nested_fields", + "NestedFieldsAdmin" + ] + ] + ], + "NestedFieldsetAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_nested_fieldsets", + "NestedFieldsetAdmin" + ] + ] + ], + "AuthorsInline": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_explicit_through_override", + "AuthorsInline" + ] + ] + ], + "FieldsOnFormOnlyAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_non_model_fields", + "FieldsOnFormOnlyAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_non_model_first_field", + "FieldsOnFormOnlyAdmin" + ] + ] + ], + "MyModelAdmin": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_check_sublists_for_duplicates", + "MyModelAdmin" + ] + ], + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_check_fieldset_sublists_for_duplicates", + "MyModelAdmin" + ] + ], + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldTests", + "assertFormfield", + "MyModelAdmin" + ] + ] + ], + "BookAdminWithListFilter": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase", + "test_list_filter_works_on_through_field_even_when_apps_not_ready", + "BookAdminWithListFilter" + ] + ] + ], + "SystemChecksTestCase": [ + [ + "tests/admin_checks/tests.py", + [ + "SystemChecksTestCase" + ] + ] + ], + "Action": [ + [ + "tests/admin_custom_urls/models.py", + [ + "Action" + ] + ] + ], + "ActionAdmin": [ + [ + "tests/admin_custom_urls/models.py", + [ + "ActionAdmin" + ] + ] + ], + "Person": [ + [ + "tests/admin_custom_urls/models.py", + [ + "Person" + ] + ], + [ + "tests/admin_docs/models.py", + [ + "Person" + ] + ], + [ + "tests/admin_inlines/models.py", + [ + "Person" + ] + ], + [ + "tests/admin_registration/models.py", + [ + "Person" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Person" + ] + ], + [ + "tests/backends/models.py", + [ + "Person" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "Person" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Person" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Person" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Person" + ] + ], + [ + "tests/foreign_object/models/person.py", + [ + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_construction", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_hidden_widget", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_changed_data", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_subclassing_forms", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_prefixes", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_class_prefix", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_null_boolean", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_error_html_required_html_classes", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_error_list_with_hidden_field_errors_has_correct_class", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_error_list_with_non_field_errors_has_correct_class", + "Person" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "OverrideTests", + "test_use_custom_template", + "Person" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Person" + ] + ], + [ + "tests/get_earliest_or_latest/models.py", + [ + "Person" + ] + ], + [ + "tests/get_or_create/models.py", + [ + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_two_m2m_through_same_relationship", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_ambiguous_relationship_model_from", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_ambiguous_relationship_model_to", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_relationship_model_with_foreign_key_to_wrong_model", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_relationship_model_missing_foreign_key", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_missing_relationship_model", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_missing_relationship_model_on_model_check", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_through_isolate_apps_model", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_too_many_foreign_keys_in_self_referential_model", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_unique_m2m", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_non_unique_fields", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_partially_unique_field", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_unique_field_with_meta_constraint", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_on_delete_set_null_on_non_nullable_field", + "Person" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_on_delete_set_default_without_default_value", + "Person" + ] + ], + [ + "tests/m2m_recursive/models.py", + [ + "Person" + ] + ], + [ + "tests/m2m_signals/models.py", + [ + "Person" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Person" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "Person" + ] + ], + [ + "tests/m2o_recursive/models.py", + [ + "Person" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_no_duplicate_managers", + "Person" + ] + ], + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "Person" + ] + ], + [ + "tests/model_fields/test_imagefield.py", + [ + "if_Image_", + "else_", + "Person" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Person" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Person" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Person" + ] + ], + [ + "tests/model_meta/models.py", + [ + "Person" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "Person" + ] + ], + [ + "tests/nested_foreign_keys/models.py", + [ + "Person" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Person" + ] + ], + [ + "tests/properties/models.py", + [ + "Person" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "Person" + ] + ], + [ + "tests/queries/models.py", + [ + "Person" + ] + ], + [ + "tests/save_delete_hooks/models.py", + [ + "Person" + ] + ], + [ + "tests/select_for_update/models.py", + [ + "Person" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Person" + ] + ], + [ + "tests/servers/models.py", + [ + "Person" + ] + ], + [ + "tests/signals/models.py", + [ + "Person" + ] + ], + [ + "tests/test_runner/models.py", + [ + "Person" + ] + ], + [ + "tests/test_utils/models.py", + [ + "Person" + ] + ], + [ + "tests/update_only_fields/models.py", + [ + "Person" + ] + ], + [ + "tests/utils_tests/test_inspect.py", + [ + "Person" + ] + ] + ], + "PersonAdmin": [ + [ + "tests/admin_custom_urls/models.py", + [ + "PersonAdmin" + ] + ], + [ + "tests/admin_registration/tests.py", + [ + "TestRegistration", + "test_prevent_double_registration_for_custom_admin", + "PersonAdmin" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "PersonAdmin" + ] + ] + ], + "Car": [ + [ + "tests/admin_custom_urls/models.py", + [ + "Car" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "Car" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "Car" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "Car" + ] + ], + [ + "tests/m2m_signals/models.py", + [ + "Car" + ] + ], + [ + "tests/m2m_through_regress/models.py", + [ + "Car" + ] + ], + [ + "tests/many_to_one_null/models.py", + [ + "Car" + ] + ], + [ + "tests/signals/models.py", + [ + "Car" + ] + ], + [ + "tests/test_utils/models.py", + [ + "Car" + ] + ] + ], + "CarAdmin": [ + [ + "tests/admin_custom_urls/models.py", + [ + "CarAdmin" + ] + ], + [ + "tests/admin_widgets/widgetadmin.py", + [ + "CarAdmin" + ] + ] + ], + "AdminCustomUrlsTest": [ + [ + "tests/admin_custom_urls/tests.py", + [ + "AdminCustomUrlsTest" + ] + ] + ], + "MyCustomAdminConfig": [ + [ + "tests/admin_default_site/apps.py", + [ + "MyCustomAdminConfig" + ] + ] + ], + "CustomAdminSiteTests": [ + [ + "tests/admin_default_site/tests.py", + [ + "CustomAdminSiteTests" + ] + ] + ], + "DefaultAdminSiteTests": [ + [ + "tests/admin_default_site/tests.py", + [ + "DefaultAdminSiteTests" + ] + ] + ], + "AdminSiteTests": [ + [ + "tests/admin_default_site/tests.py", + [ + "AdminSiteTests" + ] + ] + ], + "Company": [ + [ + "tests/admin_docs/models.py", + [ + "Company" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "Company" + ] + ], + [ + "tests/annotations/models.py", + [ + "Company" + ] + ], + [ + "tests/expressions/models.py", + [ + "Company" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Company" + ] + ], + [ + "tests/i18n/models.py", + [ + "Company" + ] + ], + [ + "tests/queries/models.py", + [ + "Company" + ] + ] + ], + "Family": [ + [ + "tests/admin_docs/models.py", + [ + "Family" + ] + ], + [ + "tests/select_related/models.py", + [ + "Family" + ] + ] + ], + "XViewMiddlewareTest": [ + [ + "tests/admin_docs/test_middleware.py", + [ + "XViewMiddlewareTest" + ] + ] + ], + "TestUtils": [ + [ + "tests/admin_docs/test_utils.py", + [ + "TestUtils" + ] + ], + [ + "tests/backends/test_utils.py", + [ + "TestUtils" + ] + ] + ], + "AdminDocViewTests": [ + [ + "tests/admin_docs/test_views.py", + [ + "AdminDocViewTests" + ] + ] + ], + "AdminDocViewDefaultEngineOnly": [ + [ + "tests/admin_docs/test_views.py", + [ + "AdminDocViewDefaultEngineOnly" + ] + ] + ], + "AdminDocViewWithMultipleEngines": [ + [ + "tests/admin_docs/test_views.py", + [ + "AdminDocViewWithMultipleEngines" + ] + ] + ], + "TestModelDetailView": [ + [ + "tests/admin_docs/test_views.py", + [ + "TestModelDetailView" + ] + ] + ], + "CustomField": [ + [ + "tests/admin_docs/test_views.py", + [ + "CustomField" + ] + ], + [ + "tests/custom_lookups/tests.py", + [ + "CustomField" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_custom_boundfield", + "CustomField" + ] + ] + ], + "DescriptionLackingField": [ + [ + "tests/admin_docs/test_views.py", + [ + "DescriptionLackingField" + ] + ] + ], + "TestFieldType": [ + [ + "tests/admin_docs/test_views.py", + [ + "TestFieldType" + ] + ] + ], + "AdminDocViewFunctionsTests": [ + [ + "tests/admin_docs/test_views.py", + [ + "AdminDocViewFunctionsTests" + ] + ] + ], + "TestDataMixin": [ + [ + "tests/admin_docs/tests.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/admin_widgets/tests.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/flatpages_tests/test_middleware.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/flatpages_tests/test_views.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/generic_views/test_dates.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/gis_tests/test_data.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/prefetch_related/tests.py", + [ + "TestDataMixin" + ] + ], + [ + "tests/test_client_regress/tests.py", + [ + "TestDataMixin" + ] + ] + ], + "AdminDocsSimpleTestCase": [ + [ + "tests/admin_docs/tests.py", + [ + "AdminDocsSimpleTestCase" + ] + ] + ], + "AdminDocsTestCase": [ + [ + "tests/admin_docs/tests.py", + [ + "AdminDocsTestCase" + ] + ] + ], + "XViewClass": [ + [ + "tests/admin_docs/views.py", + [ + "XViewClass" + ] + ] + ], + "XViewCallableObject": [ + [ + "tests/admin_docs/views.py", + [ + "XViewCallableObject" + ] + ] + ], + "ImprovedBook": [ + [ + "tests/admin_filters/models.py", + [ + "ImprovedBook" + ] + ] + ], + "Department": [ + [ + "tests/admin_filters/models.py", + [ + "Department" + ] + ], + [ + "tests/model_regress/models.py", + [ + "Department" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_lookup_allowed_onetoone", + "Department" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Department" + ] + ] + ], + "Employee": [ + [ + "tests/admin_filters/models.py", + [ + "Employee" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Employee" + ] + ], + [ + "tests/annotations/models.py", + [ + "Employee" + ] + ], + [ + "tests/custom_pk/models.py", + [ + "Employee" + ] + ], + [ + "tests/expressions/models.py", + [ + "Employee" + ] + ], + [ + "tests/expressions_window/models.py", + [ + "Employee" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Employee" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_lookup_allowed_onetoone", + "Employee" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Employee" + ] + ], + [ + "tests/update_only_fields/models.py", + [ + "Employee" + ] + ] + ], + "TaggedItem": [ + [ + "tests/admin_filters/models.py", + [ + "TaggedItem" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericForeignKeyTests", + "test_missing_content_type_field", + "TaggedItem" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericForeignKeyTests", + "test_missing_object_id_field", + "TaggedItem" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_valid_generic_relationship", + "TaggedItem" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_valid_generic_relationship_with_explicit_fields", + "TaggedItem" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_missing_generic_foreign_key", + "TaggedItem" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_field_name_ending_with_underscore", + "TaggedItem" + ] + ], + [ + "tests/generic_relations/models.py", + [ + "TaggedItem" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "TaggedItem" + ] + ], + [ + "tests/select_related/models.py", + [ + "TaggedItem" + ] + ] + ], + "Bookmark": [ + [ + "tests/admin_filters/models.py", + [ + "Bookmark" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Bookmark" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_valid_generic_relationship", + "Bookmark" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_valid_generic_relationship_with_explicit_fields", + "Bookmark" + ] + ], + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_missing_generic_foreign_key", + "Bookmark" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Bookmark" + ] + ], + [ + "tests/select_related/models.py", + [ + "Bookmark" + ] + ] + ], + "DecadeListFilter": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilter" + ] + ] + ], + "NotNinetiesListFilter": [ + [ + "tests/admin_filters/tests.py", + [ + "NotNinetiesListFilter" + ] + ] + ], + "DecadeListFilterWithTitleAndParameter": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterWithTitleAndParameter" + ] + ] + ], + "DecadeListFilterWithoutTitle": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterWithoutTitle" + ] + ] + ], + "DecadeListFilterWithoutParameter": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterWithoutParameter" + ] + ] + ], + "DecadeListFilterWithNoneReturningLookups": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterWithNoneReturningLookups" + ] + ] + ], + "DecadeListFilterWithFailingQueryset": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterWithFailingQueryset" + ] + ] + ], + "DecadeListFilterWithQuerysetBasedLookups": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterWithQuerysetBasedLookups" + ] + ] + ], + "DecadeListFilterParameterEndsWith__In": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterParameterEndsWith__In" + ] + ] + ], + "DecadeListFilterParameterEndsWith__Isnull": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeListFilterParameterEndsWith__Isnull" + ] + ] + ], + "DepartmentListFilterLookupWithNonStringValue": [ + [ + "tests/admin_filters/tests.py", + [ + "DepartmentListFilterLookupWithNonStringValue" + ] + ] + ], + "DepartmentListFilterLookupWithUnderscoredParameter": [ + [ + "tests/admin_filters/tests.py", + [ + "DepartmentListFilterLookupWithUnderscoredParameter" + ] + ] + ], + "DepartmentListFilterLookupWithDynamicValue": [ + [ + "tests/admin_filters/tests.py", + [ + "DepartmentListFilterLookupWithDynamicValue" + ] + ] + ], + "CustomUserAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "CustomUserAdmin" + ] + ], + [ + "tests/auth_tests/urls_custom_user_admin.py", + [ + "CustomUserAdmin" + ] + ] + ], + "BookAdminWithTupleBooleanFilter": [ + [ + "tests/admin_filters/tests.py", + [ + "BookAdminWithTupleBooleanFilter" + ] + ] + ], + "BookAdminWithUnderscoreLookupAndTuple": [ + [ + "tests/admin_filters/tests.py", + [ + "BookAdminWithUnderscoreLookupAndTuple" + ] + ] + ], + "BookAdminWithCustomQueryset": [ + [ + "tests/admin_filters/tests.py", + [ + "BookAdminWithCustomQueryset" + ] + ] + ], + "BookAdminRelatedOnlyFilter": [ + [ + "tests/admin_filters/tests.py", + [ + "BookAdminRelatedOnlyFilter" + ] + ] + ], + "DecadeFilterBookAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdmin" + ] + ] + ], + "NotNinetiesListFilterAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "NotNinetiesListFilterAdmin" + ] + ] + ], + "DecadeFilterBookAdminWithoutTitle": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdminWithoutTitle" + ] + ] + ], + "DecadeFilterBookAdminWithoutParameter": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdminWithoutParameter" + ] + ] + ], + "DecadeFilterBookAdminWithNoneReturningLookups": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdminWithNoneReturningLookups" + ] + ] + ], + "DecadeFilterBookAdminWithFailingQueryset": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdminWithFailingQueryset" + ] + ] + ], + "DecadeFilterBookAdminWithQuerysetBasedLookups": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdminWithQuerysetBasedLookups" + ] + ] + ], + "DecadeFilterBookAdminParameterEndsWith__In": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdminParameterEndsWith__In" + ] + ] + ], + "DecadeFilterBookAdminParameterEndsWith__Isnull": [ + [ + "tests/admin_filters/tests.py", + [ + "DecadeFilterBookAdminParameterEndsWith__Isnull" + ] + ] + ], + "EmployeeAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "EmployeeAdmin" + ] + ] + ], + "DepartmentFilterEmployeeAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "DepartmentFilterEmployeeAdmin" + ] + ] + ], + "DepartmentFilterUnderscoredEmployeeAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "DepartmentFilterUnderscoredEmployeeAdmin" + ] + ] + ], + "DepartmentFilterDynamicValueBookAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "DepartmentFilterDynamicValueBookAdmin" + ] + ] + ], + "BookmarkAdminGenericRelation": [ + [ + "tests/admin_filters/tests.py", + [ + "BookmarkAdminGenericRelation" + ] + ] + ], + "BookAdminWithEmptyFieldListFilter": [ + [ + "tests/admin_filters/tests.py", + [ + "BookAdminWithEmptyFieldListFilter" + ] + ] + ], + "DepartmentAdminWithEmptyFieldListFilter": [ + [ + "tests/admin_filters/tests.py", + [ + "DepartmentAdminWithEmptyFieldListFilter" + ] + ] + ], + "BookmarkChoicesAdmin": [ + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_choicesfieldlistfilter_has_none_choice", + "BookmarkChoicesAdmin" + ] + ] + ], + "EmployeeAdminWithOrdering": [ + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedfieldlistfilter_foreignkey_ordering", + "EmployeeAdminWithOrdering" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedfieldlistfilter_foreignkey_ordering_reverse", + "EmployeeAdminWithOrdering" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedonlyfieldlistfilter_foreignkey_ordering", + "EmployeeAdminWithOrdering" + ] + ] + ], + "EmployeeAdminReverseRelationship": [ + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedonlyfieldlistfilter_foreignkey_reverse_relationships", + "EmployeeAdminReverseRelationship" + ] + ] + ], + "UserAdminReverseRelationship": [ + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_relatedonlyfieldlistfilter_manytomany_reverse_relationships", + "UserAdminReverseRelationship" + ] + ], + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_emptylistfieldfilter_reverse_relationships", + "UserAdminReverseRelationship" + ] + ] + ], + "BookmarkGenericRelation": [ + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_emptylistfieldfilter_genericrelation", + "BookmarkGenericRelation" + ] + ] + ], + "EmployeeAdminWithEmptyFieldListFilter": [ + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests", + "test_emptylistfieldfilter_non_empty_field", + "EmployeeAdminWithEmptyFieldListFilter" + ] + ] + ], + "ListFiltersTests": [ + [ + "tests/admin_filters/tests.py", + [ + "ListFiltersTests" + ] + ] + ], + "NonAutoPKBookTabularInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "NonAutoPKBookTabularInline" + ] + ] + ], + "NonAutoPKBookChildTabularInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "NonAutoPKBookChildTabularInline" + ] + ] + ], + "NonAutoPKBookStackedInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "NonAutoPKBookStackedInline" + ] + ] + ], + "EditablePKBookTabularInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "EditablePKBookTabularInline" + ] + ] + ], + "EditablePKBookStackedInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "EditablePKBookStackedInline" + ] + ] + ], + "AuthorAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "AuthorAdmin" + ] + ], + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "AuthorAdmin" + ] + ] + ], + "InnerInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "InnerInline" + ] + ] + ], + "HolderAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "HolderAdmin" + ] + ] + ], + "ReadOnlyInlineInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ReadOnlyInlineInline" + ] + ] + ], + "InnerInline2": [ + [ + "tests/admin_inlines/admin.py", + [ + "InnerInline2" + ] + ] + ], + "InnerInline2Tabular": [ + [ + "tests/admin_inlines/admin.py", + [ + "InnerInline2Tabular" + ] + ] + ], + "CustomNumberWidget": [ + [ + "tests/admin_inlines/admin.py", + [ + "CustomNumberWidget" + ] + ] + ], + "InnerInline3": [ + [ + "tests/admin_inlines/admin.py", + [ + "InnerInline3" + ] + ] + ], + "TitleForm": [ + [ + "tests/admin_inlines/admin.py", + [ + "TitleForm" + ] + ] + ], + "TitleInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "TitleInline" + ] + ] + ], + "Inner4StackedInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "Inner4StackedInline" + ] + ] + ], + "Inner4TabularInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "Inner4TabularInline" + ] + ] + ], + "Holder4Admin": [ + [ + "tests/admin_inlines/admin.py", + [ + "Holder4Admin" + ] + ] + ], + "Inner5StackedInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "Inner5StackedInline" + ] + ] + ], + "Inner5TabularInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "Inner5TabularInline" + ] + ] + ], + "Holder5Admin": [ + [ + "tests/admin_inlines/admin.py", + [ + "Holder5Admin" + ] + ] + ], + "InlineWeakness": [ + [ + "tests/admin_inlines/admin.py", + [ + "InlineWeakness" + ] + ] + ], + "WeaknessForm": [ + [ + "tests/admin_inlines/admin.py", + [ + "WeaknessForm" + ] + ] + ], + "WeaknessInlineCustomForm": [ + [ + "tests/admin_inlines/admin.py", + [ + "WeaknessInlineCustomForm" + ] + ] + ], + "FootNoteForm": [ + [ + "tests/admin_inlines/admin.py", + [ + "FootNoteForm" + ] + ] + ], + "FootNoteNonEditableInlineCustomForm": [ + [ + "tests/admin_inlines/admin.py", + [ + "FootNoteNonEditableInlineCustomForm" + ] + ] + ], + "QuestionInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "QuestionInline" + ] + ] + ], + "PollAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "PollAdmin" + ] + ] + ], + "ChapterInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ChapterInline" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "ChapterInline" + ] + ] + ], + "NovelAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "NovelAdmin" + ] + ] + ], + "ReadOnlyChapterInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ReadOnlyChapterInline" + ] + ] + ], + "NovelReadonlyChapterAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "NovelReadonlyChapterAdmin" + ] + ] + ], + "ConsigliereInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ConsigliereInline" + ] + ] + ], + "SottoCapoInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "SottoCapoInline" + ] + ] + ], + "ProfileInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ProfileInline" + ] + ] + ], + "ChildModel1Inline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ChildModel1Inline" + ] + ] + ], + "ChildModel2Inline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ChildModel2Inline" + ] + ] + ], + "BinaryTreeAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "BinaryTreeAdmin" + ] + ] + ], + "SightingInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "SightingInline" + ] + ] + ], + "SomeChildModelForm": [ + [ + "tests/admin_inlines/admin.py", + [ + "SomeChildModelForm" + ] + ] + ], + "SomeChildModelInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "SomeChildModelInline" + ] + ] + ], + "StudentInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "StudentInline" + ] + ] + ], + "TeacherAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "TeacherAdmin" + ] + ] + ], + "AuthorTabularInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "AuthorTabularInline" + ] + ] + ], + "FashonistaStackedInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "FashonistaStackedInline" + ] + ] + ], + "ClassStackedHorizontal": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassStackedHorizontal" + ] + ] + ], + "ClassAdminStackedHorizontal": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassAdminStackedHorizontal" + ] + ] + ], + "ClassTabularHorizontal": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassTabularHorizontal" + ] + ] + ], + "ClassAdminTabularHorizontal": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassAdminTabularHorizontal" + ] + ] + ], + "ClassTabularVertical": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassTabularVertical" + ] + ] + ], + "ClassAdminTabularVertical": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassAdminTabularVertical" + ] + ] + ], + "ClassStackedVertical": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassStackedVertical" + ] + ] + ], + "ClassAdminStackedVertical": [ + [ + "tests/admin_inlines/admin.py", + [ + "ClassAdminStackedVertical" + ] + ] + ], + "ChildHiddenFieldForm": [ + [ + "tests/admin_inlines/admin.py", + [ + "ChildHiddenFieldForm" + ] + ] + ], + "ChildHiddenFieldTabularInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ChildHiddenFieldTabularInline" + ] + ] + ], + "ChildHiddenFieldInFieldsGroupStackedInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ChildHiddenFieldInFieldsGroupStackedInline" + ] + ] + ], + "ChildHiddenFieldOnSingleLineStackedInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ChildHiddenFieldOnSingleLineStackedInline" + ] + ] + ], + "ShowInlineChildInline": [ + [ + "tests/admin_inlines/admin.py", + [ + "ShowInlineChildInline" + ] + ] + ], + "ShowInlineParentAdmin": [ + [ + "tests/admin_inlines/admin.py", + [ + "ShowInlineParentAdmin" + ] + ] + ], + "Teacher": [ + [ + "tests/admin_inlines/models.py", + [ + "Teacher" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Teacher" + ] + ], + [ + "tests/queries/models.py", + [ + "Teacher" + ] + ] + ], + "NonAutoPKBook": [ + [ + "tests/admin_inlines/models.py", + [ + "NonAutoPKBook" + ] + ] + ], + "NonAutoPKBookChild": [ + [ + "tests/admin_inlines/models.py", + [ + "NonAutoPKBookChild" + ] + ] + ], + "EditablePKBook": [ + [ + "tests/admin_inlines/models.py", + [ + "EditablePKBook" + ] + ] + ], + "Holder": [ + [ + "tests/admin_inlines/models.py", + [ + "Holder" + ] + ] + ], + "Inner": [ + [ + "tests/admin_inlines/models.py", + [ + "Inner" + ] + ], + [ + "tests/null_queries/models.py", + [ + "Inner" + ] + ] + ], + "Holder2": [ + [ + "tests/admin_inlines/models.py", + [ + "Holder2" + ] + ] + ], + "Inner2": [ + [ + "tests/admin_inlines/models.py", + [ + "Inner2" + ] + ] + ], + "Holder3": [ + [ + "tests/admin_inlines/models.py", + [ + "Holder3" + ] + ] + ], + "Inner3": [ + [ + "tests/admin_inlines/models.py", + [ + "Inner3" + ] + ] + ], + "Holder4": [ + [ + "tests/admin_inlines/models.py", + [ + "Holder4" + ] + ] + ], + "Inner4Stacked": [ + [ + "tests/admin_inlines/models.py", + [ + "Inner4Stacked" + ] + ] + ], + "Inner4Tabular": [ + [ + "tests/admin_inlines/models.py", + [ + "Inner4Tabular" + ] + ] + ], + "Holder5": [ + [ + "tests/admin_inlines/models.py", + [ + "Holder5" + ] + ] + ], + "Inner5Stacked": [ + [ + "tests/admin_inlines/models.py", + [ + "Inner5Stacked" + ] + ] + ], + "Inner5Tabular": [ + [ + "tests/admin_inlines/models.py", + [ + "Inner5Tabular" + ] + ] + ], + "OutfitItem": [ + [ + "tests/admin_inlines/models.py", + [ + "OutfitItem" + ] + ] + ], + "Fashionista": [ + [ + "tests/admin_inlines/models.py", + [ + "Fashionista" + ] + ] + ], + "ShoppingWeakness": [ + [ + "tests/admin_inlines/models.py", + [ + "ShoppingWeakness" + ] + ] + ], + "TitleCollection": [ + [ + "tests/admin_inlines/models.py", + [ + "TitleCollection" + ] + ] + ], + "Title": [ + [ + "tests/admin_inlines/models.py", + [ + "Title" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Title" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Title" + ] + ] + ], + "Poll": [ + [ + "tests/admin_inlines/models.py", + [ + "Poll" + ] + ], + [ + "tests/cache/models.py", + [ + "Poll" + ] + ], + [ + "tests/null_queries/models.py", + [ + "Poll" + ] + ], + [ + "tests/reverse_lookup/models.py", + [ + "Poll" + ] + ] + ], + "Question": [ + [ + "tests/admin_inlines/models.py", + [ + "Question" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Question" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Question" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_just_order_with_respect_to_no_errors", + "Question" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_with_order_with_respect_to", + "Question" + ] + ], + [ + "tests/order_with_respect_to/models.py", + [ + "Question" + ] + ] + ], + "Novel": [ + [ + "tests/admin_inlines/models.py", + [ + "Novel" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_inheritance", + "Novel" + ] + ] + ], + "NovelReadonlyChapter": [ + [ + "tests/admin_inlines/models.py", + [ + "NovelReadonlyChapter" + ] + ] + ], + "Chapter": [ + [ + "tests/admin_inlines/models.py", + [ + "Chapter" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Chapter" + ] + ], + [ + "tests/queries/models.py", + [ + "Chapter" + ] + ] + ], + "FootNote": [ + [ + "tests/admin_inlines/models.py", + [ + "FootNote" + ] + ] + ], + "CapoFamiglia": [ + [ + "tests/admin_inlines/models.py", + [ + "CapoFamiglia" + ] + ] + ], + "Consigliere": [ + [ + "tests/admin_inlines/models.py", + [ + "Consigliere" + ] + ] + ], + "SottoCapo": [ + [ + "tests/admin_inlines/models.py", + [ + "SottoCapo" + ] + ] + ], + "ReadOnlyInline": [ + [ + "tests/admin_inlines/models.py", + [ + "ReadOnlyInline" + ] + ] + ], + "ParentModelWithCustomPk": [ + [ + "tests/admin_inlines/models.py", + [ + "ParentModelWithCustomPk" + ] + ] + ], + "ChildModel1": [ + [ + "tests/admin_inlines/models.py", + [ + "ChildModel1" + ] + ], + [ + "tests/model_indexes/models.py", + [ + "ChildModel1" + ] + ] + ], + "ChildModel2": [ + [ + "tests/admin_inlines/models.py", + [ + "ChildModel2" + ] + ], + [ + "tests/model_indexes/models.py", + [ + "ChildModel2" + ] + ] + ], + "BinaryTree": [ + [ + "tests/admin_inlines/models.py", + [ + "BinaryTree" + ] + ] + ], + "LifeForm": [ + [ + "tests/admin_inlines/models.py", + [ + "LifeForm" + ] + ] + ], + "ExtraTerrestrial": [ + [ + "tests/admin_inlines/models.py", + [ + "ExtraTerrestrial" + ] + ] + ], + "Sighting": [ + [ + "tests/admin_inlines/models.py", + [ + "Sighting" + ] + ] + ], + "SomeParentModel": [ + [ + "tests/admin_inlines/models.py", + [ + "SomeParentModel" + ] + ] + ], + "SomeChildModel": [ + [ + "tests/admin_inlines/models.py", + [ + "SomeChildModel" + ] + ] + ], + "Course": [ + [ + "tests/admin_inlines/models.py", + [ + "Course" + ] + ] + ], + "Class": [ + [ + "tests/admin_inlines/models.py", + [ + "Class" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Class" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_cached_property", + "Class" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_cached_property_auto_name", + "Class" + ] + ] + ], + "CourseProxy": [ + [ + "tests/admin_inlines/models.py", + [ + "CourseProxy" + ] + ] + ], + "CourseProxy1": [ + [ + "tests/admin_inlines/models.py", + [ + "CourseProxy1" + ] + ] + ], + "CourseProxy2": [ + [ + "tests/admin_inlines/models.py", + [ + "CourseProxy2" + ] + ] + ], + "ShowInlineParent": [ + [ + "tests/admin_inlines/models.py", + [ + "ShowInlineParent" + ] + ] + ], + "ShowInlineChild": [ + [ + "tests/admin_inlines/models.py", + [ + "ShowInlineChild" + ] + ] + ], + "ProfileCollection": [ + [ + "tests/admin_inlines/models.py", + [ + "ProfileCollection" + ] + ] + ], + "Profile": [ + [ + "tests/admin_inlines/models.py", + [ + "Profile" + ] + ], + [ + "tests/admin_widgets/models.py", + [ + "Profile" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "Profile" + ] + ], + [ + "tests/get_or_create/models.py", + [ + "Profile" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Profile" + ] + ], + [ + "tests/update_only_fields/models.py", + [ + "Profile" + ] + ] + ], + "VerboseNameProfile": [ + [ + "tests/admin_inlines/models.py", + [ + "VerboseNameProfile" + ] + ] + ], + "VerboseNamePluralProfile": [ + [ + "tests/admin_inlines/models.py", + [ + "VerboseNamePluralProfile" + ] + ] + ], + "BothVerboseNameProfile": [ + [ + "tests/admin_inlines/models.py", + [ + "BothVerboseNameProfile" + ] + ] + ], + "TestTemplates": [ + [ + "tests/admin_inlines/test_templates.py", + [ + "TestTemplates" + ] + ] + ], + "MinNumInline": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestInline", + "test_min_num", + "MinNumInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestInline", + "test_custom_min_num", + "MinNumInline" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminParametersTest", + "test_min_num_param", + "MinNumInline" + ] + ] + ], + "TestInline": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestInline" + ] + ] + ], + "TestInlineMedia": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestInlineMedia" + ] + ] + ], + "TestInlineAdminForm": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestInlineAdminForm" + ] + ] + ], + "TestInlineProtectedOnDelete": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestInlineProtectedOnDelete" + ] + ] + ], + "TestInlinePermissions": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestInlinePermissions" + ] + ] + ], + "TestReadOnlyChangeViewInlinePermissions": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestReadOnlyChangeViewInlinePermissions" + ] + ] + ], + "NonVerboseProfileInline": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_inline", + "NonVerboseProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_plural_inline", + "NonVerboseProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_both_verbose_names_inline", + "NonVerboseProfileInline" + ] + ] + ], + "VerboseNameProfileInline": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_inline", + "VerboseNameProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_plural_inline", + "VerboseNameProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_both_verbose_names_inline", + "VerboseNameProfileInline" + ] + ] + ], + "VerboseNamePluralProfileInline": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_inline", + "VerboseNamePluralProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_plural_inline", + "VerboseNamePluralProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_both_verbose_names_inline", + "VerboseNamePluralProfileInline" + ] + ] + ], + "BothVerboseNameProfileInline": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_inline", + "BothVerboseNameProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_verbose_name_plural_inline", + "BothVerboseNameProfileInline" + ] + ], + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms", + "test_both_verbose_names_inline", + "BothVerboseNameProfileInline" + ] + ] + ], + "TestVerboseNameInlineForms": [ + [ + "tests/admin_inlines/tests.py", + [ + "TestVerboseNameInlineForms" + ] + ] + ], + "SongInlineDefaultOrdering": [ + [ + "tests/admin_ordering/models.py", + [ + "SongInlineDefaultOrdering" + ] + ] + ], + "SongInlineNewOrdering": [ + [ + "tests/admin_ordering/models.py", + [ + "SongInlineNewOrdering" + ] + ] + ], + "DynOrderingBandAdmin": [ + [ + "tests/admin_ordering/models.py", + [ + "DynOrderingBandAdmin" + ] + ] + ], + "MockRequest": [ + [ + "tests/admin_ordering/tests.py", + [ + "MockRequest" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "MockRequest" + ] + ], + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests", + "test_get_actions_respects_permissions", + "MockRequest" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "MockRequest" + ] + ] + ], + "MockSuperUser": [ + [ + "tests/admin_ordering/tests.py", + [ + "MockSuperUser" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "MockSuperUser" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "MockSuperUser" + ] + ] + ], + "TestAdminOrdering": [ + [ + "tests/admin_ordering/tests.py", + [ + "TestAdminOrdering" + ] + ] + ], + "TestInlineModelAdminOrdering": [ + [ + "tests/admin_ordering/tests.py", + [ + "TestInlineModelAdminOrdering" + ] + ] + ], + "NoOrderingBandAdmin": [ + [ + "tests/admin_ordering/tests.py", + [ + "TestRelatedFieldsAdminOrdering", + "test_admin_with_no_ordering_fallback_to_model_ordering", + "NoOrderingBandAdmin" + ] + ] + ], + "StaticOrderingBandAdmin": [ + [ + "tests/admin_ordering/tests.py", + [ + "TestRelatedFieldsAdminOrdering", + "test_admin_ordering_beats_model_ordering", + "StaticOrderingBandAdmin" + ] + ], + [ + "tests/admin_ordering/tests.py", + [ + "TestRelatedFieldsAdminOrdering", + "test_custom_queryset_still_wins", + "StaticOrderingBandAdmin" + ] + ] + ], + "TestRelatedFieldsAdminOrdering": [ + [ + "tests/admin_ordering/tests.py", + [ + "TestRelatedFieldsAdminOrdering" + ] + ] + ], + "Traveler": [ + [ + "tests/admin_registration/models.py", + [ + "Traveler" + ] + ] + ], + "Location": [ + [ + "tests/admin_registration/models.py", + [ + "Location" + ] + ], + [ + "tests/admin_utils/models.py", + [ + "Location" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "Location" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Location" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "Location" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Location" + ] + ] + ], + "Place": [ + [ + "tests/admin_registration/models.py", + [ + "Place" + ] + ], + [ + "tests/bulk_create/models.py", + [ + "Place" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Place" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_onetoone_with_parent_model", + "Place" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_onetoone_with_explicit_parent_link_parent_model", + "Place" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Place" + ] + ], + [ + "tests/model_formsets_regress/models.py", + [ + "Place" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Place" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Place" + ] + ], + [ + "tests/one_to_one/models.py", + [ + "Place" + ] + ] + ], + "NameAdmin": [ + [ + "tests/admin_registration/tests.py", + [ + "NameAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_autocomplete_fields", + "NameAdmin" + ] + ] + ], + "CustomSite": [ + [ + "tests/admin_registration/tests.py", + [ + "CustomSite" + ] + ] + ], + "TestRegistration": [ + [ + "tests/admin_registration/tests.py", + [ + "TestRegistration" + ] + ] + ], + "TestRegistrationDecorator": [ + [ + "tests/admin_registration/tests.py", + [ + "TestRegistrationDecorator" + ] + ] + ], + "Foo": [ + [ + "tests/admin_scripts/another_app_waiting_migration/models.py", + [ + "Foo" + ] + ], + [ + "tests/admin_scripts/complex_app/models/foo.py", + [ + "Foo" + ] + ], + [ + "tests/backends/base/app_unmigrated/models.py", + [ + "Foo" + ] + ], + [ + "tests/custom_pk/models.py", + [ + "Foo" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_construction", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_non_local_field", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_fk", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_pointing_to_fk", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_non_local_field", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_fk", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_non_local_field", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_fk", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash_database_routers_installed", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_field_table_name_clash", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_field_table_name_clash_database_routers_installed", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash_database_routers_installed", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_non_local_field", + "Foo" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_fk", + "Foo" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "Foo" + ] + ], + [ + "tests/model_fields/models.py", + [ + "Foo" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_warning_when_unique_true_on_fk", + "Foo" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_to_python", + "Foo" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_fk_to_fk_get_col_output_field", + "Foo" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_recursive_fks_get_col", + "Foo" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadowed_fkey_id", + "Foo" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadow_related_name_when_set_to_none", + "Foo" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_reverse_foreign_key", + "Foo" + ] + ], + [ + "tests/order_with_respect_to/tests.py", + [ + "OrderWithRespectToTests", + "test_duplicate_order_field", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_char_field_pk_to_auto_field", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_auto_field_quoted_db_column", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_primary_key_quoted_db_table", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_field_with_custom_db_type", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_field_without_constraint_rename_inside_atomic_block", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_table_without_constraint_rename_inside_atomic_block", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_collation_charfield", + "Foo" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_db_collation_textfield", + "Foo" + ] + ], + [ + "tests/string_lookup/models.py", + [ + "Foo" + ] + ], + [ + "tests/test_runner_apps/tagged/tests_inheritance.py", + [ + "Foo" + ] + ], + [ + "tests/update/models.py", + [ + "Foo" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_cached_property_set_name_not_called", + "Foo" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_classproperty_getter", + "Foo" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_classproperty_override_getter", + "Foo" + ] + ], + [ + "tests/utils_tests/test_lazyobject.py", + [ + "Foo" + ] + ] + ], + "ModelRaisingMessages": [ + [ + "tests/admin_scripts/app_raising_messages/models.py", + [ + "ModelRaisingMessages" + ] + ], + [ + "tests/admin_scripts/app_raising_warning/models.py", + [ + "ModelRaisingMessages" + ] + ] + ], + "Bar": [ + [ + "tests/admin_scripts/app_waiting_migration/models.py", + [ + "Bar" + ] + ], + [ + "tests/admin_scripts/complex_app/models/bar.py", + [ + "Bar" + ] + ], + [ + "tests/custom_pk/models.py", + [ + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_non_local_field", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests", + "test_pointing_to_fk", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests", + "test_pointing_to_fk", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_non_local_field", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_pointing_to_fk", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_non_local_field", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_func_index_pointing_to_fk", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_table_name_clash_database_routers_installed", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_field_table_name_clash", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_field_table_name_clash_database_routers_installed", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_autogenerated_table_name_clash_database_routers_installed", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_non_local_field", + "Bar" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_func_unique_constraint_pointing_to_fk", + "Bar" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "Bar" + ] + ], + [ + "tests/model_fields/models.py", + [ + "Bar" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_to_python", + "Bar" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_fk_to_fk_get_col_output_field", + "Bar" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_recursive_fks_get_col", + "Bar" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadow_related_name_when_set_to_none", + "Bar" + ] + ], + [ + "tests/one_to_one/models.py", + [ + "Bar" + ] + ], + [ + "tests/order_with_respect_to/tests.py", + [ + "OrderWithRespectToTests", + "test_duplicate_order_field", + "Bar" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_field_without_constraint_rename_inside_atomic_block", + "Bar" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_referenced_table_without_constraint_rename_inside_atomic_block", + "Bar" + ] + ], + [ + "tests/string_lookup/models.py", + [ + "Bar" + ] + ], + [ + "tests/update/models.py", + [ + "Bar" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_classproperty_getter", + "Bar" + ] + ], + [ + "tests/utils_tests/test_lazyobject.py", + [ + "LazyObjectTestCase", + "test_class", + "Bar" + ] + ] + ], + "UserProfile": [ + [ + "tests/admin_scripts/app_with_import/models.py", + [ + "UserProfile" + ] + ], + [ + "tests/model_formsets_regress/models.py", + [ + "UserProfile" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "UserProfile" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "UserProfile" + ] + ] + ], + "AdminScriptTestCase": [ + [ + "tests/admin_scripts/tests.py", + [ + "AdminScriptTestCase" + ] + ] + ], + "DjangoAdminNoSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminNoSettings" + ] + ] + ], + "DjangoAdminDefaultSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminDefaultSettings" + ] + ] + ], + "DjangoAdminFullPathDefaultSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminFullPathDefaultSettings" + ] + ] + ], + "DjangoAdminMinimalSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminMinimalSettings" + ] + ] + ], + "DjangoAdminAlternateSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminAlternateSettings" + ] + ] + ], + "DjangoAdminMultipleSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminMultipleSettings" + ] + ] + ], + "DjangoAdminSettingsDirectory": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminSettingsDirectory" + ] + ] + ], + "ManageManuallyConfiguredSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageManuallyConfiguredSettings" + ] + ] + ], + "ManageNoSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageNoSettings" + ] + ] + ], + "ManageDefaultSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageDefaultSettings" + ] + ] + ], + "ManageFullPathDefaultSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageFullPathDefaultSettings" + ] + ] + ], + "ManageMinimalSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageMinimalSettings" + ] + ] + ], + "ManageAlternateSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageAlternateSettings" + ] + ] + ], + "ManageMultipleSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageMultipleSettings" + ] + ] + ], + "ManageSettingsWithSettingsErrors": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageSettingsWithSettingsErrors" + ] + ] + ], + "ManageCheck": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageCheck" + ] + ] + ], + "ManageRunserver": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageRunserver" + ] + ] + ], + "ManageRunserverMigrationWarning": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageRunserverMigrationWarning" + ] + ] + ], + "ManageRunserverEmptyAllowedHosts": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageRunserverEmptyAllowedHosts" + ] + ] + ], + "ManageRunserverHelpOutput": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageRunserverHelpOutput" + ] + ] + ], + "ManageTestserver": [ + [ + "tests/admin_scripts/tests.py", + [ + "ManageTestserver" + ] + ] + ], + "ColorCommand": [ + [ + "tests/admin_scripts/tests.py", + [ + "ColorCommand" + ] + ] + ], + "CommandTypes": [ + [ + "tests/admin_scripts/tests.py", + [ + "CommandTypes" + ] + ] + ], + "Discovery": [ + [ + "tests/admin_scripts/tests.py", + [ + "Discovery" + ] + ] + ], + "ArgumentOrder": [ + [ + "tests/admin_scripts/tests.py", + [ + "ArgumentOrder" + ] + ] + ], + "ExecuteFromCommandLine": [ + [ + "tests/admin_scripts/tests.py", + [ + "ExecuteFromCommandLine" + ] + ] + ], + "StartProject": [ + [ + "tests/admin_scripts/tests.py", + [ + "StartProject" + ] + ] + ], + "StartApp": [ + [ + "tests/admin_scripts/tests.py", + [ + "StartApp" + ] + ] + ], + "DiffSettings": [ + [ + "tests/admin_scripts/tests.py", + [ + "DiffSettings" + ] + ] + ], + "Dumpdata": [ + [ + "tests/admin_scripts/tests.py", + [ + "Dumpdata" + ] + ] + ], + "MainModule": [ + [ + "tests/admin_scripts/tests.py", + [ + "MainModule" + ] + ] + ], + "DjangoAdminSuggestions": [ + [ + "tests/admin_scripts/tests.py", + [ + "DjangoAdminSuggestions" + ] + ] + ], + "ArticleAdminForm": [ + [ + "tests/admin_utils/admin.py", + [ + "ArticleAdminForm" + ] + ] + ], + "ArticleInline": [ + [ + "tests/admin_utils/admin.py", + [ + "ArticleInline" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "ArticleInline" + ] + ] + ], + "Article": [ + [ + "tests/admin_utils/models.py", + [ + "Article" + ] + ], + [ + "tests/admin_views/models.py", + [ + "Article" + ] + ], + [ + "tests/backends/models.py", + [ + "Article" + ] + ], + [ + "tests/basic/models.py", + [ + "Article" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Article" + ] + ], + [ + "tests/custom_columns/models.py", + [ + "Article" + ] + ], + [ + "tests/custom_lookups/models.py", + [ + "Article" + ] + ], + [ + "tests/custom_methods/models.py", + [ + "Article" + ] + ], + [ + "tests/dates/models.py", + [ + "Article" + ] + ], + [ + "tests/datetimes/models.py", + [ + "Article" + ] + ], + [ + "tests/db_functions/models.py", + [ + "Article" + ] + ], + [ + "tests/field_defaults/models.py", + [ + "Article" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Article" + ] + ], + [ + "tests/fixtures_model_package/models/__init__.py", + [ + "Article" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Article" + ] + ], + [ + "tests/foreign_object/models/article.py", + [ + "Article" + ] + ], + [ + "tests/forms_tests/models.py", + [ + "Article" + ] + ], + [ + "tests/get_earliest_or_latest/models.py", + [ + "Article" + ] + ], + [ + "tests/get_object_or_404/models.py", + [ + "Article" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "Article" + ] + ], + [ + "tests/indexes/models.py", + [ + "Article" + ] + ], + [ + "tests/introspection/models.py", + [ + "Article" + ] + ], + [ + "tests/lookup/models.py", + [ + "Article" + ] + ], + [ + "tests/m2m_intermediary/models.py", + [ + "Article" + ] + ], + [ + "tests/m2m_multiple/models.py", + [ + "Article" + ] + ], + [ + "tests/many_to_many/models.py", + [ + "Article" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Article" + ] + ], + [ + "tests/many_to_one_null/models.py", + [ + "Article" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Article" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Article" + ] + ], + [ + "tests/model_options/models/tablespaces.py", + [ + "Article" + ] + ], + [ + "tests/model_package/models/article.py", + [ + "Article" + ] + ], + [ + "tests/model_regress/models.py", + [ + "Article" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "Article" + ] + ], + [ + "tests/or_lookups/models.py", + [ + "Article" + ] + ], + [ + "tests/ordering/models.py", + [ + "Article" + ] + ], + [ + "tests/pagination/models.py", + [ + "Article" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Article" + ] + ], + [ + "tests/queries/models.py", + [ + "Article" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Article" + ] + ], + [ + "tests/string_lookup/models.py", + [ + "Article" + ] + ], + [ + "tests/swappable_models/models.py", + [ + "Article" + ] + ], + [ + "tests/syndication_tests/models.py", + [ + "Article" + ] + ], + [ + "tests/validation/models.py", + [ + "Article" + ] + ], + [ + "tests/view_tests/models.py", + [ + "Article" + ] + ] + ], + "ArticleProxy": [ + [ + "tests/admin_utils/models.py", + [ + "ArticleProxy" + ] + ] + ], + "Guest": [ + [ + "tests/admin_utils/models.py", + [ + "Guest" + ] + ] + ], + "EventGuide": [ + [ + "tests/admin_utils/models.py", + [ + "EventGuide" + ] + ] + ], + "Vehicle": [ + [ + "tests/admin_utils/models.py", + [ + "Vehicle" + ] + ], + [ + "tests/model_enums/tests.py", + [ + "Vehicle" + ] + ] + ], + "VehicleMixin": [ + [ + "tests/admin_utils/models.py", + [ + "VehicleMixin" + ] + ] + ], + "LogEntryTests": [ + [ + "tests/admin_utils/test_logentry.py", + [ + "LogEntryTests" + ] + ] + ], + "NestedObjectsTests": [ + [ + "tests/admin_utils/tests.py", + [ + "NestedObjectsTests" + ] + ] + ], + "MockModelAdmin": [ + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests", + "test_values_from_lookup_field", + "MockModelAdmin" + ] + ], + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests", + "test_label_for_field", + "MockModelAdmin" + ] + ], + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests", + "test_label_for_property", + "MockModelAdmin" + ] + ] + ], + "ArticleForm": [ + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests", + "test_label_for_field_form_argument", + "ArticleForm" + ] + ], + [ + "tests/admin_views/admin.py", + [ + "ArticleForm" + ] + ], + [ + "tests/foreign_object/test_forms.py", + [ + "FormsTests", + "ArticleForm" + ] + ], + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "ArticleForm" + ] + ], + [ + "tests/forms_tests/views.py", + [ + "ArticleForm" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_disabled_multiplemodelchoicefield", + "ArticleForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ArticleForm" + ] + ], + [ + "tests/validation/tests.py", + [ + "ArticleForm" + ] + ] + ], + "MyForm": [ + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests", + "test_safestring_in_field_label", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_construction", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_validators_independence", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_initial_called_once", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_hidden_initial_gets_id", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_error_dict", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_error_dict_as_json_escape_html", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_use_required_attribute_true", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_use_required_attribute_false", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_validators.py", + [ + "ValidatorCustomMessageTests", + "test_value_placeholder_with_char_field", + "for_validator_value_cod", + "with_self_subTest_name_v", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_validators.py", + [ + "ValidatorCustomMessageTests", + "test_value_placeholder_with_null_character", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_validators.py", + [ + "ValidatorCustomMessageTests", + "test_value_placeholder_with_integer_field", + "for_validator_value_cod", + "with_self_subTest_type_va", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_validators.py", + [ + "ValidatorCustomMessageTests", + "test_value_placeholder_with_decimal_field", + "for_value_code_in_cases_", + "with_self_subTest_value_v", + "MyForm" + ] + ], + [ + "tests/forms_tests/tests/test_validators.py", + [ + "ValidatorCustomMessageTests", + "test_value_placeholder_with_file_field", + "MyForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_validate_foreign_key_uses_default_manager", + "MyForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_validate_foreign_key_to_model_with_overridden_manager", + "MyForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal_name_clashes", + "MyForm" + ] + ] + ], + "MyForm_1": [ + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests", + "test_safestring_in_field_label", + "MyForm_1" + ] + ] + ], + "UtilsTests": [ + [ + "tests/admin_utils/tests.py", + [ + "UtilsTests" + ] + ], + [ + "tests/i18n/tests.py", + [ + "UtilsTests" + ] + ], + [ + "tests/user_commands/tests.py", + [ + "UtilsTests" + ] + ] + ], + "ChapterXtra1Admin": [ + [ + "tests/admin_views/admin.py", + [ + "ChapterXtra1Admin" + ] + ] + ], + "ArticleAdminWithExtraUrl": [ + [ + "tests/admin_views/admin.py", + [ + "ArticleAdminWithExtraUrl" + ] + ] + ], + "ArticleAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ArticleAdmin" + ] + ] + ], + "ArticleAdmin2": [ + [ + "tests/admin_views/admin.py", + [ + "ArticleAdmin2" + ] + ] + ], + "RowLevelChangePermissionModelAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "RowLevelChangePermissionModelAdmin" + ] + ] + ], + "CustomArticleAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CustomArticleAdmin" + ] + ] + ], + "ThingAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ThingAdmin" + ] + ] + ], + "InquisitionAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "InquisitionAdmin" + ] + ] + ], + "SketchAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "SketchAdmin" + ] + ] + ], + "FabricAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "FabricAdmin" + ] + ] + ], + "BasePersonModelFormSet": [ + [ + "tests/admin_views/admin.py", + [ + "BasePersonModelFormSet" + ] + ] + ], + "FooAccountAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "FooAccountAdmin" + ] + ] + ], + "BarAccountAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "BarAccountAdmin" + ] + ] + ], + "PersonaAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PersonaAdmin" + ] + ] + ], + "SubscriberAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "SubscriberAdmin" + ] + ] + ], + "ExternalSubscriberAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ExternalSubscriberAdmin" + ] + ] + ], + "PodcastAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PodcastAdmin" + ] + ] + ], + "VodcastAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "VodcastAdmin" + ] + ] + ], + "ChildInline": [ + [ + "tests/admin_views/admin.py", + [ + "ChildInline" + ] + ] + ], + "EmptyModelAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "EmptyModelAdmin" + ] + ] + ], + "OldSubscriberAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "OldSubscriberAdmin" + ] + ] + ], + "PictureInline": [ + [ + "tests/admin_views/admin.py", + [ + "PictureInline" + ] + ] + ], + "GalleryAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "GalleryAdmin" + ] + ] + ], + "PictureAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PictureAdmin" + ] + ] + ], + "LanguageAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "LanguageAdmin" + ] + ] + ], + "RecommendationAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "RecommendationAdmin" + ] + ] + ], + "WidgetInline": [ + [ + "tests/admin_views/admin.py", + [ + "WidgetInline" + ] + ] + ], + "DooHickeyInline": [ + [ + "tests/admin_views/admin.py", + [ + "DooHickeyInline" + ] + ] + ], + "GrommetInline": [ + [ + "tests/admin_views/admin.py", + [ + "GrommetInline" + ] + ] + ], + "WhatsitInline": [ + [ + "tests/admin_views/admin.py", + [ + "WhatsitInline" + ] + ] + ], + "FancyDoodadInline": [ + [ + "tests/admin_views/admin.py", + [ + "FancyDoodadInline" + ] + ] + ], + "CategoryAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CategoryAdmin" + ] + ] + ], + "CategoryInline": [ + [ + "tests/admin_views/admin.py", + [ + "CategoryInline" + ] + ] + ], + "CollectorAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CollectorAdmin" + ] + ] + ], + "LinkInline": [ + [ + "tests/admin_views/admin.py", + [ + "LinkInline" + ] + ] + ], + "SubPostInline": [ + [ + "tests/admin_views/admin.py", + [ + "SubPostInline" + ] + ] + ], + "PrePopulatedPostAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PrePopulatedPostAdmin" + ] + ] + ], + "PrePopulatedPostReadOnlyAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PrePopulatedPostReadOnlyAdmin" + ] + ] + ], + "PostAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PostAdmin" + ] + ] + ], + "FieldOverridePostForm": [ + [ + "tests/admin_views/admin.py", + [ + "FieldOverridePostForm" + ] + ] + ], + "FieldOverridePostAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "FieldOverridePostAdmin" + ] + ] + ], + "CustomChangeList": [ + [ + "tests/admin_views/admin.py", + [ + "CustomChangeList" + ] + ] + ], + "GadgetAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "GadgetAdmin" + ] + ] + ], + "ToppingAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ToppingAdmin" + ] + ] + ], + "PizzaAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PizzaAdmin" + ] + ] + ], + "ReadOnlyRelatedFieldAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ReadOnlyRelatedFieldAdmin" + ] + ] + ], + "StudentAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "StudentAdmin" + ] + ] + ], + "ReadOnlyPizzaAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ReadOnlyPizzaAdmin" + ] + ] + ], + "WorkHourAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "WorkHourAdmin" + ] + ] + ], + "FoodDeliveryAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "FoodDeliveryAdmin" + ] + ] + ], + "CoverLetterAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CoverLetterAdmin" + ] + ] + ], + "PaperAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PaperAdmin" + ] + ] + ], + "ShortMessageAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ShortMessageAdmin" + ] + ] + ], + "TelegramAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "TelegramAdmin" + ] + ] + ], + "StoryForm": [ + [ + "tests/admin_views/admin.py", + [ + "StoryForm" + ] + ] + ], + "StoryAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "StoryAdmin" + ] + ] + ], + "OtherStoryAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "OtherStoryAdmin" + ] + ] + ], + "ComplexSortedPersonAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ComplexSortedPersonAdmin" + ] + ] + ], + "PluggableSearchPersonAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PluggableSearchPersonAdmin" + ] + ] + ], + "QuestionAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "QuestionAdmin" + ] + ] + ], + "AnswerAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "AnswerAdmin" + ] + ] + ], + "PrePopulatedPostLargeSlugAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PrePopulatedPostLargeSlugAdmin" + ] + ] + ], + "AdminOrderedFieldAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "AdminOrderedFieldAdmin" + ] + ] + ], + "AdminOrderedModelMethodAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "AdminOrderedModelMethodAdmin" + ] + ] + ], + "AdminOrderedAdminMethodAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "AdminOrderedAdminMethodAdmin" + ] + ] + ], + "AdminOrderedCallableAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "AdminOrderedCallableAdmin" + ] + ] + ], + "ReportAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ReportAdmin" + ] + ] + ], + "CustomTemplateBooleanFieldListFilter": [ + [ + "tests/admin_views/admin.py", + [ + "CustomTemplateBooleanFieldListFilter" + ] + ] + ], + "CustomTemplateFilterColorAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CustomTemplateFilterColorAdmin" + ] + ] + ], + "RelatedPrepopulatedInline1": [ + [ + "tests/admin_views/admin.py", + [ + "RelatedPrepopulatedInline1" + ] + ] + ], + "RelatedPrepopulatedInline2": [ + [ + "tests/admin_views/admin.py", + [ + "RelatedPrepopulatedInline2" + ] + ] + ], + "RelatedPrepopulatedInline3": [ + [ + "tests/admin_views/admin.py", + [ + "RelatedPrepopulatedInline3" + ] + ] + ], + "MainPrepopulatedAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "MainPrepopulatedAdmin" + ] + ] + ], + "UndeletableObjectAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "UndeletableObjectAdmin" + ] + ] + ], + "UnchangeableObjectAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "UnchangeableObjectAdmin" + ] + ] + ], + "AttributeErrorRaisingAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "AttributeErrorRaisingAdmin" + ] + ] + ], + "CustomManagerAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CustomManagerAdmin" + ] + ] + ], + "MessageTestingAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "MessageTestingAdmin" + ] + ] + ], + "ChoiceList": [ + [ + "tests/admin_views/admin.py", + [ + "ChoiceList" + ] + ] + ], + "DependentChildAdminForm": [ + [ + "tests/admin_views/admin.py", + [ + "DependentChildAdminForm" + ] + ] + ], + "DependentChildInline": [ + [ + "tests/admin_views/admin.py", + [ + "DependentChildInline" + ] + ] + ], + "ParentWithDependentChildrenAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "ParentWithDependentChildrenAdmin" + ] + ] + ], + "FormWithoutHiddenField": [ + [ + "tests/admin_views/admin.py", + [ + "FormWithoutHiddenField" + ] + ] + ], + "FormWithoutVisibleField": [ + [ + "tests/admin_views/admin.py", + [ + "FormWithoutVisibleField" + ] + ] + ], + "FormWithVisibleAndHiddenField": [ + [ + "tests/admin_views/admin.py", + [ + "FormWithVisibleAndHiddenField" + ] + ] + ], + "EmptyModelVisibleAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "EmptyModelVisibleAdmin" + ] + ] + ], + "EmptyModelHiddenAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "EmptyModelHiddenAdmin" + ] + ] + ], + "EmptyModelMixinAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "EmptyModelMixinAdmin" + ] + ] + ], + "CityInlineAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CityInlineAdmin" + ] + ] + ], + "StateAdminForm": [ + [ + "tests/admin_views/admin.py", + [ + "StateAdminForm" + ] + ] + ], + "RestaurantInlineAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "RestaurantInlineAdmin" + ] + ] + ], + "CityAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "CityAdmin" + ] + ] + ], + "WorkerAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "WorkerAdmin" + ] + ] + ], + "WorkerInlineAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "WorkerInlineAdmin" + ] + ] + ], + "RestaurantAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "RestaurantAdmin" + ] + ] + ], + "FunkyTagAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "FunkyTagAdmin" + ] + ] + ], + "InlineReferenceInline": [ + [ + "tests/admin_views/admin.py", + [ + "InlineReferenceInline" + ] + ] + ], + "InlineRefererAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "InlineRefererAdmin" + ] + ] + ], + "PlotReadonlyAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "PlotReadonlyAdmin" + ] + ] + ], + "GetFormsetsArgumentCheckingAdmin": [ + [ + "tests/admin_views/admin.py", + [ + "GetFormsetsArgumentCheckingAdmin" + ] + ] + ], + "ArticleAdmin6": [ + [ + "tests/admin_views/admin.py", + [ + "ArticleAdmin6" + ] + ] + ], + "ActorAdmin6": [ + [ + "tests/admin_views/admin.py", + [ + "ActorAdmin6" + ] + ] + ], + "ChapterAdmin6": [ + [ + "tests/admin_views/admin.py", + [ + "ChapterAdmin6" + ] + ] + ], + "ColorAdmin6": [ + [ + "tests/admin_views/admin.py", + [ + "ColorAdmin6" + ] + ] + ], + "ArticleAdmin9": [ + [ + "tests/admin_views/admin.py", + [ + "ArticleAdmin9" + ] + ] + ], + "ActorAdmin9": [ + [ + "tests/admin_views/admin.py", + [ + "ActorAdmin9" + ] + ] + ], + "PermissionAdminAuthenticationForm": [ + [ + "tests/admin_views/custom_has_permission_admin.py", + [ + "PermissionAdminAuthenticationForm" + ] + ] + ], + "HasPermissionAdmin": [ + [ + "tests/admin_views/custom_has_permission_admin.py", + [ + "HasPermissionAdmin" + ] + ] + ], + "Admin2": [ + [ + "tests/admin_views/customadmin.py", + [ + "Admin2" + ] + ] + ], + "UserLimitedAdmin": [ + [ + "tests/admin_views/customadmin.py", + [ + "UserLimitedAdmin" + ] + ] + ], + "CustomPwdTemplateUserAdmin": [ + [ + "tests/admin_views/customadmin.py", + [ + "CustomPwdTemplateUserAdmin" + ] + ] + ], + "CustomAdminAuthenticationForm": [ + [ + "tests/admin_views/forms.py", + [ + "CustomAdminAuthenticationForm" + ] + ] + ], + "MediaActionForm": [ + [ + "tests/admin_views/forms.py", + [ + "MediaActionForm" + ] + ] + ], + "Section": [ + [ + "tests/admin_views/models.py", + [ + "Section" + ] + ] + ], + "Promo": [ + [ + "tests/admin_views/models.py", + [ + "Promo" + ] + ] + ], + "ChapterXtra1": [ + [ + "tests/admin_views/models.py", + [ + "ChapterXtra1" + ] + ] + ], + "ChapterXtra2": [ + [ + "tests/admin_views/models.py", + [ + "ChapterXtra2" + ] + ] + ], + "RowLevelChangePermissionModel": [ + [ + "tests/admin_views/models.py", + [ + "RowLevelChangePermissionModel" + ] + ] + ], + "CustomArticle": [ + [ + "tests/admin_views/models.py", + [ + "CustomArticle" + ] + ], + [ + "tests/sites_framework/models.py", + [ + "CustomArticle" + ] + ] + ], + "ModelWithStringPrimaryKey": [ + [ + "tests/admin_views/models.py", + [ + "ModelWithStringPrimaryKey" + ] + ] + ], + "Color": [ + [ + "tests/admin_views/models.py", + [ + "Color" + ] + ] + ], + "Color2": [ + [ + "tests/admin_views/models.py", + [ + "Color2" + ] + ] + ], + "Thing": [ + [ + "tests/admin_views/models.py", + [ + "Thing" + ] + ], + [ + "tests/get_or_create/models.py", + [ + "Thing" + ] + ], + [ + "tests/reserved_names/models.py", + [ + "Thing" + ] + ], + [ + "tests/schema/models.py", + [ + "Thing" + ] + ], + [ + "tests/transaction_hooks/models.py", + [ + "Thing" + ] + ] + ], + "Actor": [ + [ + "tests/admin_views/models.py", + [ + "Actor" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Actor" + ] + ] + ], + "Inquisition": [ + [ + "tests/admin_views/models.py", + [ + "Inquisition" + ] + ] + ], + "Sketch": [ + [ + "tests/admin_views/models.py", + [ + "Sketch" + ] + ] + ], + "Character": [ + [ + "tests/admin_views/models.py", + [ + "Character" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Character" + ] + ], + [ + "tests/postgres_tests/models.py", + [ + "Character" + ] + ] + ], + "StumpJoke": [ + [ + "tests/admin_views/models.py", + [ + "StumpJoke" + ] + ], + [ + "tests/model_forms/models.py", + [ + "StumpJoke" + ] + ] + ], + "Fabric": [ + [ + "tests/admin_views/models.py", + [ + "Fabric" + ] + ] + ], + "Persona": [ + [ + "tests/admin_views/models.py", + [ + "Persona" + ] + ] + ], + "Account": [ + [ + "tests/admin_views/models.py", + [ + "Account" + ] + ], + [ + "tests/update_only_fields/models.py", + [ + "Account" + ] + ] + ], + "FooAccount": [ + [ + "tests/admin_views/models.py", + [ + "FooAccount" + ] + ] + ], + "BarAccount": [ + [ + "tests/admin_views/models.py", + [ + "BarAccount" + ] + ] + ], + "Subscriber": [ + [ + "tests/admin_views/models.py", + [ + "Subscriber" + ] + ] + ], + "ExternalSubscriber": [ + [ + "tests/admin_views/models.py", + [ + "ExternalSubscriber" + ] + ] + ], + "OldSubscriber": [ + [ + "tests/admin_views/models.py", + [ + "OldSubscriber" + ] + ] + ], + "Podcast": [ + [ + "tests/admin_views/models.py", + [ + "Podcast" + ] + ] + ], + "Vodcast": [ + [ + "tests/admin_views/models.py", + [ + "Vodcast" + ] + ] + ], + "PKChild": [ + [ + "tests/admin_views/models.py", + [ + "PKChild" + ] + ] + ], + "Toy": [ + [ + "tests/admin_views/models.py", + [ + "Toy" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Toy" + ] + ] + ], + "EmptyModel": [ + [ + "tests/admin_views/models.py", + [ + "EmptyModel" + ] + ] + ], + "Gallery": [ + [ + "tests/admin_views/models.py", + [ + "Gallery" + ] + ] + ], + "Picture": [ + [ + "tests/admin_views/models.py", + [ + "Picture" + ] + ] + ], + "Language": [ + [ + "tests/admin_views/models.py", + [ + "Language" + ] + ] + ], + "TitleTranslation": [ + [ + "tests/admin_views/models.py", + [ + "TitleTranslation" + ] + ] + ], + "Recommender": [ + [ + "tests/admin_views/models.py", + [ + "Recommender" + ] + ] + ], + "Recommendation": [ + [ + "tests/admin_views/models.py", + [ + "Recommendation" + ] + ] + ], + "DooHickey": [ + [ + "tests/admin_views/models.py", + [ + "DooHickey" + ] + ] + ], + "Grommet": [ + [ + "tests/admin_views/models.py", + [ + "Grommet" + ] + ] + ], + "Whatsit": [ + [ + "tests/admin_views/models.py", + [ + "Whatsit" + ] + ] + ], + "Doodad": [ + [ + "tests/admin_views/models.py", + [ + "Doodad" + ] + ], + [ + "tests/template_tests/test_callables.py", + [ + "CallableVariablesTests", + "test_callable", + "Doodad" + ] + ], + [ + "tests/template_tests/test_callables.py", + [ + "CallableVariablesTests", + "test_alters_data", + "Doodad" + ] + ], + [ + "tests/template_tests/test_callables.py", + [ + "CallableVariablesTests", + "test_do_not_call", + "Doodad" + ] + ], + [ + "tests/template_tests/test_callables.py", + [ + "CallableVariablesTests", + "test_do_not_call_and_alters_data", + "Doodad" + ] + ] + ], + "FancyDoodad": [ + [ + "tests/admin_views/models.py", + [ + "FancyDoodad" + ] + ] + ], + "Category": [ + [ + "tests/admin_views/models.py", + [ + "Category" + ] + ], + [ + "tests/dates/models.py", + [ + "Category" + ] + ], + [ + "tests/datetimes/models.py", + [ + "Category" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Category" + ] + ], + [ + "tests/generic_inline_admin/models.py", + [ + "Category" + ] + ], + [ + "tests/m2m_multiple/models.py", + [ + "Category" + ] + ], + [ + "tests/m2o_recursive/models.py", + [ + "Category" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Category" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Category" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Category" + ] + ], + [ + "tests/utils_tests/models.py", + [ + "Category" + ] + ] + ], + "Link": [ + [ + "tests/admin_views/models.py", + [ + "Link" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Link" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Link" + ] + ] + ], + "PrePopulatedPost": [ + [ + "tests/admin_views/models.py", + [ + "PrePopulatedPost" + ] + ] + ], + "PrePopulatedSubPost": [ + [ + "tests/admin_views/models.py", + [ + "PrePopulatedSubPost" + ] + ] + ], + "Post": [ + [ + "tests/admin_views/models.py", + [ + "Post" + ] + ], + [ + "tests/backends/models.py", + [ + "Post" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Post" + ] + ], + [ + "tests/m2m_regress/models.py", + [ + "Post" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateRelationsTests", + "get_base_project_state", + "Post" + ] + ], + [ + "tests/model_fields/models.py", + [ + "Post" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Post" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Post" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Post" + ] + ], + [ + "tests/null_fk/models.py", + [ + "Post" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "Post" + ] + ], + [ + "tests/order_with_respect_to/models.py", + [ + "Post" + ] + ], + [ + "tests/validation/models.py", + [ + "Post" + ] + ] + ], + "FieldOverridePost": [ + [ + "tests/admin_views/models.py", + [ + "FieldOverridePost" + ] + ] + ], + "Gadget": [ + [ + "tests/admin_views/models.py", + [ + "Gadget" + ] + ] + ], + "Villain": [ + [ + "tests/admin_views/models.py", + [ + "Villain" + ] + ] + ], + "SuperVillain": [ + [ + "tests/admin_views/models.py", + [ + "SuperVillain" + ] + ] + ], + "FunkyTag": [ + [ + "tests/admin_views/models.py", + [ + "FunkyTag" + ] + ] + ], + "Plot": [ + [ + "tests/admin_views/models.py", + [ + "Plot" + ] + ] + ], + "PlotDetails": [ + [ + "tests/admin_views/models.py", + [ + "PlotDetails" + ] + ] + ], + "PlotProxy": [ + [ + "tests/admin_views/models.py", + [ + "PlotProxy" + ] + ] + ], + "SecretHideout": [ + [ + "tests/admin_views/models.py", + [ + "SecretHideout" + ] + ] + ], + "SuperSecretHideout": [ + [ + "tests/admin_views/models.py", + [ + "SuperSecretHideout" + ] + ] + ], + "CyclicOne": [ + [ + "tests/admin_views/models.py", + [ + "CyclicOne" + ] + ] + ], + "CyclicTwo": [ + [ + "tests/admin_views/models.py", + [ + "CyclicTwo" + ] + ] + ], + "Topping": [ + [ + "tests/admin_views/models.py", + [ + "Topping" + ] + ], + [ + "tests/select_related/models.py", + [ + "Topping" + ] + ] + ], + "Pizza": [ + [ + "tests/admin_views/models.py", + [ + "Pizza" + ] + ], + [ + "tests/select_related/models.py", + [ + "Pizza" + ] + ] + ], + "ReadablePizza": [ + [ + "tests/admin_views/models.py", + [ + "ReadablePizza" + ] + ] + ], + "ReadOnlyPizza": [ + [ + "tests/admin_views/models.py", + [ + "ReadOnlyPizza" + ] + ] + ], + "WorkHour": [ + [ + "tests/admin_views/models.py", + [ + "WorkHour" + ] + ] + ], + "Bonus": [ + [ + "tests/admin_views/models.py", + [ + "Bonus" + ] + ] + ], + "Answer": [ + [ + "tests/admin_views/models.py", + [ + "Answer" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "Answer" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_just_order_with_respect_to_no_errors", + "Answer" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_with_order_with_respect_to", + "Answer" + ] + ], + [ + "tests/order_with_respect_to/models.py", + [ + "Answer" + ] + ] + ], + "Answer2": [ + [ + "tests/admin_views/models.py", + [ + "Answer2" + ] + ] + ], + "Reservation": [ + [ + "tests/admin_views/models.py", + [ + "Reservation" + ] + ], + [ + "tests/filtered_relation/models.py", + [ + "Reservation" + ] + ] + ], + "FoodDelivery": [ + [ + "tests/admin_views/models.py", + [ + "FoodDelivery" + ] + ] + ], + "CoverLetter": [ + [ + "tests/admin_views/models.py", + [ + "CoverLetter" + ] + ] + ], + "Paper": [ + [ + "tests/admin_views/models.py", + [ + "Paper" + ] + ] + ], + "ShortMessage": [ + [ + "tests/admin_views/models.py", + [ + "ShortMessage" + ] + ] + ], + "Telegram": [ + [ + "tests/admin_views/models.py", + [ + "Telegram" + ] + ] + ], + "OtherStory": [ + [ + "tests/admin_views/models.py", + [ + "OtherStory" + ] + ] + ], + "ComplexSortedPerson": [ + [ + "tests/admin_views/models.py", + [ + "ComplexSortedPerson" + ] + ] + ], + "PluggableSearchPerson": [ + [ + "tests/admin_views/models.py", + [ + "PluggableSearchPerson" + ] + ] + ], + "PrePopulatedPostLargeSlug": [ + [ + "tests/admin_views/models.py", + [ + "PrePopulatedPostLargeSlug" + ] + ] + ], + "AdminOrderedField": [ + [ + "tests/admin_views/models.py", + [ + "AdminOrderedField" + ] + ] + ], + "AdminOrderedModelMethod": [ + [ + "tests/admin_views/models.py", + [ + "AdminOrderedModelMethod" + ] + ] + ], + "AdminOrderedAdminMethod": [ + [ + "tests/admin_views/models.py", + [ + "AdminOrderedAdminMethod" + ] + ] + ], + "AdminOrderedCallable": [ + [ + "tests/admin_views/models.py", + [ + "AdminOrderedCallable" + ] + ] + ], + "Report": [ + [ + "tests/admin_views/models.py", + [ + "Report" + ] + ], + [ + "tests/queries/models.py", + [ + "Report" + ] + ] + ], + "MainPrepopulated": [ + [ + "tests/admin_views/models.py", + [ + "MainPrepopulated" + ] + ] + ], + "RelatedPrepopulated": [ + [ + "tests/admin_views/models.py", + [ + "RelatedPrepopulated" + ] + ] + ], + "UndeletableObject": [ + [ + "tests/admin_views/models.py", + [ + "UndeletableObject" + ] + ] + ], + "UnchangeableObject": [ + [ + "tests/admin_views/models.py", + [ + "UnchangeableObject" + ] + ] + ], + "UserMessenger": [ + [ + "tests/admin_views/models.py", + [ + "UserMessenger" + ] + ] + ], + "Simple": [ + [ + "tests/admin_views/models.py", + [ + "Simple" + ] + ] + ], + "ParentWithDependentChildren": [ + [ + "tests/admin_views/models.py", + [ + "ParentWithDependentChildren" + ] + ] + ], + "DependentChild": [ + [ + "tests/admin_views/models.py", + [ + "DependentChild" + ] + ] + ], + "_Manager": [ + [ + "tests/admin_views/models.py", + [ + "_Manager" + ] + ] + ], + "FilteredManager": [ + [ + "tests/admin_views/models.py", + [ + "FilteredManager" + ] + ] + ], + "EmptyModelVisible": [ + [ + "tests/admin_views/models.py", + [ + "EmptyModelVisible" + ] + ] + ], + "EmptyModelHidden": [ + [ + "tests/admin_views/models.py", + [ + "EmptyModelHidden" + ] + ] + ], + "EmptyModelMixin": [ + [ + "tests/admin_views/models.py", + [ + "EmptyModelMixin" + ] + ] + ], + "Restaurant": [ + [ + "tests/admin_views/models.py", + [ + "Restaurant" + ] + ], + [ + "tests/bulk_create/models.py", + [ + "Restaurant" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Restaurant" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Restaurant" + ] + ], + [ + "tests/model_formsets_regress/models.py", + [ + "Restaurant" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Restaurant" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Restaurant" + ] + ], + [ + "tests/one_to_one/models.py", + [ + "Restaurant" + ] + ] + ], + "Worker": [ + [ + "tests/admin_views/models.py", + [ + "Worker" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Worker" + ] + ], + [ + "tests/model_regress/models.py", + [ + "Worker" + ] + ] + ], + "ReferencedByParent": [ + [ + "tests/admin_views/models.py", + [ + "ReferencedByParent" + ] + ] + ], + "ParentWithFK": [ + [ + "tests/admin_views/models.py", + [ + "ParentWithFK" + ] + ] + ], + "ChildOfReferer": [ + [ + "tests/admin_views/models.py", + [ + "ChildOfReferer" + ] + ] + ], + "InlineReferer": [ + [ + "tests/admin_views/models.py", + [ + "InlineReferer" + ] + ] + ], + "ReferencedByInline": [ + [ + "tests/admin_views/models.py", + [ + "ReferencedByInline" + ] + ] + ], + "InlineReference": [ + [ + "tests/admin_views/models.py", + [ + "InlineReference" + ] + ] + ], + "Recipe": [ + [ + "tests/admin_views/models.py", + [ + "Recipe" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Recipe" + ] + ] + ], + "Ingredient": [ + [ + "tests/admin_views/models.py", + [ + "Ingredient" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Ingredient" + ] + ] + ], + "RecipeIngredient": [ + [ + "tests/admin_views/models.py", + [ + "RecipeIngredient" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "RecipeIngredient" + ] + ] + ], + "NotReferenced": [ + [ + "tests/admin_views/models.py", + [ + "NotReferenced" + ] + ] + ], + "ExplicitlyProvidedPK": [ + [ + "tests/admin_views/models.py", + [ + "ExplicitlyProvidedPK" + ] + ] + ], + "ImplicitlyGeneratedPK": [ + [ + "tests/admin_views/models.py", + [ + "ImplicitlyGeneratedPK" + ] + ] + ], + "ReferencedByGenRel": [ + [ + "tests/admin_views/models.py", + [ + "ReferencedByGenRel" + ] + ] + ], + "GenRelReference": [ + [ + "tests/admin_views/models.py", + [ + "GenRelReference" + ] + ] + ], + "ParentWithUUIDPK": [ + [ + "tests/admin_views/models.py", + [ + "ParentWithUUIDPK" + ] + ] + ], + "RelatedWithUUIDPKModel": [ + [ + "tests/admin_views/models.py", + [ + "RelatedWithUUIDPKModel" + ] + ] + ], + "Authorship": [ + [ + "tests/admin_views/models.py", + [ + "Authorship" + ] + ] + ], + "UserProxy": [ + [ + "tests/admin_views/models.py", + [ + "UserProxy" + ] + ], + [ + "tests/auth_tests/models/proxy.py", + [ + "UserProxy" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "UserProxy" + ] + ] + ], + "ReadOnlyRelatedField": [ + [ + "tests/admin_views/models.py", + [ + "ReadOnlyRelatedField" + ] + ] + ], + "H\u00e9llo": [ + [ + "tests/admin_views/models.py", + [ + "H\u00e9llo" + ] + ] + ], + "AdminActionsTest": [ + [ + "tests/admin_views/test_actions.py", + [ + "AdminActionsTest" + ] + ] + ], + "AdminActionsPermissionTests": [ + [ + "tests/admin_views/test_actions.py", + [ + "AdminActionsPermissionTests" + ] + ] + ], + "SiteEachContextTest": [ + [ + "tests/admin_views/test_adminsite.py", + [ + "SiteEachContextTest" + ] + ] + ], + "SiteActionsTests": [ + [ + "tests/admin_views/test_adminsite.py", + [ + "SiteActionsTests" + ] + ] + ], + "AuthorshipInline": [ + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "AuthorshipInline" + ] + ] + ], + "DistinctQuestionAdmin": [ + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "AutocompleteJsonViewTests", + "test_search_use_distinct", + "DistinctQuestionAdmin" + ] + ] + ], + "EmptySearchAdmin": [ + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "AutocompleteJsonViewTests", + "test_missing_search_fields", + "EmptySearchAdmin" + ] + ] + ], + "PKOrderingQuestionAdmin": [ + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "AutocompleteJsonViewTests", + "test_get_paginator", + "PKOrderingQuestionAdmin" + ] + ] + ], + "AutocompleteJsonSerializeResultView": [ + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "AutocompleteJsonViewTests", + "test_serialize_result", + "AutocompleteJsonSerializeResultView" + ] + ] + ], + "AutocompleteJsonViewTests": [ + [ + "tests/admin_views/test_autocomplete_view.py", + [ + "AutocompleteJsonViewTests" + ] + ] + ], + "AdminAuthenticationFormTests": [ + [ + "tests/admin_views/test_forms.py", + [ + "AdminAuthenticationFormTests" + ] + ] + ], + "AdminFormTests": [ + [ + "tests/admin_views/test_forms.py", + [ + "AdminFormTests" + ] + ] + ], + "AdminHistoryViewTests": [ + [ + "tests/admin_views/test_history_view.py", + [ + "AdminHistoryViewTests" + ] + ] + ], + "Router": [ + [ + "tests/admin_views/test_multidb.py", + [ + "Router" + ] + ], + [ + "tests/auth_tests/test_admin_multidb.py", + [ + "Router" + ] + ] + ], + "MultiDatabaseTests": [ + [ + "tests/admin_views/test_multidb.py", + [ + "MultiDatabaseTests" + ] + ], + [ + "tests/auth_tests/test_admin_multidb.py", + [ + "MultiDatabaseTests" + ] + ] + ], + "AdminSiteWithSidebar": [ + [ + "tests/admin_views/test_nav_sidebar.py", + [ + "AdminSiteWithSidebar" + ] + ] + ], + "AdminSiteWithoutSidebar": [ + [ + "tests/admin_views/test_nav_sidebar.py", + [ + "AdminSiteWithoutSidebar" + ] + ] + ], + "AdminSidebarTests": [ + [ + "tests/admin_views/test_nav_sidebar.py", + [ + "AdminSidebarTests" + ] + ] + ], + "AdminTemplateTagsTest": [ + [ + "tests/admin_views/test_templatetags.py", + [ + "AdminTemplateTagsTest" + ] + ] + ], + "AdminFieldExtractionMixin": [ + [ + "tests/admin_views/tests.py", + [ + "AdminFieldExtractionMixin" + ] + ] + ], + "AdminViewBasicTestCase": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewBasicTestCase" + ] + ] + ], + "AdminViewBasicTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewBasicTest" + ] + ] + ], + "AdminCustomTemplateTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminCustomTemplateTests" + ] + ] + ], + "AdminViewFormUrlTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewFormUrlTest" + ] + ] + ], + "AdminJavaScriptTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminJavaScriptTest" + ] + ] + ], + "SaveAsTests": [ + [ + "tests/admin_views/tests.py", + [ + "SaveAsTests" + ] + ] + ], + "CustomModelAdminTest": [ + [ + "tests/admin_views/tests.py", + [ + "CustomModelAdminTest" + ] + ] + ], + "AdminViewPermissionsTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewPermissionsTest" + ] + ] + ], + "AdminViewProxyModelPermissionsTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewProxyModelPermissionsTests" + ] + ] + ], + "AdminViewsNoUrlTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewsNoUrlTest" + ] + ] + ], + "AdminViewDeletedObjectsTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewDeletedObjectsTest" + ] + ] + ], + "TestGenericRelations": [ + [ + "tests/admin_views/tests.py", + [ + "TestGenericRelations" + ] + ] + ], + "AdminViewStringPrimaryKeyTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewStringPrimaryKeyTest" + ] + ] + ], + "SecureViewTests": [ + [ + "tests/admin_views/tests.py", + [ + "SecureViewTests" + ] + ] + ], + "AdminViewUnicodeTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewUnicodeTest" + ] + ] + ], + "AdminViewListEditable": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewListEditable" + ] + ] + ], + "AdminSearchTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminSearchTest" + ] + ] + ], + "AdminInheritedInlinesTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminInheritedInlinesTest" + ] + ] + ], + "TestCustomChangeList": [ + [ + "tests/admin_views/tests.py", + [ + "TestCustomChangeList" + ] + ] + ], + "TestInlineNotEditable": [ + [ + "tests/admin_views/tests.py", + [ + "TestInlineNotEditable" + ] + ] + ], + "AdminCustomQuerysetTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminCustomQuerysetTest" + ] + ] + ], + "AdminInlineFileUploadTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminInlineFileUploadTest" + ] + ] + ], + "AdminInlineTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminInlineTests" + ] + ] + ], + "NeverCacheTests": [ + [ + "tests/admin_views/tests.py", + [ + "NeverCacheTests" + ] + ] + ], + "PrePopulatedTest": [ + [ + "tests/admin_views/tests.py", + [ + "PrePopulatedTest" + ] + ] + ], + "ReadonlyTest": [ + [ + "tests/admin_views/tests.py", + [ + "ReadonlyTest" + ] + ] + ], + "LimitChoicesToInAdminTest": [ + [ + "tests/admin_views/tests.py", + [ + "LimitChoicesToInAdminTest" + ] + ] + ], + "RawIdFieldsTest": [ + [ + "tests/admin_views/tests.py", + [ + "RawIdFieldsTest" + ] + ] + ], + "UserAdminTest": [ + [ + "tests/admin_views/tests.py", + [ + "UserAdminTest" + ] + ] + ], + "GroupAdminTest": [ + [ + "tests/admin_views/tests.py", + [ + "GroupAdminTest" + ] + ] + ], + "CSSTest": [ + [ + "tests/admin_views/tests.py", + [ + "CSSTest" + ] + ] + ], + "AdminDocsTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminDocsTest" + ] + ] + ], + "ValidXHTMLTests": [ + [ + "tests/admin_views/tests.py", + [ + "ValidXHTMLTests" + ] + ] + ], + "AdminCustomSaveRelatedTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminCustomSaveRelatedTests" + ] + ] + ], + "AdminViewLogoutTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewLogoutTests" + ] + ] + ], + "AdminUserMessageTest": [ + [ + "tests/admin_views/tests.py", + [ + "AdminUserMessageTest" + ] + ] + ], + "AdminKeepChangeListFiltersTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminKeepChangeListFiltersTests" + ] + ] + ], + "NamespacedAdminKeepChangeListFiltersTests": [ + [ + "tests/admin_views/tests.py", + [ + "NamespacedAdminKeepChangeListFiltersTests" + ] + ] + ], + "TestLabelVisibility": [ + [ + "tests/admin_views/tests.py", + [ + "TestLabelVisibility" + ] + ] + ], + "AdminViewOnSiteTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminViewOnSiteTests" + ] + ] + ], + "InlineAdminViewOnSiteTest": [ + [ + "tests/admin_views/tests.py", + [ + "InlineAdminViewOnSiteTest" + ] + ] + ], + "GetFormsetsWithInlinesArgumentTest": [ + [ + "tests/admin_views/tests.py", + [ + "GetFormsetsWithInlinesArgumentTest" + ] + ] + ], + "AdminSiteFinalCatchAllPatternTests": [ + [ + "tests/admin_views/tests.py", + [ + "AdminSiteFinalCatchAllPatternTests" + ] + ] + ], + "MyFileField": [ + [ + "tests/admin_widgets/models.py", + [ + "MyFileField" + ] + ] + ], + "Member": [ + [ + "tests/admin_widgets/models.py", + [ + "Member" + ] + ], + [ + "tests/queries/models.py", + [ + "Member" + ] + ] + ], + "Artist": [ + [ + "tests/admin_widgets/models.py", + [ + "Artist" + ] + ], + [ + "tests/generic_views/models.py", + [ + "Artist" + ] + ] + ], + "UnsafeLimitChoicesTo": [ + [ + "tests/admin_widgets/models.py", + [ + "UnsafeLimitChoicesTo" + ] + ] + ], + "ReleaseEvent": [ + [ + "tests/admin_widgets/models.py", + [ + "ReleaseEvent" + ] + ] + ], + "VideoStream": [ + [ + "tests/admin_widgets/models.py", + [ + "VideoStream" + ] + ] + ], + "HiddenInventoryManager": [ + [ + "tests/admin_widgets/models.py", + [ + "HiddenInventoryManager" + ] + ] + ], + "Inventory": [ + [ + "tests/admin_widgets/models.py", + [ + "Inventory" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Inventory" + ] + ] + ], + "CarTire": [ + [ + "tests/admin_widgets/models.py", + [ + "CarTire" + ] + ] + ], + "Honeycomb": [ + [ + "tests/admin_widgets/models.py", + [ + "Honeycomb" + ] + ] + ], + "Bee": [ + [ + "tests/admin_widgets/models.py", + [ + "Bee" + ] + ] + ], + "Individual": [ + [ + "tests/admin_widgets/models.py", + [ + "Individual" + ] + ], + [ + "tests/queries/models.py", + [ + "Individual" + ] + ] + ], + "Advisor": [ + [ + "tests/admin_widgets/models.py", + [ + "Advisor" + ] + ] + ], + "Student": [ + [ + "tests/admin_widgets/models.py", + [ + "Student" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Student" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Student" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Student" + ] + ], + [ + "tests/queries/models.py", + [ + "Student" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_creation_with_db_table_double_quotes", + "Student" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Student" + ] + ] + ], + "School": [ + [ + "tests/admin_widgets/models.py", + [ + "School" + ] + ], + [ + "tests/inline_formsets/models.py", + [ + "School" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "School" + ] + ], + [ + "tests/one_to_one/models.py", + [ + "School" + ] + ], + [ + "tests/queries/models.py", + [ + "School" + ] + ] + ], + "AlbumForm": [ + [ + "tests/admin_widgets/test_autocomplete_widget.py", + [ + "AlbumForm" + ] + ] + ], + "NotRequiredBandForm": [ + [ + "tests/admin_widgets/test_autocomplete_widget.py", + [ + "NotRequiredBandForm" + ] + ] + ], + "RequiredBandForm": [ + [ + "tests/admin_widgets/test_autocomplete_widget.py", + [ + "RequiredBandForm" + ] + ] + ], + "VideoStreamForm": [ + [ + "tests/admin_widgets/test_autocomplete_widget.py", + [ + "VideoStreamForm" + ] + ] + ], + "AutocompleteMixinTests": [ + [ + "tests/admin_widgets/test_autocomplete_widget.py", + [ + "AutocompleteMixinTests" + ] + ] + ], + "MemberAdmin": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldTests", + "test_formfield_overrides_for_datetime_field", + "MemberAdmin" + ] + ] + ], + "AdvisorAdmin": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldTests", + "test_m2m_widgets", + "AdvisorAdmin" + ] + ] + ], + "AdminFormfieldForDBFieldTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldTests" + ] + ] + ], + "AdminFormfieldForDBFieldWithRequestTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminFormfieldForDBFieldWithRequestTests" + ] + ] + ], + "AdminForeignKeyWidgetChangeList": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminForeignKeyWidgetChangeList" + ] + ] + ], + "AdminForeignKeyRawIdWidget": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminForeignKeyRawIdWidget" + ] + ] + ], + "FilteredSelectMultipleWidgetTest": [ + [ + "tests/admin_widgets/tests.py", + [ + "FilteredSelectMultipleWidgetTest" + ] + ] + ], + "AdminDateWidgetTest": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminDateWidgetTest" + ] + ] + ], + "AdminTimeWidgetTest": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminTimeWidgetTest" + ] + ] + ], + "AdminSplitDateTimeWidgetTest": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminSplitDateTimeWidgetTest" + ] + ] + ], + "AdminURLWidgetTest": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminURLWidgetTest" + ] + ] + ], + "AdminUUIDWidgetTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminUUIDWidgetTests" + ] + ] + ], + "AdminFileWidgetTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminFileWidgetTests" + ] + ] + ], + "ForeignKeyRawIdWidgetTest": [ + [ + "tests/admin_widgets/tests.py", + [ + "ForeignKeyRawIdWidgetTest" + ] + ] + ], + "ManyToManyRawIdWidgetTest": [ + [ + "tests/admin_widgets/tests.py", + [ + "ManyToManyRawIdWidgetTest" + ] + ] + ], + "CustomWidget": [ + [ + "tests/admin_widgets/tests.py", + [ + "RelatedFieldWidgetWrapperTests", + "test_custom_widget_render", + "CustomWidget" + ] + ], + [ + "tests/admin_widgets/tests.py", + [ + "RelatedFieldWidgetWrapperTests", + "test_widget_delegates_value_omitted_from_data", + "CustomWidget" + ] + ], + [ + "tests/generic_relations/test_forms.py", + [ + "CustomWidget" + ] + ], + [ + "tests/model_formsets_regress/tests.py", + [ + "CustomWidget" + ] + ] + ], + "RelatedFieldWidgetWrapperTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "RelatedFieldWidgetWrapperTests" + ] + ] + ], + "AdminWidgetSeleniumTestCase": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminWidgetSeleniumTestCase" + ] + ] + ], + "DateTimePickerSeleniumTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "DateTimePickerSeleniumTests" + ] + ] + ], + "DateTimePickerShortcutsSeleniumTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "DateTimePickerShortcutsSeleniumTests" + ] + ] + ], + "DateTimePickerAltTimezoneSeleniumTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "DateTimePickerAltTimezoneSeleniumTests" + ] + ] + ], + "HorizontalVerticalFilterSeleniumTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "HorizontalVerticalFilterSeleniumTests" + ] + ] + ], + "AdminRawIdWidgetSeleniumTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "AdminRawIdWidgetSeleniumTests" + ] + ] + ], + "RelatedFieldWidgetSeleniumTests": [ + [ + "tests/admin_widgets/tests.py", + [ + "RelatedFieldWidgetSeleniumTests" + ] + ] + ], + "WidgetAdmin": [ + [ + "tests/admin_widgets/widgetadmin.py", + [ + "WidgetAdmin" + ] + ] + ], + "CarTireAdmin": [ + [ + "tests/admin_widgets/widgetadmin.py", + [ + "CarTireAdmin" + ] + ] + ], + "SchoolAdmin": [ + [ + "tests/admin_widgets/widgetadmin.py", + [ + "SchoolAdmin" + ] + ] + ], + "Publisher": [ + [ + "tests/aggregation/models.py", + [ + "Publisher" + ] + ], + [ + "tests/aggregation_regress/models.py", + [ + "Publisher" + ] + ], + [ + "tests/annotations/models.py", + [ + "Publisher" + ] + ], + [ + "tests/get_or_create/models.py", + [ + "Publisher" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Publisher" + ] + ] + ], + "Store": [ + [ + "tests/aggregation/models.py", + [ + "Store" + ] + ], + [ + "tests/aggregation_regress/models.py", + [ + "Store" + ] + ], + [ + "tests/annotations/models.py", + [ + "Store" + ] + ], + [ + "tests/fixtures_regress/models.py", + [ + "Store" + ] + ], + [ + "tests/model_options/models/default_related_name.py", + [ + "Store" + ] + ] + ], + "FilteredAggregateTests": [ + [ + "tests/aggregation/test_filter_argument.py", + [ + "FilteredAggregateTests" + ] + ] + ], + "NowUTC": [ + [ + "tests/aggregation/tests.py", + [ + "NowUTC" + ] + ] + ], + "MyMax": [ + [ + "tests/aggregation/tests.py", + [ + "AggregateTestCase", + "test_annotated_aggregate_over_annotated_aggregate", + "MyMax" + ] + ], + [ + "tests/aggregation/tests.py", + [ + "AggregateTestCase", + "test_multi_arg_aggregate", + "MyMax" + ] + ] + ], + "MySum": [ + [ + "tests/aggregation/tests.py", + [ + "AggregateTestCase", + "test_add_implementation", + "MySum" + ] + ] + ], + "AggregateTestCase": [ + [ + "tests/aggregation/tests.py", + [ + "AggregateTestCase" + ] + ] + ], + "ItemTag": [ + [ + "tests/aggregation_regress/models.py", + [ + "ItemTag" + ] + ] + ], + "Entries": [ + [ + "tests/aggregation_regress/models.py", + [ + "Entries" + ] + ] + ], + "Clues": [ + [ + "tests/aggregation_regress/models.py", + [ + "Clues" + ] + ] + ], + "WithManualPK": [ + [ + "tests/aggregation_regress/models.py", + [ + "WithManualPK" + ] + ] + ], + "HardbackBook": [ + [ + "tests/aggregation_regress/models.py", + [ + "HardbackBook" + ] + ] + ], + "Alfa": [ + [ + "tests/aggregation_regress/models.py", + [ + "Alfa" + ] + ] + ], + "Bravo": [ + [ + "tests/aggregation_regress/models.py", + [ + "Bravo" + ] + ] + ], + "Charlie": [ + [ + "tests/aggregation_regress/models.py", + [ + "Charlie" + ] + ] + ], + "SelfRefFK": [ + [ + "tests/aggregation_regress/models.py", + [ + "SelfRefFK" + ] + ] + ], + "MyAggregate": [ + [ + "tests/aggregation_regress/tests.py", + [ + "AggregationTests", + "test_allow_distinct", + "MyAggregate" + ] + ] + ], + "DistinctAggregate": [ + [ + "tests/aggregation_regress/tests.py", + [ + "AggregationTests", + "test_allow_distinct", + "DistinctAggregate" + ] + ], + [ + "tests/backends/sqlite/tests.py", + [ + "Tests", + "test_distinct_aggregation", + "DistinctAggregate" + ] + ], + [ + "tests/backends/sqlite/tests.py", + [ + "Tests", + "test_distinct_aggregation_multiple_args_no_distinct", + "DistinctAggregate" + ] + ] + ], + "AggregationTests": [ + [ + "tests/aggregation_regress/tests.py", + [ + "AggregationTests" + ] + ] + ], + "JoinPromotionTests": [ + [ + "tests/aggregation_regress/tests.py", + [ + "JoinPromotionTests" + ] + ] + ], + "SelfReferentialFKTests": [ + [ + "tests/aggregation_regress/tests.py", + [ + "SelfReferentialFKTests" + ] + ] + ], + "DepartmentStore": [ + [ + "tests/annotations/models.py", + [ + "DepartmentStore" + ] + ] + ], + "Ticket": [ + [ + "tests/annotations/models.py", + [ + "Ticket" + ] + ] + ], + "NonAggregateAnnotationTestCase": [ + [ + "tests/annotations/tests.py", + [ + "NonAggregateAnnotationTestCase" + ] + ] + ], + "AliasTests": [ + [ + "tests/annotations/tests.py", + [ + "AliasTests" + ] + ] + ], + "NotInstalledModel": [ + [ + "tests/app_loading/not_installed/models.py", + [ + "NotInstalledModel" + ] + ] + ], + "RelatedModel": [ + [ + "tests/app_loading/not_installed/models.py", + [ + "RelatedModel" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "RelatedModel" + ] + ], + [ + "tests/managers_regress/models.py", + [ + "RelatedModel" + ] + ], + [ + "tests/one_to_one/models.py", + [ + "RelatedModel" + ] + ] + ], + "M2MRelatedModel": [ + [ + "tests/app_loading/not_installed/models.py", + [ + "M2MRelatedModel" + ] + ] + ], + "EggLoadingTest": [ + [ + "tests/app_loading/tests.py", + [ + "EggLoadingTest" + ] + ] + ], + "GetModelsTest": [ + [ + "tests/app_loading/tests.py", + [ + "GetModelsTest" + ] + ] + ], + "MyAuth": [ + [ + "tests/apps/apps.py", + [ + "MyAuth" + ] + ] + ], + "BadConfig": [ + [ + "tests/apps/apps.py", + [ + "BadConfig" + ] + ] + ], + "NotAConfig": [ + [ + "tests/apps/apps.py", + [ + "NotAConfig" + ] + ] + ], + "NoSuchApp": [ + [ + "tests/apps/apps.py", + [ + "NoSuchApp" + ] + ] + ], + "PlainAppsConfig": [ + [ + "tests/apps/apps.py", + [ + "PlainAppsConfig" + ] + ] + ], + "RelabeledAppsConfig": [ + [ + "tests/apps/apps.py", + [ + "RelabeledAppsConfig" + ] + ] + ], + "ModelPKAppsConfig": [ + [ + "tests/apps/apps.py", + [ + "ModelPKAppsConfig" + ] + ] + ], + "TotallyNormal": [ + [ + "tests/apps/models.py", + [ + "TotallyNormal" + ] + ] + ], + "SoAlternative": [ + [ + "tests/apps/models.py", + [ + "SoAlternative" + ] + ] + ], + "NSAppConfig": [ + [ + "tests/apps/namespace_package_base/nsapp/apps.py", + [ + "NSAppConfig" + ] + ] + ], + "OneConfig": [ + [ + "tests/apps/one_config_app/apps.py", + [ + "OneConfig" + ] + ] + ], + "LazyA": [ + [ + "tests/apps/tests.py", + [ + "AppsTests", + "test_lazy_model_operation", + "LazyA" + ] + ] + ], + "LazyB": [ + [ + "tests/apps/tests.py", + [ + "AppsTests", + "test_lazy_model_operation", + "LazyB" + ] + ] + ], + "LazyC": [ + [ + "tests/apps/tests.py", + [ + "AppsTests", + "test_lazy_model_operation", + "LazyC" + ] + ] + ], + "AppsTests": [ + [ + "tests/apps/tests.py", + [ + "AppsTests" + ] + ] + ], + "Stub": [ + [ + "tests/apps/tests.py", + [ + "Stub" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_no_clash_for_hidden_related_name", + "Stub" + ] + ], + [ + "tests/servers/test_basehttp.py", + [ + "Stub" + ] + ] + ], + "MyAppConfig": [ + [ + "tests/apps/tests.py", + [ + "AppConfigTests", + "test_path_set_explicitly", + "MyAppConfig" + ] + ], + [ + "tests/apps/tests.py", + [ + "AppConfigTests", + "test_explicit_path_overrides", + "MyAppConfig" + ] + ], + [ + "tests/apps/tests.py", + [ + "AppConfigTests", + "test_invalid_label", + "MyAppConfig" + ] + ] + ], + "AppConfigTests": [ + [ + "tests/apps/tests.py", + [ + "AppConfigTests" + ] + ] + ], + "NamespacePackageAppTests": [ + [ + "tests/apps/tests.py", + [ + "NamespacePackageAppTests" + ] + ] + ], + "TwoConfig": [ + [ + "tests/apps/two_configs_app/apps.py", + [ + "TwoConfig" + ] + ], + [ + "tests/apps/two_configs_one_default_app/apps.py", + [ + "TwoConfig" + ] + ], + [ + "tests/apps/two_default_configs_app/apps.py", + [ + "TwoConfig" + ] + ] + ], + "TwoConfigBis": [ + [ + "tests/apps/two_configs_app/apps.py", + [ + "TwoConfigBis" + ] + ], + [ + "tests/apps/two_default_configs_app/apps.py", + [ + "TwoConfigBis" + ] + ] + ], + "TwoConfigAlt": [ + [ + "tests/apps/two_configs_one_default_app/apps.py", + [ + "TwoConfigAlt" + ] + ] + ], + "SignalHandler": [ + [ + "tests/asgi/tests.py", + [ + "ASGITest", + "test_request_lifecycle_signals_dispatched_with_thread_sensitive", + "SignalHandler" + ] + ] + ], + "ASGITest": [ + [ + "tests/asgi/tests.py", + [ + "ASGITest" + ] + ] + ], + "SimpleModel": [ + [ + "tests/async/models.py", + [ + "SimpleModel" + ] + ], + [ + "tests/check_framework/models.py", + [ + "SimpleModel" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "SimpleModel" + ] + ], + [ + "tests/gis_tests/relatedapp/models.py", + [ + "SimpleModel" + ] + ] + ], + "CacheTest": [ + [ + "tests/async/tests.py", + [ + "CacheTest" + ] + ] + ], + "DatabaseConnectionTest": [ + [ + "tests/async/tests.py", + [ + "DatabaseConnectionTest" + ] + ] + ], + "AsyncUnsafeTest": [ + [ + "tests/async/tests.py", + [ + "AsyncUnsafeTest" + ] + ] + ], + "PasswordResetConfirmClient": [ + [ + "tests/auth_tests/client.py", + [ + "PasswordResetConfirmClient" + ] + ] + ], + "CustomPermissionsUserManager": [ + [ + "tests/auth_tests/models/custom_permissions.py", + [ + "CustomPermissionsUserManager" + ] + ] + ], + "CustomPermissionsUser": [ + [ + "tests/auth_tests/models/custom_permissions.py", + [ + "with_RemoveGroupsAndPermi", + "CustomPermissionsUser" + ] + ] + ], + "CustomUserManager": [ + [ + "tests/auth_tests/models/custom_user.py", + [ + "CustomUserManager" + ] + ] + ], + "CustomUser": [ + [ + "tests/auth_tests/models/custom_user.py", + [ + "CustomUser" + ] + ], + [ + "tests/test_client_regress/models.py", + [ + "CustomUser" + ] + ] + ], + "RemoveGroupsAndPermissions": [ + [ + "tests/auth_tests/models/custom_user.py", + [ + "RemoveGroupsAndPermissions" + ] + ] + ], + "CustomUserWithoutIsActiveField": [ + [ + "tests/auth_tests/models/custom_user.py", + [ + "CustomUserWithoutIsActiveField" + ] + ] + ], + "ExtensionUser": [ + [ + "tests/auth_tests/models/custom_user.py", + [ + "with_RemoveGroupsAndPermi", + "ExtensionUser" + ] + ] + ], + "CustomUserNonUniqueUsername": [ + [ + "tests/auth_tests/models/invalid_models.py", + [ + "CustomUserNonUniqueUsername" + ] + ] + ], + "IsActiveTestUser1": [ + [ + "tests/auth_tests/models/is_active.py", + [ + "IsActiveTestUser1" + ] + ] + ], + "MinimalUser": [ + [ + "tests/auth_tests/models/minimal.py", + [ + "MinimalUser" + ] + ] + ], + "NoPasswordUser": [ + [ + "tests/auth_tests/models/no_password.py", + [ + "NoPasswordUser" + ] + ] + ], + "Concrete": [ + [ + "tests/auth_tests/models/proxy.py", + [ + "Concrete" + ] + ] + ], + "Proxy": [ + [ + "tests/auth_tests/models/proxy.py", + [ + "Proxy" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "Proxy" + ] + ] + ], + "UUIDUser": [ + [ + "tests/auth_tests/models/uuid_pk.py", + [ + "with_RemoveGroupsAndPermi", + "UUIDUser" + ] + ] + ], + "CustomEmailFieldUserManager": [ + [ + "tests/auth_tests/models/with_custom_email_field.py", + [ + "CustomEmailFieldUserManager" + ] + ] + ], + "CustomEmailField": [ + [ + "tests/auth_tests/models/with_custom_email_field.py", + [ + "CustomEmailField" + ] + ] + ], + "Email": [ + [ + "tests/auth_tests/models/with_foreign_key.py", + [ + "Email" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Email" + ] + ] + ], + "CustomUserWithFKManager": [ + [ + "tests/auth_tests/models/with_foreign_key.py", + [ + "CustomUserWithFKManager" + ] + ] + ], + "CustomUserWithFK": [ + [ + "tests/auth_tests/models/with_foreign_key.py", + [ + "CustomUserWithFK" + ] + ] + ], + "IntegerUsernameUserManager": [ + [ + "tests/auth_tests/models/with_integer_username.py", + [ + "IntegerUsernameUserManager" + ] + ] + ], + "IntegerUsernameUser": [ + [ + "tests/auth_tests/models/with_integer_username.py", + [ + "IntegerUsernameUser" + ] + ] + ], + "UserWithDisabledLastLoginField": [ + [ + "tests/auth_tests/models/with_last_login_attr.py", + [ + "UserWithDisabledLastLoginField" + ] + ] + ], + "Organization": [ + [ + "tests/auth_tests/models/with_many_to_many.py", + [ + "Organization" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Organization" + ] + ] + ], + "CustomUserWithM2MManager": [ + [ + "tests/auth_tests/models/with_many_to_many.py", + [ + "CustomUserWithM2MManager" + ] + ] + ], + "CustomUserWithM2M": [ + [ + "tests/auth_tests/models/with_many_to_many.py", + [ + "CustomUserWithM2M" + ] + ] + ], + "CustomUserWithM2MThrough": [ + [ + "tests/auth_tests/models/with_many_to_many.py", + [ + "CustomUserWithM2MThrough" + ] + ] + ], + "SimpleBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "SimpleBackend" + ] + ] + ], + "BaseBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "BaseBackendTest" + ] + ] + ], + "CountingMD5PasswordHasher": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "CountingMD5PasswordHasher" + ] + ] + ], + "BaseModelBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "BaseModelBackendTest" + ] + ] + ], + "ModelBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "ModelBackendTest" + ] + ] + ], + "ExtensionUserModelBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "ExtensionUserModelBackendTest" + ] + ] + ], + "CustomPermissionsUserModelBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "CustomPermissionsUserModelBackendTest" + ] + ] + ], + "CustomUserModelBackendAuthenticateTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "CustomUserModelBackendAuthenticateTest" + ] + ] + ], + "UUIDUserTests": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "UUIDUserTests" + ] + ], + [ + "tests/auth_tests/test_views.py", + [ + "UUIDUserTests" + ] + ] + ], + "TestObj": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "TestObj" + ] + ], + [ + "tests/gis_tests/test_data.py", + [ + "TestObj" + ] + ], + [ + "tests/template_tests/utils.py", + [ + "TestObj" + ] + ] + ], + "SimpleRowlevelBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "SimpleRowlevelBackend" + ] + ] + ], + "RowlevelBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "RowlevelBackendTest" + ] + ] + ], + "AnonymousUserBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "AnonymousUserBackendTest" + ] + ] + ], + "NoBackendsTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "NoBackendsTest" + ] + ] + ], + "InActiveUserBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "InActiveUserBackendTest" + ] + ] + ], + "PermissionDeniedBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "PermissionDeniedBackend" + ] + ] + ], + "PermissionDeniedBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "PermissionDeniedBackendTest" + ] + ] + ], + "NewModelBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "NewModelBackend" + ] + ] + ], + "ChangedBackendSettingsTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "ChangedBackendSettingsTest" + ] + ] + ], + "TypeErrorBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "TypeErrorBackend" + ] + ] + ], + "SkippedBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "SkippedBackend" + ] + ] + ], + "SkippedBackendWithDecoratedMethod": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "SkippedBackendWithDecoratedMethod" + ] + ] + ], + "AuthenticateTests": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "AuthenticateTests" + ] + ] + ], + "ImproperlyConfiguredUserModelTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "ImproperlyConfiguredUserModelTest" + ] + ] + ], + "ImportedModelBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "ImportedModelBackend" + ] + ] + ], + "CustomModelBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "CustomModelBackend" + ] + ], + [ + "tests/auth_tests/test_models.py", + [ + "CustomModelBackend" + ] + ] + ], + "OtherModelBackend": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "OtherModelBackend" + ] + ] + ], + "ImportedBackendTests": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "ImportedBackendTests" + ] + ] + ], + "SelectingBackendTests": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "SelectingBackendTests" + ] + ] + ], + "AllowAllUsersModelBackendTest": [ + [ + "tests/auth_tests/test_auth_backends.py", + [ + "AllowAllUsersModelBackendTest" + ] + ] + ], + "BasicTestCase": [ + [ + "tests/auth_tests/test_basic.py", + [ + "BasicTestCase" + ] + ] + ], + "TestGetUser": [ + [ + "tests/auth_tests/test_basic.py", + [ + "TestGetUser" + ] + ] + ], + "CustomUserNonListRequiredFields": [ + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests", + "test_required_fields_is_list", + "CustomUserNonListRequiredFields" + ] + ] + ], + "CustomUserBadRequiredFields": [ + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests", + "test_username_not_in_required_fields", + "CustomUserBadRequiredFields" + ] + ] + ], + "CustomUserPartiallyUnique": [ + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests", + "test_username_partially_unique", + "CustomUserPartiallyUnique" + ] + ] + ], + "CustomUserUniqueConstraint": [ + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests", + "test_username_unique_with_model_constraint", + "CustomUserUniqueConstraint" + ] + ] + ], + "BadUser": [ + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests", + "test_is_anonymous_authenticated_methods", + "BadUser" + ] + ] + ], + "UserModelChecksTests": [ + [ + "tests/auth_tests/test_checks.py", + [ + "UserModelChecksTests" + ] + ] + ], + "Checked": [ + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_clashing_default_permissions", + "Checked" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_non_clashing_custom_permissions", + "Checked" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_clashing_custom_permissions", + "Checked" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_verbose_name_max_length", + "Checked" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_custom_permission_name_max_length", + "Checked" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_custom_permission_codename_max_length", + "Checked" + ] + ], + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests", + "test_empty_default_permissions", + "Checked" + ] + ] + ], + "ModelsPermissionsChecksTests": [ + [ + "tests/auth_tests/test_checks.py", + [ + "ModelsPermissionsChecksTests" + ] + ] + ], + "MockUser": [ + [ + "tests/auth_tests/test_context_processors.py", + [ + "MockUser" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests", + "MockUser" + ] + ] + ], + "EQLimiterObject": [ + [ + "tests/auth_tests/test_context_processors.py", + [ + "PermWrapperTests", + "EQLimiterObject" + ] + ] + ], + "PermWrapperTests": [ + [ + "tests/auth_tests/test_context_processors.py", + [ + "PermWrapperTests" + ] + ] + ], + "AuthContextProcessorTests": [ + [ + "tests/auth_tests/test_context_processors.py", + [ + "AuthContextProcessorTests" + ] + ] + ], + "CallableView": [ + [ + "tests/auth_tests/test_decorators.py", + [ + "LoginRequiredTestCase", + "test_callable", + "CallableView" + ] + ] + ], + "LoginRequiredTestCase": [ + [ + "tests/auth_tests/test_decorators.py", + [ + "LoginRequiredTestCase" + ] + ] + ], + "PermissionsRequiredDecoratorTest": [ + [ + "tests/auth_tests/test_decorators.py", + [ + "PermissionsRequiredDecoratorTest" + ] + ] + ], + "CustomUserCreationForm": [ + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_custom_form", + "CustomUserCreationForm" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_custom_form_with_different_username_field", + "CustomUserCreationForm" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_custom_form_hidden_username_field", + "CustomUserCreationForm" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest", + "test_user_create_form_validates_password_with_all_data", + "CustomUserCreationForm" + ] + ] + ], + "UserCreationFormTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "UserCreationFormTest" + ] + ] + ], + "AuthenticationFormWithInactiveUsersOkay": [ + [ + "tests/auth_tests/test_forms.py", + [ + "AuthenticationFormTest", + "test_custom_login_allowed_policy", + "AuthenticationFormWithInactiveUsersOkay" + ] + ] + ], + "PickyAuthenticationForm": [ + [ + "tests/auth_tests/test_forms.py", + [ + "AuthenticationFormTest", + "test_custom_login_allowed_policy", + "PickyAuthenticationForm" + ] + ] + ], + "CustomAuthenticationForm": [ + [ + "tests/auth_tests/test_forms.py", + [ + "AuthenticationFormTest", + "test_username_field_label", + "CustomAuthenticationForm" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "AuthenticationFormTest", + "test_username_field_label_not_set", + "CustomAuthenticationForm" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "AuthenticationFormTest", + "test_username_field_label_empty_string", + "CustomAuthenticationForm" + ] + ], + [ + "tests/auth_tests/test_forms.py", + [ + "AuthenticationFormTest", + "test_integer_username", + "CustomAuthenticationForm" + ] + ] + ], + "AuthenticationFormTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "AuthenticationFormTest" + ] + ] + ], + "SetPasswordFormTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "SetPasswordFormTest" + ] + ] + ], + "PasswordChangeFormTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "PasswordChangeFormTest" + ] + ] + ], + "MyUserForm": [ + [ + "tests/auth_tests/test_forms.py", + [ + "UserChangeFormTest", + "test_bug_14242", + "MyUserForm" + ] + ] + ], + "CustomUserChangeForm": [ + [ + "tests/auth_tests/test_forms.py", + [ + "UserChangeFormTest", + "test_custom_form", + "CustomUserChangeForm" + ] + ] + ], + "UserChangeFormWithoutPassword": [ + [ + "tests/auth_tests/test_forms.py", + [ + "UserChangeFormTest", + "test_password_excluded", + "UserChangeFormWithoutPassword" + ] + ] + ], + "UserChangeFormTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "UserChangeFormTest" + ] + ] + ], + "CustomEmailPasswordResetForm": [ + [ + "tests/auth_tests/test_forms.py", + [ + "PasswordResetFormTest", + "test_custom_email_constructor", + "CustomEmailPasswordResetForm" + ] + ] + ], + "PasswordResetFormTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "PasswordResetFormTest" + ] + ] + ], + "TestForm": [ + [ + "tests/auth_tests/test_forms.py", + [ + "ReadOnlyPasswordHashTest", + "test_label", + "TestForm" + ] + ], + [ + "tests/forms_tests/field_tests/test_base.py", + [ + "BasicFieldsTests", + "test_field_deepcopies_widget_instance", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "FormsErrorMessagesTestCase", + "test_subclassing_errorlist", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_invalid_index", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_bool", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_html_output_with_hidden_input_field_errors", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_hidden_widget", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_field_order", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_explicit_field_order", + "TestForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_error_escaping", + "TestForm" + ] + ], + [ + "tests/forms_tests/widget_tests/test_checkboxselectmultiple.py", + [ + "CheckboxSelectMultipleTest", + "test_label", + "TestForm" + ] + ], + [ + "tests/template_backends/test_dummy.py", + [ + "TemplateStringsTests", + "test_django_html_escaping", + "TestForm" + ] + ], + [ + "tests/test_client/views.py", + [ + "TestForm" + ] + ] + ], + "ReadOnlyPasswordHashTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "ReadOnlyPasswordHashTest" + ] + ] + ], + "AdminPasswordChangeFormTest": [ + [ + "tests/auth_tests/test_forms.py", + [ + "AdminPasswordChangeFormTest" + ] + ] + ], + "ModWsgiHandlerTestCase": [ + [ + "tests/auth_tests/test_handlers.py", + [ + "ModWsgiHandlerTestCase" + ] + ] + ], + "PBKDF2SingleIterationHasher": [ + [ + "tests/auth_tests/test_hashers.py", + [ + "PBKDF2SingleIterationHasher" + ] + ] + ], + "TestUtilsHashPass": [ + [ + "tests/auth_tests/test_hashers.py", + [ + "TestUtilsHashPass" + ] + ] + ], + "BasePasswordHasherTests": [ + [ + "tests/auth_tests/test_hashers.py", + [ + "BasePasswordHasherTests" + ] + ] + ], + "TestUtilsHashPassArgon2": [ + [ + "tests/auth_tests/test_hashers.py", + [ + "TestUtilsHashPassArgon2" + ] + ] + ], + "TestUtilsHashPassScrypt": [ + [ + "tests/auth_tests/test_hashers.py", + [ + "TestUtilsHashPassScrypt" + ] + ] + ], + "mock_getpass": [ + [ + "tests/auth_tests/test_management.py", + [ + "mock_inputs", + "inner", + "wrapped", + "mock_getpass" + ] + ] + ], + "MockTTY": [ + [ + "tests/auth_tests/test_management.py", + [ + "MockTTY" + ] + ] + ], + "MockInputTests": [ + [ + "tests/auth_tests/test_management.py", + [ + "MockInputTests" + ] + ] + ], + "GetDefaultUsernameTestCase": [ + [ + "tests/auth_tests/test_management.py", + [ + "GetDefaultUsernameTestCase" + ] + ] + ], + "ChangepasswordManagementCommandTestCase": [ + [ + "tests/auth_tests/test_management.py", + [ + "ChangepasswordManagementCommandTestCase" + ] + ] + ], + "MultiDBChangepasswordManagementCommandTestCase": [ + [ + "tests/auth_tests/test_management.py", + [ + "MultiDBChangepasswordManagementCommandTestCase" + ] + ] + ], + "FakeStdin": [ + [ + "tests/auth_tests/test_management.py", + [ + "CreatesuperuserManagementCommandTestCase", + "test_skip_if_not_in_TTY", + "FakeStdin" + ] + ] + ], + "CreatesuperuserManagementCommandTestCase": [ + [ + "tests/auth_tests/test_management.py", + [ + "CreatesuperuserManagementCommandTestCase" + ] + ] + ], + "MultiDBCreatesuperuserTestCase": [ + [ + "tests/auth_tests/test_management.py", + [ + "MultiDBCreatesuperuserTestCase" + ] + ] + ], + "CreatePermissionsTests": [ + [ + "tests/auth_tests/test_management.py", + [ + "CreatePermissionsTests" + ] + ] + ], + "TestAuthenticationMiddleware": [ + [ + "tests/auth_tests/test_middleware.py", + [ + "TestAuthenticationMiddleware" + ] + ] + ], + "ProxyModelWithDifferentAppLabelTests": [ + [ + "tests/auth_tests/test_migrations.py", + [ + "ProxyModelWithDifferentAppLabelTests" + ] + ] + ], + "ProxyModelWithSameAppLabelTests": [ + [ + "tests/auth_tests/test_migrations.py", + [ + "ProxyModelWithSameAppLabelTests" + ] + ] + ], + "MultiDBProxyModelAppLabelTests": [ + [ + "tests/auth_tests/test_migrations.py", + [ + "MultiDBProxyModelAppLabelTests" + ] + ] + ], + "AlwaysTrueMixin": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "AlwaysTrueMixin" + ] + ] + ], + "AlwaysFalseMixin": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "AlwaysFalseMixin" + ] + ] + ], + "EmptyResponseView": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "EmptyResponseView" + ] + ] + ], + "AlwaysTrueView": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "AlwaysTrueView" + ] + ] + ], + "AlwaysFalseView": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "AlwaysFalseView" + ] + ] + ], + "StackedMixinsView1": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "StackedMixinsView1" + ] + ] + ], + "StackedMixinsView2": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "StackedMixinsView2" + ] + ] + ], + "AView": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "AccessMixinTests", + "test_access_mixin_permission_denied_remote_login_url", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "UserPassesTestTests", + "test_custom_redirect_url", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "UserPassesTestTests", + "test_custom_redirect_parameter", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "UserPassesTestTests", + "test_no_redirect_parameter", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "UserPassesTestTests", + "test_raise_exception", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "UserPassesTestTests", + "test_raise_exception_custom_message", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "UserPassesTestTests", + "test_raise_exception_custom_message_function", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "LoginRequiredMixinTests", + "test_login_required", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "PermissionsRequiredMixinTests", + "test_many_permissions_pass", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "PermissionsRequiredMixinTests", + "test_single_permission_pass", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "PermissionsRequiredMixinTests", + "test_permissioned_denied_redirect", + "AView" + ] + ], + [ + "tests/auth_tests/test_mixins.py", + [ + "PermissionsRequiredMixinTests", + "test_permissioned_denied_exception_raised", + "AView" + ] + ] + ], + "AccessMixinTests": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "AccessMixinTests" + ] + ] + ], + "UserPassesTestTests": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "UserPassesTestTests" + ] + ] + ], + "LoginRequiredMixinTests": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "LoginRequiredMixinTests" + ] + ] + ], + "PermissionsRequiredMixinTests": [ + [ + "tests/auth_tests/test_mixins.py", + [ + "PermissionsRequiredMixinTests" + ] + ] + ], + "NaturalKeysTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "NaturalKeysTestCase" + ] + ] + ], + "LoadDataWithoutNaturalKeysTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "LoadDataWithoutNaturalKeysTestCase" + ] + ] + ], + "LoadDataWithNaturalKeysTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "LoadDataWithNaturalKeysTestCase" + ] + ] + ], + "LoadDataWithNaturalKeysAndMultipleDatabasesTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "LoadDataWithNaturalKeysAndMultipleDatabasesTestCase" + ] + ] + ], + "UserManagerTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "UserManagerTestCase" + ] + ] + ], + "AbstractBaseUserTests": [ + [ + "tests/auth_tests/test_models.py", + [ + "AbstractBaseUserTests" + ] + ] + ], + "AbstractUserTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "AbstractUserTestCase" + ] + ] + ], + "UserWithPermTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "UserWithPermTestCase" + ] + ] + ], + "IsActiveTestCase": [ + [ + "tests/auth_tests/test_models.py", + [ + "IsActiveTestCase" + ] + ] + ], + "TestCreateSuperUserSignals": [ + [ + "tests/auth_tests/test_models.py", + [ + "TestCreateSuperUserSignals" + ] + ] + ], + "AnonymousUserTests": [ + [ + "tests/auth_tests/test_models.py", + [ + "AnonymousUserTests" + ] + ] + ], + "GroupTests": [ + [ + "tests/auth_tests/test_models.py", + [ + "GroupTests" + ] + ] + ], + "PermissionTests": [ + [ + "tests/auth_tests/test_models.py", + [ + "PermissionTests" + ] + ] + ], + "RemoteUserTest": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "RemoteUserTest" + ] + ] + ], + "RemoteUserNoCreateBackend": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "RemoteUserNoCreateBackend" + ] + ] + ], + "RemoteUserNoCreateTest": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "RemoteUserNoCreateTest" + ] + ] + ], + "AllowAllUsersRemoteUserBackendTest": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "AllowAllUsersRemoteUserBackendTest" + ] + ] + ], + "CustomRemoteUserBackend": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "CustomRemoteUserBackend" + ] + ] + ], + "RemoteUserCustomTest": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "RemoteUserCustomTest" + ] + ] + ], + "CustomHeaderMiddleware": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "CustomHeaderMiddleware" + ] + ] + ], + "CustomHeaderRemoteUserTest": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "CustomHeaderRemoteUserTest" + ] + ] + ], + "PersistentRemoteUserTest": [ + [ + "tests/auth_tests/test_remote_user.py", + [ + "PersistentRemoteUserTest" + ] + ] + ], + "SignalTestCase": [ + [ + "tests/auth_tests/test_signals.py", + [ + "SignalTestCase" + ] + ] + ], + "AuthTemplateTests": [ + [ + "tests/auth_tests/test_templates.py", + [ + "AuthTemplateTests" + ] + ] + ], + "MockedPasswordResetTokenGenerator": [ + [ + "tests/auth_tests/test_tokens.py", + [ + "MockedPasswordResetTokenGenerator" + ] + ] + ], + "CustomPasswordResetTokenGenerator": [ + [ + "tests/auth_tests/test_tokens.py", + [ + "TokenGeneratorTest", + "test_token_with_different_secret_subclass", + "CustomPasswordResetTokenGenerator" + ] + ] + ], + "TokenGeneratorTest": [ + [ + "tests/auth_tests/test_tokens.py", + [ + "TokenGeneratorTest" + ] + ] + ], + "Validator": [ + [ + "tests/auth_tests/test_validators.py", + [ + "PasswordValidationTest", + "test_password_changed_with_custom_validator", + "Validator" + ] + ] + ], + "AmpersandValidator": [ + [ + "tests/auth_tests/test_validators.py", + [ + "PasswordValidationTest", + "test_password_validators_help_text_html_escaping", + "AmpersandValidator" + ] + ] + ], + "PasswordValidationTest": [ + [ + "tests/auth_tests/test_validators.py", + [ + "PasswordValidationTest" + ] + ] + ], + "MinimumLengthValidatorTest": [ + [ + "tests/auth_tests/test_validators.py", + [ + "MinimumLengthValidatorTest" + ] + ] + ], + "TestUser": [ + [ + "tests/auth_tests/test_validators.py", + [ + "UserAttributeSimilarityValidatorTest", + "test_validate_property", + "TestUser" + ] + ] + ], + "UserAttributeSimilarityValidatorTest": [ + [ + "tests/auth_tests/test_validators.py", + [ + "UserAttributeSimilarityValidatorTest" + ] + ] + ], + "CommonPasswordValidatorTest": [ + [ + "tests/auth_tests/test_validators.py", + [ + "CommonPasswordValidatorTest" + ] + ] + ], + "NumericPasswordValidatorTest": [ + [ + "tests/auth_tests/test_validators.py", + [ + "NumericPasswordValidatorTest" + ] + ] + ], + "UsernameValidatorsTests": [ + [ + "tests/auth_tests/test_validators.py", + [ + "UsernameValidatorsTests" + ] + ] + ], + "AuthViewsTestCase": [ + [ + "tests/auth_tests/test_views.py", + [ + "AuthViewsTestCase" + ] + ] + ], + "AuthViewNamedURLTests": [ + [ + "tests/auth_tests/test_views.py", + [ + "AuthViewNamedURLTests" + ] + ] + ], + "PasswordResetTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "PasswordResetTest" + ] + ] + ], + "CustomUserPasswordResetTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "CustomUserPasswordResetTest" + ] + ] + ], + "UUIDUserPasswordResetTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "UUIDUserPasswordResetTest" + ] + ] + ], + "ChangePasswordTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "ChangePasswordTest" + ] + ] + ], + "SessionAuthenticationTests": [ + [ + "tests/auth_tests/test_views.py", + [ + "SessionAuthenticationTests" + ] + ] + ], + "LoginTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "LoginTest" + ] + ] + ], + "LoginURLSettings": [ + [ + "tests/auth_tests/test_views.py", + [ + "LoginURLSettings" + ] + ] + ], + "LoginRedirectUrlTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "LoginRedirectUrlTest" + ] + ] + ], + "RedirectToLoginTests": [ + [ + "tests/auth_tests/test_views.py", + [ + "RedirectToLoginTests" + ] + ] + ], + "LogoutThenLoginTests": [ + [ + "tests/auth_tests/test_views.py", + [ + "LogoutThenLoginTests" + ] + ] + ], + "LoginRedirectAuthenticatedUser": [ + [ + "tests/auth_tests/test_views.py", + [ + "LoginRedirectAuthenticatedUser" + ] + ] + ], + "LoginSuccessURLAllowedHostsTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "LoginSuccessURLAllowedHostsTest" + ] + ] + ], + "LogoutTest": [ + [ + "tests/auth_tests/test_views.py", + [ + "LogoutTest" + ] + ] + ], + "ChangelistTests": [ + [ + "tests/auth_tests/test_views.py", + [ + "ChangelistTests" + ] + ] + ], + "CustomRequestAuthenticationForm": [ + [ + "tests/auth_tests/urls.py", + [ + "CustomRequestAuthenticationForm" + ] + ] + ], + "CustomDefaultRedirectURLLoginView": [ + [ + "tests/auth_tests/urls.py", + [ + "CustomDefaultRedirectURLLoginView" + ] + ] + ], + "DatabaseWrapperTests": [ + [ + "tests/backends/base/test_base.py", + [ + "DatabaseWrapperTests" + ] + ] + ], + "ExecuteWrapperTests": [ + [ + "tests/backends/base/test_base.py", + [ + "ExecuteWrapperTests" + ] + ] + ], + "SimpleDatabaseClientTests": [ + [ + "tests/backends/base/test_client.py", + [ + "SimpleDatabaseClientTests" + ] + ] + ], + "TestDbSignatureTests": [ + [ + "tests/backends/base/test_creation.py", + [ + "TestDbSignatureTests" + ] + ], + [ + "tests/backends/sqlite/test_creation.py", + [ + "TestDbSignatureTests" + ] + ] + ], + "TestDbCreationTests": [ + [ + "tests/backends/base/test_creation.py", + [ + "TestDbCreationTests" + ] + ] + ], + "TestDeserializeDbFromString": [ + [ + "tests/backends/base/test_creation.py", + [ + "TestDeserializeDbFromString" + ] + ] + ], + "SkipTestClass": [ + [ + "tests/backends/base/test_creation.py", + [ + "SkipTestClass" + ] + ] + ], + "TestMarkTests": [ + [ + "tests/backends/base/test_creation.py", + [ + "TestMarkTests" + ] + ] + ], + "TestDatabaseFeatures": [ + [ + "tests/backends/base/test_features.py", + [ + "TestDatabaseFeatures" + ] + ] + ], + "SimpleDatabaseIntrospectionTests": [ + [ + "tests/backends/base/test_introspection.py", + [ + "SimpleDatabaseIntrospectionTests" + ] + ] + ], + "SimpleDatabaseOperationTests": [ + [ + "tests/backends/base/test_operations.py", + [ + "SimpleDatabaseOperationTests" + ] + ] + ], + "DatabaseOperationTests": [ + [ + "tests/backends/base/test_operations.py", + [ + "DatabaseOperationTests" + ] + ] + ], + "SqlFlushTests": [ + [ + "tests/backends/base/test_operations.py", + [ + "SqlFlushTests" + ] + ] + ], + "MyStr": [ + [ + "tests/backends/base/test_schema.py", + [ + "SchemaEditorTests", + "test_effective_default_callable", + "MyStr" + ] + ] + ], + "MyCharField": [ + [ + "tests/backends/base/test_schema.py", + [ + "SchemaEditorTests", + "test_effective_default_callable", + "MyCharField" + ] + ] + ], + "SchemaEditorTests": [ + [ + "tests/backends/base/test_schema.py", + [ + "SchemaEditorTests" + ] + ], + [ + "tests/backends/mysql/test_schema.py", + [ + "SchemaEditorTests" + ] + ] + ], + "Square": [ + [ + "tests/backends/models.py", + [ + "Square" + ] + ] + ], + "SchoolClassManager": [ + [ + "tests/backends/models.py", + [ + "SchoolClassManager" + ] + ] + ], + "SchoolClass": [ + [ + "tests/backends/models.py", + [ + "SchoolClass" + ] + ] + ], + "VeryLongModelNameZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ": [ + [ + "tests/backends/models.py", + [ + "VeryLongModelNameZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ" + ] + ] + ], + "Tag": [ + [ + "tests/backends/models.py", + [ + "Tag" + ] + ], + [ + "tests/distinct_on_fields/models.py", + [ + "Tag" + ] + ], + [ + "tests/fixtures/models.py", + [ + "Tag" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Tag" + ] + ], + [ + "tests/get_or_create/models.py", + [ + "Tag" + ] + ], + [ + "tests/lookup/models.py", + [ + "Tag" + ] + ], + [ + "tests/m2m_regress/models.py", + [ + "Tag" + ] + ], + [ + "tests/many_to_many/models.py", + [ + "Tag" + ] + ], + [ + "tests/postgres_tests/models.py", + [ + "Tag" + ] + ], + [ + "tests/queries/models.py", + [ + "Tag" + ] + ], + [ + "tests/schema/models.py", + [ + "Tag" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_unique_and_reverse_m2m", + "Tag" + ] + ], + [ + "tests/serializers/models/data.py", + [ + "Tag" + ] + ] + ], + "Reporter": [ + [ + "tests/backends/models.py", + [ + "Reporter" + ] + ], + [ + "tests/introspection/models.py", + [ + "Reporter" + ] + ], + [ + "tests/m2m_intermediary/models.py", + [ + "Reporter" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Reporter" + ] + ], + [ + "tests/many_to_one_null/models.py", + [ + "Reporter" + ] + ], + [ + "tests/transactions/models.py", + [ + "Reporter" + ] + ] + ], + "ReporterProxy": [ + [ + "tests/backends/models.py", + [ + "ReporterProxy" + ] + ] + ], + "Item": [ + [ + "tests/backends/models.py", + [ + "Item" + ] + ], + [ + "tests/defer_regress/models.py", + [ + "Item" + ] + ], + [ + "tests/delete_regress/models.py", + [ + "Item" + ] + ], + [ + "tests/null_fk/models.py", + [ + "Item" + ] + ], + [ + "tests/queries/models.py", + [ + "Item" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Item" + ] + ] + ], + "Object": [ + [ + "tests/backends/models.py", + [ + "Object" + ] + ] + ], + "ObjectReference": [ + [ + "tests/backends/models.py", + [ + "ObjectReference" + ] + ] + ], + "ObjectSelfReference": [ + [ + "tests/backends/models.py", + [ + "ObjectSelfReference" + ] + ] + ], + "CircularA": [ + [ + "tests/backends/models.py", + [ + "CircularA" + ] + ], + [ + "tests/fixtures/models.py", + [ + "CircularA" + ] + ] + ], + "CircularB": [ + [ + "tests/backends/models.py", + [ + "CircularB" + ] + ], + [ + "tests/fixtures/models.py", + [ + "CircularB" + ] + ] + ], + "RawData": [ + [ + "tests/backends/models.py", + [ + "RawData" + ] + ] + ], + "SQLKeywordsModel": [ + [ + "tests/backends/models.py", + [ + "SQLKeywordsModel" + ] + ] + ], + "DatabaseCreationTests": [ + [ + "tests/backends/mysql/test_creation.py", + [ + "DatabaseCreationTests" + ] + ], + [ + "tests/backends/oracle/test_creation.py", + [ + "DatabaseCreationTests" + ] + ], + [ + "tests/backends/postgresql/test_creation.py", + [ + "DatabaseCreationTests" + ] + ] + ], + "TestFeatures": [ + [ + "tests/backends/mysql/test_features.py", + [ + "TestFeatures" + ] + ] + ], + "ParsingTests": [ + [ + "tests/backends/mysql/test_introspection.py", + [ + "ParsingTests" + ] + ], + [ + "tests/backends/sqlite/test_introspection.py", + [ + "ParsingTests" + ] + ] + ], + "StorageEngineTests": [ + [ + "tests/backends/mysql/test_introspection.py", + [ + "StorageEngineTests" + ] + ] + ], + "MySQLOperationsTests": [ + [ + "tests/backends/mysql/test_operations.py", + [ + "MySQLOperationsTests" + ] + ] + ], + "IsolationLevelTests": [ + [ + "tests/backends/mysql/tests.py", + [ + "IsolationLevelTests" + ] + ] + ], + "DatabaseSequenceTests": [ + [ + "tests/backends/oracle/test_introspection.py", + [ + "DatabaseSequenceTests" + ] + ], + [ + "tests/backends/postgresql/test_introspection.py", + [ + "DatabaseSequenceTests" + ] + ] + ], + "OperationsTests": [ + [ + "tests/backends/oracle/test_operations.py", + [ + "OperationsTests" + ] + ] + ], + "Tests": [ + [ + "tests/backends/oracle/tests.py", + [ + "Tests" + ] + ], + [ + "tests/backends/postgresql/tests.py", + [ + "Tests" + ] + ], + [ + "tests/backends/sqlite/tests.py", + [ + "Tests" + ] + ], + [ + "tests/migrations/test_deprecated_fields.py", + [ + "Tests" + ] + ], + [ + "tests/test_runner/tests.py", + [ + "TestSuiteTests", + "test_iter_test_cases_iterable_of_tests", + "Tests" + ] + ] + ], + "TransactionalTests": [ + [ + "tests/backends/oracle/tests.py", + [ + "TransactionalTests" + ] + ] + ], + "PostgreSQLOperationsTests": [ + [ + "tests/backends/postgresql/test_operations.py", + [ + "PostgreSQLOperationsTests" + ] + ] + ], + "ServerSideCursorsPostgres": [ + [ + "tests/backends/postgresql/test_server_side_cursors.py", + [ + "ServerSideCursorsPostgres" + ] + ] + ], + "FeaturesTests": [ + [ + "tests/backends/sqlite/test_features.py", + [ + "FeaturesTests" + ] + ] + ], + "IntrospectionTests": [ + [ + "tests/backends/sqlite/test_introspection.py", + [ + "IntrospectionTests" + ] + ], + [ + "tests/introspection/tests.py", + [ + "IntrospectionTests" + ] + ] + ], + "SQLiteOperationsTests": [ + [ + "tests/backends/sqlite/test_operations.py", + [ + "SQLiteOperationsTests" + ] + ] + ], + "SchemaTests": [ + [ + "tests/backends/sqlite/tests.py", + [ + "SchemaTests" + ] + ], + [ + "tests/postgres_tests/test_constraints.py", + [ + "SchemaTests" + ] + ], + [ + "tests/postgres_tests/test_indexes.py", + [ + "SchemaTests" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests" + ] + ] + ], + "LastExecutedQueryTest": [ + [ + "tests/backends/sqlite/tests.py", + [ + "LastExecutedQueryTest" + ] + ], + [ + "tests/backends/tests.py", + [ + "LastExecutedQueryTest" + ] + ] + ], + "EscapingChecks": [ + [ + "tests/backends/sqlite/tests.py", + [ + "EscapingChecks" + ] + ], + [ + "tests/backends/tests.py", + [ + "EscapingChecks" + ] + ] + ], + "EscapingChecksDebug": [ + [ + "tests/backends/sqlite/tests.py", + [ + "EscapingChecksDebug" + ] + ], + [ + "tests/backends/tests.py", + [ + "EscapingChecksDebug" + ] + ] + ], + "ThreadSharing": [ + [ + "tests/backends/sqlite/tests.py", + [ + "ThreadSharing" + ] + ] + ], + "TableTests": [ + [ + "tests/backends/test_ddl_references.py", + [ + "TableTests" + ] + ] + ], + "ColumnsTests": [ + [ + "tests/backends/test_ddl_references.py", + [ + "ColumnsTests" + ] + ] + ], + "IndexNameTests": [ + [ + "tests/backends/test_ddl_references.py", + [ + "IndexNameTests" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests" + ] + ] + ], + "ForeignKeyNameTests": [ + [ + "tests/backends/test_ddl_references.py", + [ + "ForeignKeyNameTests" + ] + ] + ], + "MockReference": [ + [ + "tests/backends/test_ddl_references.py", + [ + "MockReference" + ] + ] + ], + "StatementTests": [ + [ + "tests/backends/test_ddl_references.py", + [ + "StatementTests" + ] + ] + ], + "ExpressionsTests": [ + [ + "tests/backends/test_ddl_references.py", + [ + "ExpressionsTests" + ] + ], + [ + "tests/expressions/tests.py", + [ + "ExpressionsTests" + ] + ] + ], + "CursorWrapperTests": [ + [ + "tests/backends/test_utils.py", + [ + "CursorWrapperTests" + ] + ] + ], + "DateQuotingTest": [ + [ + "tests/backends/tests.py", + [ + "DateQuotingTest" + ] + ] + ], + "ParameterHandlingTest": [ + [ + "tests/backends/tests.py", + [ + "ParameterHandlingTest" + ] + ] + ], + "LongNameTest": [ + [ + "tests/backends/tests.py", + [ + "LongNameTest" + ] + ] + ], + "SequenceResetTest": [ + [ + "tests/backends/tests.py", + [ + "SequenceResetTest" + ] + ] + ], + "ConnectionCreatedSignalTest": [ + [ + "tests/backends/tests.py", + [ + "ConnectionCreatedSignalTest" + ] + ] + ], + "BackendTestCase": [ + [ + "tests/backends/tests.py", + [ + "BackendTestCase" + ] + ] + ], + "FkConstraintsTests": [ + [ + "tests/backends/tests.py", + [ + "FkConstraintsTests" + ] + ] + ], + "ThreadTests": [ + [ + "tests/backends/tests.py", + [ + "ThreadTests" + ] + ] + ], + "MySQLPKZeroTests": [ + [ + "tests/backends/tests.py", + [ + "MySQLPKZeroTests" + ] + ] + ], + "DBConstraintTestCase": [ + [ + "tests/backends/tests.py", + [ + "DBConstraintTestCase" + ] + ] + ], + "CustomBaseModel": [ + [ + "tests/base/models.py", + [ + "CustomBaseModel" + ] + ] + ], + "MyModel": [ + [ + "tests/base/models.py", + [ + "MyModel" + ] + ], + [ + "tests/field_deconstruction/tests.py", + [ + "FieldDeconstructionTests", + "test_many_to_many_field_related_name", + "MyModel" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_invalid_to_parameter", + "with_self_assertRaisesMes", + "MyModel" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_invalid_to_parameter", + "with_self_assertRaisesMes", + "MyModel" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_through_db_table_mutually_exclusive", + "with_self_assertRaisesMes", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "BasicTests", + "test_get_field_display", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "BasicTests", + "test_get_field_display_nested_array", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks", + "test_field_checks", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks", + "test_invalid_base_fields", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks", + "test_invalid_default", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks", + "test_valid_default", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks", + "test_valid_default_none", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks", + "test_nested_field_checks", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks", + "test_choices_tuple_list", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestChecks", + "test_invalid_default", + "MyModel" + ] + ], + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestChecks", + "test_valid_default", + "MyModel" + ] + ] + ], + "BashCompletionTests": [ + [ + "tests/bash_completion/tests.py", + [ + "BashCompletionTests" + ] + ] + ], + "FeaturedArticle": [ + [ + "tests/basic/models.py", + [ + "FeaturedArticle" + ] + ] + ], + "ArticleSelectOnSave": [ + [ + "tests/basic/models.py", + [ + "ArticleSelectOnSave" + ] + ] + ], + "SelfRef": [ + [ + "tests/basic/models.py", + [ + "SelfRef" + ] + ] + ], + "PrimaryKeyWithDefault": [ + [ + "tests/basic/models.py", + [ + "PrimaryKeyWithDefault" + ] + ] + ], + "ChildPrimaryKeyWithDefault": [ + [ + "tests/basic/models.py", + [ + "ChildPrimaryKeyWithDefault" + ] + ] + ], + "ModelInstanceCreationTests": [ + [ + "tests/basic/tests.py", + [ + "ModelInstanceCreationTests" + ] + ] + ], + "CustomQuerySet": [ + [ + "tests/basic/tests.py", + [ + "ModelTest", + "test_emptyqs_customqs", + "CustomQuerySet" + ] + ], + [ + "tests/custom_managers/models.py", + [ + "CustomQuerySet" + ] + ] + ], + "NoHash": [ + [ + "tests/basic/tests.py", + [ + "ModelTest", + "test_missing_hash_not_inherited", + "NoHash" + ] + ] + ], + "ParentHash": [ + [ + "tests/basic/tests.py", + [ + "ModelTest", + "test_specified_parent_hash_inherited", + "ParentHash" + ] + ] + ], + "ModelTest": [ + [ + "tests/basic/tests.py", + [ + "ModelTest" + ] + ] + ], + "ModelLookupTest": [ + [ + "tests/basic/tests.py", + [ + "ModelLookupTest" + ] + ] + ], + "ConcurrentSaveTests": [ + [ + "tests/basic/tests.py", + [ + "ConcurrentSaveTests" + ] + ] + ], + "ManagerTest": [ + [ + "tests/basic/tests.py", + [ + "ManagerTest" + ] + ] + ], + "FakeQuerySet": [ + [ + "tests/basic/tests.py", + [ + "SelectOnSaveTests", + "test_select_on_save_lying_update", + "FakeQuerySet" + ] + ] + ], + "SelectOnSaveTests": [ + [ + "tests/basic/tests.py", + [ + "SelectOnSaveTests" + ] + ] + ], + "ModelRefreshTests": [ + [ + "tests/basic/tests.py", + [ + "ModelRefreshTests" + ] + ] + ], + "DummyHandler": [ + [ + "tests/builtin_server/tests.py", + [ + "DummyHandler" + ] + ] + ], + "FileWrapperHandler": [ + [ + "tests/builtin_server/tests.py", + [ + "FileWrapperHandler" + ] + ] + ], + "WSGIFileWrapperTests": [ + [ + "tests/builtin_server/tests.py", + [ + "WSGIFileWrapperTests" + ] + ] + ], + "WriteChunkCounterHandler": [ + [ + "tests/builtin_server/tests.py", + [ + "WriteChunkCounterHandler" + ] + ] + ], + "ServerHandlerChunksProperly": [ + [ + "tests/builtin_server/tests.py", + [ + "ServerHandlerChunksProperly" + ] + ] + ], + "Country": [ + [ + "tests/bulk_create/models.py", + [ + "Country" + ] + ], + [ + "tests/foreign_object/models/person.py", + [ + "Country" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "Country" + ] + ], + [ + "tests/introspection/models.py", + [ + "Country" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_two_m2m_through_same_model_with_different_through_fields", + "Country" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "Country" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "Country" + ] + ], + [ + "tests/select_for_update/models.py", + [ + "Country" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Country" + ] + ] + ], + "ProxyCountry": [ + [ + "tests/bulk_create/models.py", + [ + "ProxyCountry" + ] + ] + ], + "ProxyProxyCountry": [ + [ + "tests/bulk_create/models.py", + [ + "ProxyProxyCountry" + ] + ] + ], + "ProxyMultiCountry": [ + [ + "tests/bulk_create/models.py", + [ + "ProxyMultiCountry" + ] + ] + ], + "ProxyMultiProxyCountry": [ + [ + "tests/bulk_create/models.py", + [ + "ProxyMultiProxyCountry" + ] + ] + ], + "Pizzeria": [ + [ + "tests/bulk_create/models.py", + [ + "Pizzeria" + ] + ] + ], + "TwoFields": [ + [ + "tests/bulk_create/models.py", + [ + "TwoFields" + ] + ] + ], + "NoFields": [ + [ + "tests/bulk_create/models.py", + [ + "NoFields" + ] + ] + ], + "SmallAutoFieldModel": [ + [ + "tests/bulk_create/models.py", + [ + "SmallAutoFieldModel" + ] + ], + [ + "tests/postgres_tests/models.py", + [ + "SmallAutoFieldModel" + ] + ] + ], + "BigAutoFieldModel": [ + [ + "tests/bulk_create/models.py", + [ + "BigAutoFieldModel" + ] + ], + [ + "tests/postgres_tests/models.py", + [ + "BigAutoFieldModel" + ] + ] + ], + "NullableFields": [ + [ + "tests/bulk_create/models.py", + [ + "NullableFields" + ] + ] + ], + "BulkCreateTests": [ + [ + "tests/bulk_create/tests.py", + [ + "BulkCreateTests" + ] + ] + ], + "CloseHookMixin": [ + [ + "tests/cache/closeable_cache.py", + [ + "CloseHookMixin" + ] + ] + ], + "CacheClass": [ + [ + "tests/cache/closeable_cache.py", + [ + "CacheClass" + ] + ], + [ + "tests/cache/liberal_backend.py", + [ + "CacheClass" + ] + ] + ], + "LiberalKeyValidationMixin": [ + [ + "tests/cache/liberal_backend.py", + [ + "LiberalKeyValidationMixin" + ] + ] + ], + "C": [ + [ + "tests/cache/tests.py", + [ + "C" + ] + ], + [ + "tests/cache/tests_async.py", + [ + "AsyncDummyCacheTests", + "test_data_types", + "C" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "RelatedModelFormTests", + "test_valid_loading_order", + "C" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "C" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_to_concrete_and_proxy_allowed", + "C" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "C" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_add_relations", + "C" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_abstract_parent_link", + "C" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "C" + ] + ], + [ + "tests/update/models.py", + [ + "C" + ] + ] + ], + "Unpicklable": [ + [ + "tests/cache/tests.py", + [ + "Unpicklable" + ] + ] + ], + "DummyCacheTests": [ + [ + "tests/cache/tests.py", + [ + "DummyCacheTests" + ] + ] + ], + "BaseCacheTests": [ + [ + "tests/cache/tests.py", + [ + "BaseCacheTests" + ] + ] + ], + "MockedCursorWrapper": [ + [ + "tests/cache/tests.py", + [ + "DBCacheTests", + "test_delete_cursor_rowcount", + "MockedCursorWrapper" + ] + ] + ], + "DBCacheTests": [ + [ + "tests/cache/tests.py", + [ + "DBCacheTests" + ] + ] + ], + "DBCacheWithTimeZoneTests": [ + [ + "tests/cache/tests.py", + [ + "DBCacheWithTimeZoneTests" + ] + ] + ], + "DBCacheRouter": [ + [ + "tests/cache/tests.py", + [ + "DBCacheRouter" + ] + ] + ], + "CreateCacheTableForDBCacheTests": [ + [ + "tests/cache/tests.py", + [ + "CreateCacheTableForDBCacheTests" + ] + ] + ], + "PicklingSideEffect": [ + [ + "tests/cache/tests.py", + [ + "PicklingSideEffect" + ] + ] + ], + "LocMemCacheTests": [ + [ + "tests/cache/tests.py", + [ + "LocMemCacheTests" + ] + ] + ], + "BaseMemcachedTests": [ + [ + "tests/cache/tests.py", + [ + "BaseMemcachedTests" + ] + ] + ], + "PyLibMCCacheTests": [ + [ + "tests/cache/tests.py", + [ + "PyLibMCCacheTests" + ] + ] + ], + "PyMemcacheCacheTests": [ + [ + "tests/cache/tests.py", + [ + "PyMemcacheCacheTests" + ] + ] + ], + "FileBasedCacheTests": [ + [ + "tests/cache/tests.py", + [ + "FileBasedCacheTests" + ] + ] + ], + "RedisCacheTests": [ + [ + "tests/cache/tests.py", + [ + "RedisCacheTests" + ] + ] + ], + "FileBasedCachePathLibTests": [ + [ + "tests/cache/tests.py", + [ + "FileBasedCachePathLibTests" + ] + ] + ], + "CustomCacheKeyValidationTests": [ + [ + "tests/cache/tests.py", + [ + "CustomCacheKeyValidationTests" + ] + ] + ], + "CacheClosingTests": [ + [ + "tests/cache/tests.py", + [ + "CacheClosingTests" + ] + ] + ], + "DefaultNonExpiringCacheKeyTests": [ + [ + "tests/cache/tests.py", + [ + "DefaultNonExpiringCacheKeyTests" + ] + ] + ], + "CacheUtils": [ + [ + "tests/cache/tests.py", + [ + "CacheUtils" + ] + ] + ], + "PrefixedCacheUtils": [ + [ + "tests/cache/tests.py", + [ + "PrefixedCacheUtils" + ] + ] + ], + "CacheHEADTest": [ + [ + "tests/cache/tests.py", + [ + "CacheHEADTest" + ] + ] + ], + "CacheI18nTest": [ + [ + "tests/cache/tests.py", + [ + "CacheI18nTest" + ] + ] + ], + "PrefixedCacheI18nTest": [ + [ + "tests/cache/tests.py", + [ + "PrefixedCacheI18nTest" + ] + ] + ], + "CacheMiddlewareTest": [ + [ + "tests/cache/tests.py", + [ + "CacheMiddlewareTest" + ] + ], + [ + "tests/template_tests/test_response.py", + [ + "CacheMiddlewareTest" + ] + ] + ], + "TestWithTemplateResponse": [ + [ + "tests/cache/tests.py", + [ + "TestWithTemplateResponse" + ] + ] + ], + "TestMakeTemplateFragmentKey": [ + [ + "tests/cache/tests.py", + [ + "TestMakeTemplateFragmentKey" + ] + ] + ], + "CacheHandlerTest": [ + [ + "tests/cache/tests.py", + [ + "CacheHandlerTest" + ] + ] + ], + "AsyncDummyCacheTests": [ + [ + "tests/cache/tests_async.py", + [ + "AsyncDummyCacheTests" + ] + ] + ], + "CheckDefaultPKConfig": [ + [ + "tests/check_framework/apps.py", + [ + "CheckDefaultPKConfig" + ] + ] + ], + "CheckPKConfig": [ + [ + "tests/check_framework/apps.py", + [ + "CheckPKConfig" + ] + ] + ], + "CheckCSRFTrustedOrigins": [ + [ + "tests/check_framework/test_4_0_compatibility.py", + [ + "CheckCSRFTrustedOrigins" + ] + ] + ], + "AsyncCheckTests": [ + [ + "tests/check_framework/test_async_checks.py", + [ + "AsyncCheckTests" + ] + ] + ], + "CheckCacheSettingsAppDirsTest": [ + [ + "tests/check_framework/test_caches.py", + [ + "CheckCacheSettingsAppDirsTest" + ] + ] + ], + "CheckCacheLocationTest": [ + [ + "tests/check_framework/test_caches.py", + [ + "CheckCacheLocationTest" + ] + ] + ], + "CheckCacheAbsolutePath": [ + [ + "tests/check_framework/test_caches.py", + [ + "CheckCacheAbsolutePath" + ] + ] + ], + "DatabaseCheckTests": [ + [ + "tests/check_framework/test_database.py", + [ + "DatabaseCheckTests" + ] + ] + ], + "FilesCheckTests": [ + [ + "tests/check_framework/test_files.py", + [ + "FilesCheckTests" + ] + ] + ], + "EmptyRouter": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "EmptyRouter" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "EmptyRouter" + ] + ] + ], + "Model1": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app_database_routers_installed", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps_database_routers_installed", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_in_different_models", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_abstract_model", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_abstract_model_interpolation", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_across_apps", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_across_apps_interpolation", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_in_different_models", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_abstract_model", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_abstract_model_interpolation", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_across_apps", + "Model1" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_across_apps_interpolation", + "Model1" + ] + ], + [ + "tests/model_regress/models.py", + [ + "Model1" + ] + ] + ], + "Model2": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_in_same_app_database_routers_installed", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_collision_across_apps_database_routers_installed", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_in_different_models", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_abstract_model", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_abstract_model_interpolation", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_across_apps", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_across_apps_interpolation", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_in_different_models", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_abstract_model", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_abstract_model_interpolation", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_across_apps", + "Model2" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_across_apps_interpolation", + "Model2" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_choices_containing_non_pairs", + "Model2" + ] + ], + [ + "tests/model_regress/models.py", + [ + "Model2" + ] + ] + ], + "Unmanaged": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_unmanaged_models", + "Unmanaged" + ] + ], + [ + "tests/migration_test_data_persistence/models.py", + [ + "Unmanaged" + ] + ] + ], + "Managed": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_unmanaged_models", + "Managed" + ] + ] + ], + "ProxyModel": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests", + "test_no_collision_for_proxy_models", + "ProxyModel" + ] + ], + [ + "tests/contenttypes_tests/models.py", + [ + "ProxyModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "ProxyModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "ProxyModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "ProxyModel" + ] + ], + [ + "tests/proxy_model_inheritance/app1/models.py", + [ + "ProxyModel" + ] + ], + [ + "tests/proxy_model_inheritance/models.py", + [ + "ProxyModel" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_swappable", + "with_self_assertRaises_Ty", + "ProxyModel" + ] + ] + ], + "DuplicateDBTableTests": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "DuplicateDBTableTests" + ] + ] + ], + "AbstractModel": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_collision_abstract_model", + "AbstractModel" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "IndexNameTests", + "test_no_collision_abstract_model_interpolation", + "AbstractModel" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_collision_abstract_model", + "AbstractModel" + ] + ], + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests", + "test_no_collision_abstract_model_interpolation", + "AbstractModel" + ] + ], + [ + "tests/constraints/models.py", + [ + "AbstractModel" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_abstract_model", + "AbstractModel" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_m2m_to_abstract_model", + "AbstractModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "AbstractModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "AbstractModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "AbstractModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_manager_no_duplicates", + "AbstractModel" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "BasicFieldTests", + "test_abstract_inherited_fields", + "AbstractModel" + ] + ], + [ + "tests/model_indexes/models.py", + [ + "AbstractModel" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_overriding_field_removed_by_concrete_model", + "AbstractModel" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_abstract_model_with_regular_python_mixin_mro", + "AbstractModel" + ] + ] + ], + "ConstraintNameTests": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "ConstraintNameTests" + ] + ] + ], + "Abstract": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_skipped_on_abstract_model", + "Abstract" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_abstract_model_children_inherit_indexes", + "Abstract" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "Abstract" + ] + ] + ], + "ModelWithPkViaAppConfig": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests", + "test_app_default_auto_field", + "ModelWithPkViaAppConfig" + ] + ] + ], + "ModelDefaultAutoFieldTests": [ + [ + "tests/check_framework/test_model_checks.py", + [ + "ModelDefaultAutoFieldTests" + ] + ] + ], + "MyField": [ + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestDeprecatedField", + "test_default_details", + "MyField" + ] + ], + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestDeprecatedField", + "test_user_specified_details", + "MyField" + ] + ], + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestRemovedField", + "test_default_details", + "MyField" + ] + ], + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestRemovedField", + "test_user_specified_details", + "MyField" + ] + ] + ], + "TestDeprecatedField": [ + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestDeprecatedField" + ] + ] + ], + "TestRemovedField": [ + [ + "tests/check_framework/test_model_field_deprecation.py", + [ + "TestRemovedField" + ] + ] + ], + "TestRouter": [ + [ + "tests/check_framework/test_multi_db.py", + [ + "TestRouter" + ] + ], + [ + "tests/contenttypes_tests/test_models.py", + [ + "TestRouter" + ] + ], + [ + "tests/contenttypes_tests/test_operations.py", + [ + "ContentTypeOperationsTests", + "TestRouter" + ] + ], + [ + "tests/migrations/routers.py", + [ + "TestRouter" + ] + ], + [ + "tests/multiple_database/routers.py", + [ + "TestRouter" + ] + ] + ], + "OtherModel": [ + [ + "tests/check_framework/test_multi_db.py", + [ + "TestMultiDBChecks", + "test_checks_called_on_the_other_database", + "OtherModel" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_isolate_apps_model", + "OtherModel" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_to_isolate_apps_model", + "OtherModel" + ] + ] + ], + "TestMultiDBChecks": [ + [ + "tests/check_framework/test_multi_db.py", + [ + "TestMultiDBChecks" + ] + ] + ], + "CheckSessionCookieSecureTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckSessionCookieSecureTest" + ] + ] + ], + "CheckSessionCookieHttpOnlyTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckSessionCookieHttpOnlyTest" + ] + ] + ], + "CheckCSRFMiddlewareTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckCSRFMiddlewareTest" + ] + ] + ], + "CheckCSRFCookieSecureTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckCSRFCookieSecureTest" + ] + ] + ], + "CheckSecurityMiddlewareTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckSecurityMiddlewareTest" + ] + ] + ], + "CheckStrictTransportSecurityTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckStrictTransportSecurityTest" + ] + ] + ], + "CheckStrictTransportSecuritySubdomainsTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckStrictTransportSecuritySubdomainsTest" + ] + ] + ], + "CheckStrictTransportSecurityPreloadTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckStrictTransportSecurityPreloadTest" + ] + ] + ], + "CheckXFrameOptionsMiddlewareTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckXFrameOptionsMiddlewareTest" + ] + ] + ], + "CheckXFrameOptionsDenyTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckXFrameOptionsDenyTest" + ] + ] + ], + "CheckContentTypeNosniffTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckContentTypeNosniffTest" + ] + ] + ], + "CheckSSLRedirectTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckSSLRedirectTest" + ] + ] + ], + "CheckSecretKeyTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckSecretKeyTest" + ] + ] + ], + "CheckDebugTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckDebugTest" + ] + ] + ], + "CheckAllowedHostsTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckAllowedHostsTest" + ] + ] + ], + "CheckReferrerPolicyTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckReferrerPolicyTest" + ] + ] + ], + "CSRFFailureViewTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CSRFFailureViewTest" + ] + ] + ], + "CheckCrossOriginOpenerPolicyTest": [ + [ + "tests/check_framework/test_security.py", + [ + "CheckCrossOriginOpenerPolicyTest" + ] + ] + ], + "CheckTemplateSettingsAppDirsTest": [ + [ + "tests/check_framework/test_templates.py", + [ + "CheckTemplateSettingsAppDirsTest" + ] + ] + ], + "CheckTemplateStringIfInvalidTest": [ + [ + "tests/check_framework/test_templates.py", + [ + "CheckTemplateStringIfInvalidTest" + ] + ] + ], + "TranslationCheckTests": [ + [ + "tests/check_framework/test_translation.py", + [ + "TranslationCheckTests" + ] + ] + ], + "CheckUrlConfigTests": [ + [ + "tests/check_framework/test_urls.py", + [ + "CheckUrlConfigTests" + ] + ] + ], + "UpdatedToPathTests": [ + [ + "tests/check_framework/test_urls.py", + [ + "UpdatedToPathTests" + ] + ] + ], + "CheckCustomErrorHandlersTests": [ + [ + "tests/check_framework/test_urls.py", + [ + "CheckCustomErrorHandlersTests" + ] + ] + ], + "CheckURLSettingsTests": [ + [ + "tests/check_framework/test_urls.py", + [ + "CheckURLSettingsTests" + ] + ] + ], + "DummyObj": [ + [ + "tests/check_framework/tests.py", + [ + "DummyObj" + ] + ] + ], + "SystemCheckFrameworkTests": [ + [ + "tests/check_framework/tests.py", + [ + "SystemCheckFrameworkTests" + ] + ] + ], + "MessageTests": [ + [ + "tests/check_framework/tests.py", + [ + "MessageTests" + ] + ], + [ + "tests/messages_tests/tests.py", + [ + "MessageTests" + ] + ] + ], + "CheckCommandTests": [ + [ + "tests/check_framework/tests.py", + [ + "CheckCommandTests" + ] + ] + ], + "SilencingCheckTests": [ + [ + "tests/check_framework/tests.py", + [ + "SilencingCheckTests" + ] + ] + ], + "ModelWithAttributeCalledCheck": [ + [ + "tests/check_framework/tests.py", + [ + "CheckFrameworkReservedNamesTests", + "test_model_check_method_not_shadowed", + "ModelWithAttributeCalledCheck" + ] + ] + ], + "ModelWithFieldCalledCheck": [ + [ + "tests/check_framework/tests.py", + [ + "CheckFrameworkReservedNamesTests", + "test_model_check_method_not_shadowed", + "ModelWithFieldCalledCheck" + ] + ] + ], + "ModelWithRelatedManagerCalledCheck": [ + [ + "tests/check_framework/tests.py", + [ + "CheckFrameworkReservedNamesTests", + "test_model_check_method_not_shadowed", + "ModelWithRelatedManagerCalledCheck" + ] + ] + ], + "ModelWithDescriptorCalledCheck": [ + [ + "tests/check_framework/tests.py", + [ + "CheckFrameworkReservedNamesTests", + "test_model_check_method_not_shadowed", + "ModelWithDescriptorCalledCheck" + ] + ] + ], + "CheckFrameworkReservedNamesTests": [ + [ + "tests/check_framework/tests.py", + [ + "CheckFrameworkReservedNamesTests" + ] + ] + ], + "ChecksRunDuringTests": [ + [ + "tests/check_framework/tests.py", + [ + "ChecksRunDuringTests" + ] + ] + ], + "HandlerView": [ + [ + "tests/check_framework/urls/bad_class_based_error_handlers.py", + [ + "HandlerView" + ] + ] + ], + "EmptyCBV": [ + [ + "tests/check_framework/urls/cbv_as_view.py", + [ + "EmptyCBV" + ] + ], + [ + "tests/urlpatterns/tests.py", + [ + "SimplifiedURLTests", + "test_invalid_view_instance", + "EmptyCBV" + ] + ] + ], + "EmptyCallableView": [ + [ + "tests/check_framework/urls/cbv_as_view.py", + [ + "EmptyCallableView" + ] + ] + ], + "ConditionalGet": [ + [ + "tests/conditional_processing/tests.py", + [ + "ConditionalGet" + ] + ] + ], + "Product": [ + [ + "tests/constraints/models.py", + [ + "Product" + ] + ], + [ + "tests/lookup/models.py", + [ + "Product" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Product" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Product" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Product" + ] + ] + ], + "UniqueConstraintProduct": [ + [ + "tests/constraints/models.py", + [ + "UniqueConstraintProduct" + ] + ] + ], + "UniqueConstraintConditionProduct": [ + [ + "tests/constraints/models.py", + [ + "UniqueConstraintConditionProduct" + ] + ] + ], + "UniqueConstraintDeferrable": [ + [ + "tests/constraints/models.py", + [ + "UniqueConstraintDeferrable" + ] + ] + ], + "UniqueConstraintInclude": [ + [ + "tests/constraints/models.py", + [ + "UniqueConstraintInclude" + ] + ] + ], + "ChildModel": [ + [ + "tests/constraints/models.py", + [ + "ChildModel" + ] + ] + ], + "BaseConstraintTests": [ + [ + "tests/constraints/tests.py", + [ + "BaseConstraintTests" + ] + ] + ], + "CheckConstraintTests": [ + [ + "tests/constraints/tests.py", + [ + "CheckConstraintTests" + ] + ] + ], + "UniqueConstraintTests": [ + [ + "tests/constraints/tests.py", + [ + "UniqueConstraintTests" + ] + ] + ], + "SchemeIncludedURL": [ + [ + "tests/contenttypes_tests/models.py", + [ + "SchemeIncludedURL" + ] + ] + ], + "ConcreteModel": [ + [ + "tests/contenttypes_tests/models.py", + [ + "ConcreteModel" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_abstract_model_with_regular_python_mixin_mro", + "ConcreteModel" + ] + ], + [ + "tests/proxy_model_inheritance/models.py", + [ + "ConcreteModel" + ] + ] + ], + "FooWithoutUrl": [ + [ + "tests/contenttypes_tests/models.py", + [ + "FooWithoutUrl" + ] + ] + ], + "FooWithUrl": [ + [ + "tests/contenttypes_tests/models.py", + [ + "FooWithUrl" + ] + ] + ], + "FooWithBrokenAbsoluteUrl": [ + [ + "tests/contenttypes_tests/models.py", + [ + "FooWithBrokenAbsoluteUrl" + ] + ] + ], + "ModelWithNullFKToSite": [ + [ + "tests/contenttypes_tests/models.py", + [ + "ModelWithNullFKToSite" + ] + ] + ], + "ModelWithM2MToSite": [ + [ + "tests/contenttypes_tests/models.py", + [ + "ModelWithM2MToSite" + ] + ] + ], + "GenericForeignKeyTests": [ + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericForeignKeyTests" + ] + ], + [ + "tests/contenttypes_tests/test_fields.py", + [ + "GenericForeignKeyTests" + ] + ] + ], + "Replacement": [ + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_pointing_to_swapped_model", + "Replacement" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_referencing_to_swapped_model", + "Replacement" + ] + ] + ], + "SwappedModel": [ + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_pointing_to_swapped_model", + "SwappedModel" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_referencing_to_swapped_model", + "SwappedModel" + ] + ] + ], + "InvalidBookmark": [ + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests", + "test_field_name_ending_with_underscore", + "InvalidBookmark" + ] + ] + ], + "GenericRelationTests": [ + [ + "tests/contenttypes_tests/test_checks.py", + [ + "GenericRelationTests" + ] + ], + [ + "tests/contenttypes_tests/test_fields.py", + [ + "GenericRelationTests" + ] + ], + [ + "tests/generic_relations_regress/tests.py", + [ + "GenericRelationTests" + ] + ], + [ + "tests/prefetch_related/tests.py", + [ + "GenericRelationTests" + ] + ] + ], + "ModelCheckTests": [ + [ + "tests/contenttypes_tests/test_checks.py", + [ + "ModelCheckTests" + ] + ] + ], + "RemoveStaleContentTypesTests": [ + [ + "tests/contenttypes_tests/test_management.py", + [ + "RemoveStaleContentTypesTests" + ] + ] + ], + "ModelCreatedOnTheFly": [ + [ + "tests/contenttypes_tests/test_models.py", + [ + "ContentTypesTests", + "test_get_for_model_create_contenttype", + "ModelCreatedOnTheFly" + ] + ] + ], + "ContentTypesTests": [ + [ + "tests/contenttypes_tests/test_models.py", + [ + "ContentTypesTests" + ] + ] + ], + "ContentTypesMultidbTests": [ + [ + "tests/contenttypes_tests/test_models.py", + [ + "ContentTypesMultidbTests" + ] + ] + ], + "ContentTypeOperationsTests": [ + [ + "tests/contenttypes_tests/test_operations.py", + [ + "ContentTypeOperationsTests" + ] + ] + ], + "OrderWithRespectToGFKTests": [ + [ + "tests/contenttypes_tests/test_order_with_respect_to.py", + [ + "OrderWithRespectToGFKTests" + ] + ] + ], + "ContentTypesViewsTests": [ + [ + "tests/contenttypes_tests/test_views.py", + [ + "ContentTypesViewsTests" + ] + ] + ], + "ContentTypesViewsSiteRelTests": [ + [ + "tests/contenttypes_tests/test_views.py", + [ + "ContentTypesViewsSiteRelTests" + ] + ] + ], + "ShortcutViewTests": [ + [ + "tests/contenttypes_tests/test_views.py", + [ + "ShortcutViewTests" + ] + ] + ], + "DebugObject": [ + [ + "tests/context_processors/models.py", + [ + "DebugObject" + ] + ] + ], + "RequestContextProcessorTests": [ + [ + "tests/context_processors/tests.py", + [ + "RequestContextProcessorTests" + ] + ] + ], + "DebugContextProcessorTests": [ + [ + "tests/context_processors/tests.py", + [ + "DebugContextProcessorTests" + ] + ] + ], + "TestContextProcessor": [ + [ + "tests/csrf_tests/test_context_processor.py", + [ + "TestContextProcessor" + ] + ] + ], + "CsrfFunctionTestMixin": [ + [ + "tests/csrf_tests/tests.py", + [ + "CsrfFunctionTestMixin" + ] + ] + ], + "CsrfFunctionTests": [ + [ + "tests/csrf_tests/tests.py", + [ + "CsrfFunctionTests" + ] + ] + ], + "TestingSessionStore": [ + [ + "tests/csrf_tests/tests.py", + [ + "TestingSessionStore" + ] + ] + ], + "TestingHttpRequest": [ + [ + "tests/csrf_tests/tests.py", + [ + "TestingHttpRequest" + ] + ] + ], + "PostErrorRequest": [ + [ + "tests/csrf_tests/tests.py", + [ + "PostErrorRequest" + ] + ] + ], + "CsrfViewMiddlewareTestMixin": [ + [ + "tests/csrf_tests/tests.py", + [ + "CsrfViewMiddlewareTestMixin" + ] + ] + ], + "CsrfViewMiddlewareTests": [ + [ + "tests/csrf_tests/tests.py", + [ + "CsrfViewMiddlewareTests" + ] + ] + ], + "CsrfViewMiddlewareUseSessionsTests": [ + [ + "tests/csrf_tests/tests.py", + [ + "CsrfViewMiddlewareUseSessionsTests" + ] + ] + ], + "CsrfInErrorHandlingViewsTests": [ + [ + "tests/csrf_tests/tests.py", + [ + "CsrfInErrorHandlingViewsTests" + ] + ] + ], + "TestingHttpResponse": [ + [ + "tests/csrf_tests/views.py", + [ + "TestingHttpResponse" + ] + ] + ], + "_CsrfCookieRotator": [ + [ + "tests/csrf_tests/views.py", + [ + "_CsrfCookieRotator" + ] + ] + ], + "CustomColumnsTests": [ + [ + "tests/custom_columns/tests.py", + [ + "CustomColumnsTests" + ] + ] + ], + "MySQLUnixTimestamp": [ + [ + "tests/custom_lookups/models.py", + [ + "MySQLUnixTimestamp" + ] + ] + ], + "Div3Lookup": [ + [ + "tests/custom_lookups/tests.py", + [ + "Div3Lookup" + ] + ] + ], + "Div3Transform": [ + [ + "tests/custom_lookups/tests.py", + [ + "Div3Transform" + ] + ] + ], + "Div3BilateralTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "Div3BilateralTransform" + ] + ] + ], + "Mult3BilateralTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "Mult3BilateralTransform" + ] + ] + ], + "LastDigitTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "LastDigitTransform" + ] + ] + ], + "UpperBilateralTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "UpperBilateralTransform" + ] + ] + ], + "YearTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "YearTransform" + ] + ] + ], + "Exactly": [ + [ + "tests/custom_lookups/tests.py", + [ + "Exactly" + ] + ] + ], + "SQLFuncMixin": [ + [ + "tests/custom_lookups/tests.py", + [ + "SQLFuncMixin" + ] + ] + ], + "SQLFuncLookup": [ + [ + "tests/custom_lookups/tests.py", + [ + "SQLFuncLookup" + ] + ] + ], + "SQLFuncTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "SQLFuncTransform" + ] + ] + ], + "SQLFuncFactory": [ + [ + "tests/custom_lookups/tests.py", + [ + "SQLFuncFactory" + ] + ] + ], + "CustomModel": [ + [ + "tests/custom_lookups/tests.py", + [ + "CustomModel" + ] + ] + ], + "InMonth": [ + [ + "tests/custom_lookups/tests.py", + [ + "InMonth" + ] + ] + ], + "DateTimeTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "DateTimeTransform" + ] + ] + ], + "LookupTests": [ + [ + "tests/custom_lookups/tests.py", + [ + "LookupTests" + ] + ], + [ + "tests/lookup/test_lookups.py", + [ + "LookupTests" + ] + ], + [ + "tests/lookup/tests.py", + [ + "LookupTests" + ] + ] + ], + "BilateralTransformTests": [ + [ + "tests/custom_lookups/tests.py", + [ + "BilateralTransformTests" + ] + ] + ], + "DateTimeLookupTests": [ + [ + "tests/custom_lookups/tests.py", + [ + "DateTimeLookupTests" + ] + ] + ], + "CustomYearExact": [ + [ + "tests/custom_lookups/tests.py", + [ + "YearLteTests", + "test_custom_implementation_year_exact", + "None_1", + "CustomYearExact" + ] + ] + ], + "YearLteTests": [ + [ + "tests/custom_lookups/tests.py", + [ + "YearLteTests" + ] + ] + ], + "TrackCallsYearTransform": [ + [ + "tests/custom_lookups/tests.py", + [ + "TrackCallsYearTransform" + ] + ] + ], + "LookupTransformCallOrderTests": [ + [ + "tests/custom_lookups/tests.py", + [ + "LookupTransformCallOrderTests" + ] + ] + ], + "CustomisedMethodsTests": [ + [ + "tests/custom_lookups/tests.py", + [ + "CustomisedMethodsTests" + ] + ] + ], + "SubqueryTransformTests": [ + [ + "tests/custom_lookups/tests.py", + [ + "SubqueryTransformTests" + ] + ] + ], + "PersonManager": [ + [ + "tests/custom_managers/models.py", + [ + "PersonManager" + ] + ], + [ + "tests/fixtures/models.py", + [ + "PersonManager" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_no_duplicate_managers", + "PersonManager" + ] + ], + [ + "tests/multiple_database/models.py", + [ + "PersonManager" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "PersonManager" + ] + ] + ], + "PublishedBookManager": [ + [ + "tests/custom_managers/models.py", + [ + "PublishedBookManager" + ] + ] + ], + "AnnotatedBookManager": [ + [ + "tests/custom_managers/models.py", + [ + "AnnotatedBookManager" + ] + ] + ], + "BaseCustomManager": [ + [ + "tests/custom_managers/models.py", + [ + "BaseCustomManager" + ] + ] + ], + "CustomInitQuerySet": [ + [ + "tests/custom_managers/models.py", + [ + "CustomInitQuerySet" + ] + ] + ], + "DeconstructibleCustomManager": [ + [ + "tests/custom_managers/models.py", + [ + "DeconstructibleCustomManager" + ] + ] + ], + "FunPeopleManager": [ + [ + "tests/custom_managers/models.py", + [ + "FunPeopleManager" + ] + ] + ], + "BoringPeopleManager": [ + [ + "tests/custom_managers/models.py", + [ + "BoringPeopleManager" + ] + ] + ], + "FunPerson": [ + [ + "tests/custom_managers/models.py", + [ + "FunPerson" + ] + ] + ], + "FastCarManager": [ + [ + "tests/custom_managers/models.py", + [ + "FastCarManager" + ] + ] + ], + "FastCarAsBase": [ + [ + "tests/custom_managers/models.py", + [ + "FastCarAsBase" + ] + ] + ], + "FastCarAsDefault": [ + [ + "tests/custom_managers/models.py", + [ + "FastCarAsDefault" + ] + ] + ], + "RestrictedManager": [ + [ + "tests/custom_managers/models.py", + [ + "RestrictedManager" + ] + ] + ], + "RestrictedModel": [ + [ + "tests/custom_managers/models.py", + [ + "RestrictedModel" + ] + ] + ], + "OneToOneRestrictedModel": [ + [ + "tests/custom_managers/models.py", + [ + "OneToOneRestrictedModel" + ] + ] + ], + "AbstractPerson": [ + [ + "tests/custom_managers/models.py", + [ + "AbstractPerson" + ] + ], + [ + "tests/model_meta/models.py", + [ + "AbstractPerson" + ] + ] + ], + "PersonFromAbstract": [ + [ + "tests/custom_managers/models.py", + [ + "PersonFromAbstract" + ] + ] + ], + "CustomManagerTests": [ + [ + "tests/custom_managers/tests.py", + [ + "CustomManagerTests" + ] + ] + ], + "TestCars": [ + [ + "tests/custom_managers/tests.py", + [ + "TestCars" + ] + ] + ], + "CustomManagersRegressTestCase": [ + [ + "tests/custom_managers/tests.py", + [ + "CustomManagersRegressTestCase" + ] + ] + ], + "MethodsTests": [ + [ + "tests/custom_methods/tests.py", + [ + "MethodsTests" + ] + ] + ], + "TestOperation": [ + [ + "tests/custom_migration_operations/more_operations.py", + [ + "TestOperation" + ] + ], + [ + "tests/custom_migration_operations/operations.py", + [ + "TestOperation" + ] + ] + ], + "ArgsOperation": [ + [ + "tests/custom_migration_operations/operations.py", + [ + "ArgsOperation" + ] + ] + ], + "KwargsOperation": [ + [ + "tests/custom_migration_operations/operations.py", + [ + "KwargsOperation" + ] + ] + ], + "ArgsKwargsOperation": [ + [ + "tests/custom_migration_operations/operations.py", + [ + "ArgsKwargsOperation" + ] + ] + ], + "ExpandArgsOperation": [ + [ + "tests/custom_migration_operations/operations.py", + [ + "ExpandArgsOperation" + ] + ] + ], + "MyWrapper": [ + [ + "tests/custom_pk/fields.py", + [ + "MyWrapper" + ] + ] + ], + "MyWrapperField": [ + [ + "tests/custom_pk/fields.py", + [ + "MyWrapperField" + ] + ] + ], + "MyAutoField": [ + [ + "tests/custom_pk/fields.py", + [ + "MyAutoField" + ] + ] + ], + "Business": [ + [ + "tests/custom_pk/models.py", + [ + "Business" + ] + ] + ], + "CustomAutoFieldModel": [ + [ + "tests/custom_pk/models.py", + [ + "CustomAutoFieldModel" + ] + ] + ], + "BasicCustomPKTests": [ + [ + "tests/custom_pk/tests.py", + [ + "BasicCustomPKTests" + ] + ] + ], + "CustomPKTests": [ + [ + "tests/custom_pk/tests.py", + [ + "CustomPKTests" + ] + ] + ], + "Donut": [ + [ + "tests/datatypes/models.py", + [ + "Donut" + ] + ] + ], + "RumBaba": [ + [ + "tests/datatypes/models.py", + [ + "RumBaba" + ] + ] + ], + "DataTypesTestCase": [ + [ + "tests/datatypes/tests.py", + [ + "DataTypesTestCase" + ] + ] + ], + "Comment": [ + [ + "tests/dates/models.py", + [ + "Comment" + ] + ], + [ + "tests/datetimes/models.py", + [ + "Comment" + ] + ], + [ + "tests/introspection/models.py", + [ + "Comment" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateRelationsTests", + "get_base_project_state", + "Comment" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Comment" + ] + ], + [ + "tests/null_fk/models.py", + [ + "Comment" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "Comment" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Comment" + ] + ] + ], + "DatesTests": [ + [ + "tests/dates/tests.py", + [ + "DatesTests" + ] + ] + ], + "DateTimesTests": [ + [ + "tests/datetimes/tests.py", + [ + "DateTimesTests" + ] + ] + ], + "CastTests": [ + [ + "tests/db_functions/comparison/test_cast.py", + [ + "CastTests" + ] + ] + ], + "CoalesceTests": [ + [ + "tests/db_functions/comparison/test_coalesce.py", + [ + "CoalesceTests" + ] + ] + ], + "CollateTests": [ + [ + "tests/db_functions/comparison/test_collate.py", + [ + "CollateTests" + ] + ] + ], + "GreatestTests": [ + [ + "tests/db_functions/comparison/test_greatest.py", + [ + "GreatestTests" + ] + ] + ], + "JSONObjectTests": [ + [ + "tests/db_functions/comparison/test_json_object.py", + [ + "JSONObjectTests" + ] + ] + ], + "JSONObjectNotSupportedTests": [ + [ + "tests/db_functions/comparison/test_json_object.py", + [ + "JSONObjectNotSupportedTests" + ] + ] + ], + "LeastTests": [ + [ + "tests/db_functions/comparison/test_least.py", + [ + "LeastTests" + ] + ] + ], + "NullIfTests": [ + [ + "tests/db_functions/comparison/test_nullif.py", + [ + "NullIfTests" + ] + ] + ], + "DateFunctionTests": [ + [ + "tests/db_functions/datetime/test_extract_trunc.py", + [ + "DateFunctionTests" + ] + ] + ], + "DateFunctionWithTimeZoneTests": [ + [ + "tests/db_functions/datetime/test_extract_trunc.py", + [ + "DateFunctionWithTimeZoneTests" + ] + ] + ], + "NowTests": [ + [ + "tests/db_functions/datetime/test_now.py", + [ + "NowTests" + ] + ] + ], + "AbsTests": [ + [ + "tests/db_functions/math/test_abs.py", + [ + "AbsTests" + ] + ] + ], + "ACosTests": [ + [ + "tests/db_functions/math/test_acos.py", + [ + "ACosTests" + ] + ] + ], + "ASinTests": [ + [ + "tests/db_functions/math/test_asin.py", + [ + "ASinTests" + ] + ] + ], + "ATanTests": [ + [ + "tests/db_functions/math/test_atan.py", + [ + "ATanTests" + ] + ] + ], + "ATan2Tests": [ + [ + "tests/db_functions/math/test_atan2.py", + [ + "ATan2Tests" + ] + ] + ], + "CeilTests": [ + [ + "tests/db_functions/math/test_ceil.py", + [ + "CeilTests" + ] + ] + ], + "CosTests": [ + [ + "tests/db_functions/math/test_cos.py", + [ + "CosTests" + ] + ] + ], + "CotTests": [ + [ + "tests/db_functions/math/test_cot.py", + [ + "CotTests" + ] + ] + ], + "DegreesTests": [ + [ + "tests/db_functions/math/test_degrees.py", + [ + "DegreesTests" + ] + ] + ], + "ExpTests": [ + [ + "tests/db_functions/math/test_exp.py", + [ + "ExpTests" + ] + ] + ], + "FloorTests": [ + [ + "tests/db_functions/math/test_floor.py", + [ + "FloorTests" + ] + ] + ], + "LnTests": [ + [ + "tests/db_functions/math/test_ln.py", + [ + "LnTests" + ] + ] + ], + "LogTests": [ + [ + "tests/db_functions/math/test_log.py", + [ + "LogTests" + ] + ] + ], + "ModTests": [ + [ + "tests/db_functions/math/test_mod.py", + [ + "ModTests" + ] + ] + ], + "PiTests": [ + [ + "tests/db_functions/math/test_pi.py", + [ + "PiTests" + ] + ] + ], + "PowerTests": [ + [ + "tests/db_functions/math/test_power.py", + [ + "PowerTests" + ] + ] + ], + "RadiansTests": [ + [ + "tests/db_functions/math/test_radians.py", + [ + "RadiansTests" + ] + ] + ], + "RandomTests": [ + [ + "tests/db_functions/math/test_random.py", + [ + "RandomTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_random.py", + [ + "RandomTests" + ] + ] + ], + "RoundTests": [ + [ + "tests/db_functions/math/test_round.py", + [ + "RoundTests" + ] + ] + ], + "SignTests": [ + [ + "tests/db_functions/math/test_sign.py", + [ + "SignTests" + ] + ] + ], + "SinTests": [ + [ + "tests/db_functions/math/test_sin.py", + [ + "SinTests" + ] + ] + ], + "SqrtTests": [ + [ + "tests/db_functions/math/test_sqrt.py", + [ + "SqrtTests" + ] + ] + ], + "TanTests": [ + [ + "tests/db_functions/math/test_tan.py", + [ + "TanTests" + ] + ] + ], + "Fan": [ + [ + "tests/db_functions/models.py", + [ + "Fan" + ] + ], + [ + "tests/distinct_on_fields/models.py", + [ + "Fan" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_m2m_field_argument_validation", + "Fan" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_invalid_order", + "Fan" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_invalid_field", + "Fan" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests", + "test_explicit_field_names", + "Fan" + ] + ], + [ + "tests/queries/models.py", + [ + "Fan" + ] + ] + ], + "DTModel": [ + [ + "tests/db_functions/models.py", + [ + "DTModel" + ] + ] + ], + "DecimalModel": [ + [ + "tests/db_functions/models.py", + [ + "DecimalModel" + ] + ] + ], + "IntegerModel": [ + [ + "tests/db_functions/models.py", + [ + "IntegerModel" + ] + ], + [ + "tests/model_fields/models.py", + [ + "IntegerModel" + ] + ] + ], + "FloatModel": [ + [ + "tests/db_functions/models.py", + [ + "FloatModel" + ] + ], + [ + "tests/model_fields/models.py", + [ + "FloatModel" + ] + ] + ], + "UpperBilateral": [ + [ + "tests/db_functions/tests.py", + [ + "UpperBilateral" + ] + ] + ], + "FunctionTests": [ + [ + "tests/db_functions/tests.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_add.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_addslashes.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_capfirst.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_center.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_cut.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_date.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_default.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_default_if_none.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_dictsort.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_dictsortreversed.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_divisibleby.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_escape.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_escapejs.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_filesizeformat.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_first.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_floatformat.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_force_escape.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_get_digit.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_iriencode.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_join.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_length.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_length_is.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_linebreaks.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_linebreaksbr.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_linenumbers.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_ljust.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_lower.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_make_list.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_phone2numeric.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_pluralize.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_rjust.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_slice.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_slugify.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_stringformat.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_striptags.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_time.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_timesince.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_timeuntil.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_title.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_truncatechars_html.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_truncatewords.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_truncatewords_html.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_unordered_list.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_upper.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_urlencode.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_urlize.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_urlizetrunc.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_wordcount.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_wordwrap.py", + [ + "FunctionTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_yesno.py", + [ + "FunctionTests" + ] + ] + ], + "ChrTests": [ + [ + "tests/db_functions/text/test_chr.py", + [ + "ChrTests" + ] + ] + ], + "ConcatTests": [ + [ + "tests/db_functions/text/test_concat.py", + [ + "ConcatTests" + ] + ] + ], + "LeftTests": [ + [ + "tests/db_functions/text/test_left.py", + [ + "LeftTests" + ] + ] + ], + "LengthTests": [ + [ + "tests/db_functions/text/test_length.py", + [ + "LengthTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_length.py", + [ + "LengthTests" + ] + ] + ], + "LowerTests": [ + [ + "tests/db_functions/text/test_lower.py", + [ + "LowerTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_lower.py", + [ + "LowerTests" + ] + ] + ], + "MD5Tests": [ + [ + "tests/db_functions/text/test_md5.py", + [ + "MD5Tests" + ] + ] + ], + "OrdTests": [ + [ + "tests/db_functions/text/test_ord.py", + [ + "OrdTests" + ] + ] + ], + "PadTests": [ + [ + "tests/db_functions/text/test_pad.py", + [ + "PadTests" + ] + ] + ], + "RepeatTests": [ + [ + "tests/db_functions/text/test_repeat.py", + [ + "RepeatTests" + ] + ] + ], + "ReplaceTests": [ + [ + "tests/db_functions/text/test_replace.py", + [ + "ReplaceTests" + ] + ] + ], + "ReverseTests": [ + [ + "tests/db_functions/text/test_reverse.py", + [ + "ReverseTests" + ] + ] + ], + "RightTests": [ + [ + "tests/db_functions/text/test_right.py", + [ + "RightTests" + ] + ] + ], + "SHA1Tests": [ + [ + "tests/db_functions/text/test_sha1.py", + [ + "SHA1Tests" + ] + ] + ], + "SHA224Tests": [ + [ + "tests/db_functions/text/test_sha224.py", + [ + "SHA224Tests" + ] + ] + ], + "SHA256Tests": [ + [ + "tests/db_functions/text/test_sha256.py", + [ + "SHA256Tests" + ] + ] + ], + "SHA384Tests": [ + [ + "tests/db_functions/text/test_sha384.py", + [ + "SHA384Tests" + ] + ] + ], + "SHA512Tests": [ + [ + "tests/db_functions/text/test_sha512.py", + [ + "SHA512Tests" + ] + ] + ], + "StrIndexTests": [ + [ + "tests/db_functions/text/test_strindex.py", + [ + "StrIndexTests" + ] + ] + ], + "SubstrTests": [ + [ + "tests/db_functions/text/test_substr.py", + [ + "SubstrTests" + ] + ] + ], + "TrimTests": [ + [ + "tests/db_functions/text/test_trim.py", + [ + "TrimTests" + ] + ] + ], + "UpperTests": [ + [ + "tests/db_functions/text/test_upper.py", + [ + "UpperTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_upper.py", + [ + "UpperTests" + ] + ] + ], + "ValidationTests": [ + [ + "tests/db_functions/window/test_validation.py", + [ + "ValidationTests" + ] + ], + [ + "tests/model_fields/test_charfield.py", + [ + "ValidationTests" + ] + ], + [ + "tests/model_fields/test_integerfield.py", + [ + "ValidationTests" + ] + ] + ], + "DBTypeCasts": [ + [ + "tests/db_typecasts/tests.py", + [ + "DBTypeCasts" + ] + ] + ], + "ConnectionHandlerTests": [ + [ + "tests/db_utils/tests.py", + [ + "ConnectionHandlerTests" + ] + ] + ], + "DatabaseErrorWrapperTests": [ + [ + "tests/db_utils/tests.py", + [ + "DatabaseErrorWrapperTests" + ] + ] + ], + "LoadBackendTests": [ + [ + "tests/db_utils/tests.py", + [ + "LoadBackendTests" + ] + ] + ], + "MySqlDbshellCommandTestCase": [ + [ + "tests/dbshell/test_mysql.py", + [ + "MySqlDbshellCommandTestCase" + ] + ] + ], + "OracleDbshellTests": [ + [ + "tests/dbshell/test_oracle.py", + [ + "OracleDbshellTests" + ] + ] + ], + "PostgreSqlDbshellCommandTestCase": [ + [ + "tests/dbshell/test_postgresql.py", + [ + "PostgreSqlDbshellCommandTestCase" + ] + ] + ], + "SqliteDbshellCommandTestCase": [ + [ + "tests/dbshell/test_sqlite.py", + [ + "SqliteDbshellCommandTestCase" + ] + ] + ], + "DbshellCommandTestCase": [ + [ + "tests/dbshell/tests.py", + [ + "DbshellCommandTestCase" + ] + ] + ], + "DummyUser": [ + [ + "tests/decorators/tests.py", + [ + "DecoratorsTest", + "test_user_passes_test_composition", + "DummyUser" + ] + ] + ], + "DummyRequest": [ + [ + "tests/decorators/tests.py", + [ + "DecoratorsTest", + "test_user_passes_test_composition", + "DummyRequest" + ] + ] + ], + "DecoratorsTest": [ + [ + "tests/decorators/tests.py", + [ + "DecoratorsTest" + ] + ] + ], + "ClsDec": [ + [ + "tests/decorators/tests.py", + [ + "ClsDec" + ] + ] + ], + "Test": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_preserve_signature", + "Test" + ] + ], + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_argumented", + "Test" + ] + ], + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_descriptors", + "Test" + ] + ], + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_class_decoration", + "Test" + ] + ], + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_invalid_non_callable_attribute_decoration", + "with_self_assertRaisesMes", + "Test" + ] + ], + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_invalid_method_name_to_decorate", + "with_self_assertRaisesMes", + "Test" + ] + ], + [ + "tests/test_runner_apps/sample/pattern_tests.py", + [ + "Test" + ] + ], + [ + "tests/test_runner_apps/sample/tests/tests.py", + [ + "Test" + ] + ], + [ + "tests/utils_tests/test_encoding.py", + [ + "TestEncodingUtils", + "test_smart_bytes", + "Test" + ] + ], + [ + "tests/utils_tests/test_encoding.py", + [ + "TestEncodingUtils", + "test_smart_str", + "Test" + ] + ] + ], + "TestPlain": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_preserve_attributes", + "TestPlain" + ] + ] + ], + "TestMethodAndClass": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_preserve_attributes", + "TestMethodAndClass" + ] + ] + ], + "TestFunctionIterable": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_preserve_attributes", + "TestFunctionIterable" + ] + ] + ], + "TestMethodIterable": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_preserve_attributes", + "TestMethodIterable" + ] + ] + ], + "MyClass": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_new_attribute", + "MyClass" + ] + ], + [ + "tests/decorators/tests.py", + [ + "NeverCacheDecoratorTest", + "test_never_cache_decorator_http_request", + "MyClass" + ] + ], + [ + "tests/decorators/tests.py", + [ + "CacheControlDecoratorTest", + "test_cache_control_decorator_http_request", + "MyClass" + ] + ], + [ + "tests/view_tests/tests/test_debug.py", + [ + "DecoratorsTests", + "test_sensitive_post_parameters_http_request", + "MyClass" + ] + ] + ], + "TestIterable": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_bad_iterable", + "with_self_assertRaisesMes", + "TestIterable" + ] + ] + ], + "bound_wrapper": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_descriptors", + "bound_wrapper" + ] + ] + ], + "descriptor_wrapper": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_descriptors", + "descriptor_wrapper" + ] + ] + ], + "TestFirst": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_tuple_of_decorators", + "TestFirst" + ] + ] + ], + "TestSecond": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests", + "test_tuple_of_decorators", + "TestSecond" + ] + ] + ], + "MethodDecoratorTests": [ + [ + "tests/decorators/tests.py", + [ + "MethodDecoratorTests" + ] + ] + ], + "XFrameOptionsDecoratorsTests": [ + [ + "tests/decorators/tests.py", + [ + "XFrameOptionsDecoratorsTests" + ] + ] + ], + "NeverCacheDecoratorTest": [ + [ + "tests/decorators/tests.py", + [ + "NeverCacheDecoratorTest" + ] + ] + ], + "CacheControlDecoratorTest": [ + [ + "tests/decorators/tests.py", + [ + "CacheControlDecoratorTest" + ] + ] + ], + "Secondary": [ + [ + "tests/defer/models.py", + [ + "Secondary" + ] + ] + ], + "Primary": [ + [ + "tests/defer/models.py", + [ + "Primary" + ] + ] + ], + "BigChild": [ + [ + "tests/defer/models.py", + [ + "BigChild" + ] + ] + ], + "ChildProxy": [ + [ + "tests/defer/models.py", + [ + "ChildProxy" + ] + ] + ], + "RefreshPrimaryProxy": [ + [ + "tests/defer/models.py", + [ + "RefreshPrimaryProxy" + ] + ] + ], + "ShadowParent": [ + [ + "tests/defer/models.py", + [ + "ShadowParent" + ] + ] + ], + "ShadowChild": [ + [ + "tests/defer/models.py", + [ + "ShadowChild" + ] + ] + ], + "AssertionMixin": [ + [ + "tests/defer/tests.py", + [ + "AssertionMixin" + ] + ] + ], + "DeferTests": [ + [ + "tests/defer/tests.py", + [ + "DeferTests" + ] + ] + ], + "BigChildDeferTests": [ + [ + "tests/defer/tests.py", + [ + "BigChildDeferTests" + ] + ] + ], + "TestDefer2": [ + [ + "tests/defer/tests.py", + [ + "TestDefer2" + ] + ] + ], + "RelatedItem": [ + [ + "tests/defer_regress/models.py", + [ + "RelatedItem" + ] + ] + ], + "ProxyRelated": [ + [ + "tests/defer_regress/models.py", + [ + "ProxyRelated" + ] + ] + ], + "Leaf": [ + [ + "tests/defer_regress/models.py", + [ + "Leaf" + ] + ] + ], + "ResolveThis": [ + [ + "tests/defer_regress/models.py", + [ + "ResolveThis" + ] + ] + ], + "SimpleItem": [ + [ + "tests/defer_regress/models.py", + [ + "SimpleItem" + ] + ] + ], + "SpecialFeature": [ + [ + "tests/defer_regress/models.py", + [ + "SpecialFeature" + ] + ] + ], + "OneToOneItem": [ + [ + "tests/defer_regress/models.py", + [ + "OneToOneItem" + ] + ] + ], + "ItemAndSimpleItem": [ + [ + "tests/defer_regress/models.py", + [ + "ItemAndSimpleItem" + ] + ] + ], + "Request": [ + [ + "tests/defer_regress/models.py", + [ + "Request" + ] + ] + ], + "Base": [ + [ + "tests/defer_regress/models.py", + [ + "Base" + ] + ], + [ + "tests/delete/models.py", + [ + "Base" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "GetFieldDisplayTests", + "test_overriding_inherited_FIELD_display", + "Base" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Base" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "Base" + ] + ], + [ + "tests/string_lookup/models.py", + [ + "Base" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_lazy_base_class", + "Base" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_lazy_base_class_override", + "Base" + ] + ] + ], + "Derived": [ + [ + "tests/defer_regress/models.py", + [ + "Derived" + ] + ] + ], + "DeferRegressionTest": [ + [ + "tests/defer_regress/tests.py", + [ + "DeferRegressionTest" + ] + ] + ], + "DeferAnnotateSelectRelatedTest": [ + [ + "tests/defer_regress/tests.py", + [ + "DeferAnnotateSelectRelatedTest" + ] + ] + ], + "DeferDeletionSignalsTests": [ + [ + "tests/defer_regress/tests.py", + [ + "DeferDeletionSignalsTests" + ] + ] + ], + "P": [ + [ + "tests/delete/models.py", + [ + "P" + ] + ] + ], + "R": [ + [ + "tests/delete/models.py", + [ + "R" + ] + ] + ], + "S": [ + [ + "tests/delete/models.py", + [ + "S" + ] + ] + ], + "T": [ + [ + "tests/delete/models.py", + [ + "T" + ] + ] + ], + "U": [ + [ + "tests/delete/models.py", + [ + "U" + ] + ] + ], + "RChild": [ + [ + "tests/delete/models.py", + [ + "RChild" + ] + ] + ], + "RChildChild": [ + [ + "tests/delete/models.py", + [ + "RChildChild" + ] + ] + ], + "A": [ + [ + "tests/delete/models.py", + [ + "A" + ] + ], + [ + "tests/forms_tests/field_tests/test_base.py", + [ + "BasicFieldsTests", + "test_cooperative_multiple_inheritance", + "A" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "RelatedModelFormTests", + "test_invalid_loading_order", + "A" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "A" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_to_concrete_and_proxy_allowed", + "A" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "A" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_unique_app_labels", + "A" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_add_relations", + "A" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_remove_relations", + "A" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_self_relation", + "A" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_abstract_parent_link", + "A" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_init_subclass", + "A" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_set_name", + "A" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "A" + ] + ], + [ + "tests/update/models.py", + [ + "A" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_cached_property_reuse_same_name", + "A" + ] + ] + ], + "B": [ + [ + "tests/delete/models.py", + [ + "B" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "RelatedModelFormTests", + "test_invalid_loading_order", + "B" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "B" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "B" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_unique_app_labels", + "B" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_add_relations", + "B" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_remove_relations", + "B" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_abstract_parent_link", + "B" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_init_subclass", + "B" + ] + ], + [ + "tests/select_related_regress/models.py", + [ + "B" + ] + ], + [ + "tests/test_runner/models.py", + [ + "B" + ] + ], + [ + "tests/update/models.py", + [ + "B" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_cached_property_reuse_same_name", + "B" + ] + ] + ], + "M": [ + [ + "tests/delete/models.py", + [ + "M" + ] + ], + [ + "tests/validation/test_unique.py", + [ + "GetUniqueCheckTests", + "test_unique_together_normalization", + "for_unique_together_norm", + "M" + ] + ] + ], + "MR": [ + [ + "tests/delete/models.py", + [ + "MR" + ] + ] + ], + "MRNull": [ + [ + "tests/delete/models.py", + [ + "MRNull" + ] + ] + ], + "Avatar": [ + [ + "tests/delete/models.py", + [ + "Avatar" + ] + ] + ], + "AvatarProxy": [ + [ + "tests/delete/models.py", + [ + "AvatarProxy" + ] + ] + ], + "HiddenUser": [ + [ + "tests/delete/models.py", + [ + "HiddenUser" + ] + ] + ], + "HiddenUserProfile": [ + [ + "tests/delete/models.py", + [ + "HiddenUserProfile" + ] + ] + ], + "M2MTo": [ + [ + "tests/delete/models.py", + [ + "M2MTo" + ] + ] + ], + "M2MFrom": [ + [ + "tests/delete/models.py", + [ + "M2MFrom" + ] + ] + ], + "RelToBase": [ + [ + "tests/delete/models.py", + [ + "RelToBase" + ] + ] + ], + "Referrer": [ + [ + "tests/delete/models.py", + [ + "Referrer" + ] + ] + ], + "SecondReferrer": [ + [ + "tests/delete/models.py", + [ + "SecondReferrer" + ] + ] + ], + "DeleteTop": [ + [ + "tests/delete/models.py", + [ + "DeleteTop" + ] + ] + ], + "B1": [ + [ + "tests/delete/models.py", + [ + "B1" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_b/models.py", + [ + "B1" + ] + ] + ], + "B2": [ + [ + "tests/delete/models.py", + [ + "B2" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_b/models.py", + [ + "B2" + ] + ] + ], + "B3": [ + [ + "tests/delete/models.py", + [ + "B3" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_b/models.py", + [ + "B3" + ] + ] + ], + "DeleteBottom": [ + [ + "tests/delete/models.py", + [ + "DeleteBottom" + ] + ] + ], + "GenericB1": [ + [ + "tests/delete/models.py", + [ + "GenericB1" + ] + ] + ], + "GenericB2": [ + [ + "tests/delete/models.py", + [ + "GenericB2" + ] + ] + ], + "GenericDeleteBottom": [ + [ + "tests/delete/models.py", + [ + "GenericDeleteBottom" + ] + ] + ], + "GenericDeleteBottomParent": [ + [ + "tests/delete/models.py", + [ + "GenericDeleteBottomParent" + ] + ] + ], + "OnDeleteTests": [ + [ + "tests/delete/tests.py", + [ + "OnDeleteTests" + ] + ] + ], + "DeletionTests": [ + [ + "tests/delete/tests.py", + [ + "DeletionTests" + ] + ], + [ + "tests/inline_formsets/tests.py", + [ + "DeletionTests" + ] + ], + [ + "tests/model_formsets/tests.py", + [ + "DeletionTests" + ] + ] + ], + "FastDeleteTests": [ + [ + "tests/delete/tests.py", + [ + "FastDeleteTests" + ] + ] + ], + "Award": [ + [ + "tests/delete_regress/models.py", + [ + "Award" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Award" + ] + ] + ], + "AwardNote": [ + [ + "tests/delete_regress/models.py", + [ + "AwardNote" + ] + ] + ], + "PlayedWith": [ + [ + "tests/delete_regress/models.py", + [ + "PlayedWith" + ] + ] + ], + "PlayedWithNote": [ + [ + "tests/delete_regress/models.py", + [ + "PlayedWithNote" + ] + ] + ], + "Contact": [ + [ + "tests/delete_regress/models.py", + [ + "Contact" + ] + ], + [ + "tests/foreign_object/models/customers.py", + [ + "Contact" + ] + ], + [ + "tests/generic_inline_admin/models.py", + [ + "Contact" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Contact" + ] + ] + ], + "Researcher": [ + [ + "tests/delete_regress/models.py", + [ + "Researcher" + ] + ] + ], + "Food": [ + [ + "tests/delete_regress/models.py", + [ + "Food" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "Food" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_custom_manager_swappable", + "Food" + ] + ], + [ + "tests/queries/models.py", + [ + "Food" + ] + ] + ], + "Eaten": [ + [ + "tests/delete_regress/models.py", + [ + "Eaten" + ] + ], + [ + "tests/queries/models.py", + [ + "Eaten" + ] + ] + ], + "Policy": [ + [ + "tests/delete_regress/models.py", + [ + "Policy" + ] + ] + ], + "Version": [ + [ + "tests/delete_regress/models.py", + [ + "Version" + ] + ] + ], + "Image": [ + [ + "tests/delete_regress/models.py", + [ + "Image" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Image" + ] + ] + ], + "Photo": [ + [ + "tests/delete_regress/models.py", + [ + "Photo" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Photo" + ] + ] + ], + "FooImage": [ + [ + "tests/delete_regress/models.py", + [ + "FooImage" + ] + ] + ], + "FooFile": [ + [ + "tests/delete_regress/models.py", + [ + "FooFile" + ] + ] + ], + "FooPhoto": [ + [ + "tests/delete_regress/models.py", + [ + "FooPhoto" + ] + ] + ], + "FooFileProxy": [ + [ + "tests/delete_regress/models.py", + [ + "FooFileProxy" + ] + ] + ], + "OrgUnit": [ + [ + "tests/delete_regress/models.py", + [ + "OrgUnit" + ] + ] + ], + "Login": [ + [ + "tests/delete_regress/models.py", + [ + "Login" + ] + ] + ], + "House": [ + [ + "tests/delete_regress/models.py", + [ + "House" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "House" + ] + ] + ], + "OrderedPerson": [ + [ + "tests/delete_regress/models.py", + [ + "OrderedPerson" + ] + ] + ], + "DeleteLockingTest": [ + [ + "tests/delete_regress/tests.py", + [ + "DeleteLockingTest" + ] + ] + ], + "DeleteCascadeTests": [ + [ + "tests/delete_regress/tests.py", + [ + "DeleteCascadeTests" + ] + ] + ], + "DeleteCascadeTransactionTests": [ + [ + "tests/delete_regress/tests.py", + [ + "DeleteCascadeTransactionTests" + ] + ] + ], + "LargeDeleteTests": [ + [ + "tests/delete_regress/tests.py", + [ + "LargeDeleteTests" + ] + ] + ], + "ProxyDeleteTest": [ + [ + "tests/delete_regress/tests.py", + [ + "ProxyDeleteTest" + ] + ] + ], + "Ticket19102Tests": [ + [ + "tests/delete_regress/tests.py", + [ + "Ticket19102Tests" + ] + ] + ], + "DeleteTests": [ + [ + "tests/delete_regress/tests.py", + [ + "DeleteTests" + ] + ] + ], + "DeleteDistinct": [ + [ + "tests/delete_regress/tests.py", + [ + "DeleteDistinct" + ] + ] + ], + "GetResponse": [ + [ + "tests/deprecation/test_middleware_mixin.py", + [ + "MiddlewareMixinTests", + "test_repr", + "GetResponse" + ] + ] + ], + "SimpleMiddleWare": [ + [ + "tests/deprecation/test_middleware_mixin.py", + [ + "MiddlewareMixinTests", + "test_sync_to_async_uses_base_thread_and_connection", + "SimpleMiddleWare" + ] + ] + ], + "MiddlewareMixinTests": [ + [ + "tests/deprecation/test_middleware_mixin.py", + [ + "MiddlewareMixinTests" + ] + ] + ], + "DeprecationTests": [ + [ + "tests/deprecation/test_use_l10n.py", + [ + "DeprecationTests" + ] + ], + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecationTests" + ] + ], + [ + "tests/gis_tests/geoadmin_deprecated/tests.py", + [ + "DeprecationTests" + ] + ] + ], + "RenameManagerMethods": [ + [ + "tests/deprecation/tests.py", + [ + "RenameManagerMethods" + ] + ] + ], + "Renamed": [ + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_deprecated_subclass_renamed", + "Renamed" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_renamed_subclass_deprecated", + "Renamed" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_deprecated_subclass_renamed_and_mixins", + "Renamed" + ] + ] + ], + "Deprecated": [ + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_deprecated_subclass_renamed", + "with_self_assertWarnsMess", + "Deprecated" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_renamed_subclass_deprecated", + "with_self_assertWarnsMess", + "Deprecated" + ] + ], + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_deprecated_subclass_renamed_and_mixins", + "with_self_assertWarnsMess", + "Deprecated" + ] + ] + ], + "RenamedMixin": [ + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_deprecated_subclass_renamed_and_mixins", + "RenamedMixin" + ] + ] + ], + "DeprecatedMixin": [ + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests", + "test_deprecated_subclass_renamed_and_mixins", + "DeprecatedMixin" + ] + ] + ], + "RenameMethodsTests": [ + [ + "tests/deprecation/tests.py", + [ + "RenameMethodsTests" + ] + ] + ], + "DeprecationInstanceCheckTest": [ + [ + "tests/deprecation/tests.py", + [ + "DeprecationInstanceCheckTest" + ] + ] + ], + "Callable": [ + [ + "tests/dispatch/tests.py", + [ + "Callable" + ] + ], + [ + "tests/transactions/tests.py", + [ + "AtomicMiscTests", + "test_wrap_callable_instance", + "Callable" + ] + ] + ], + "sender": [ + [ + "tests/dispatch/tests.py", + [ + "DispatcherTests", + "test_cached_garbaged_collected", + "sender" + ] + ] + ], + "DispatcherTests": [ + [ + "tests/dispatch/tests.py", + [ + "DispatcherTests" + ] + ] + ], + "ReceiverTestCase": [ + [ + "tests/dispatch/tests.py", + [ + "ReceiverTestCase" + ] + ] + ], + "Celebrity": [ + [ + "tests/distinct_on_fields/models.py", + [ + "Celebrity" + ] + ], + [ + "tests/queries/models.py", + [ + "Celebrity" + ] + ] + ], + "Staff": [ + [ + "tests/distinct_on_fields/models.py", + [ + "Staff" + ] + ], + [ + "tests/queries/models.py", + [ + "Staff" + ] + ] + ], + "StaffTag": [ + [ + "tests/distinct_on_fields/models.py", + [ + "StaffTag" + ] + ] + ], + "DistinctOnTests": [ + [ + "tests/distinct_on_fields/tests.py", + [ + "DistinctOnTests" + ] + ] + ], + "EmptyModelTests": [ + [ + "tests/empty/tests.py", + [ + "EmptyModelTests" + ] + ] + ], + "CoreCommandsNoOutputTests": [ + [ + "tests/empty_models/test_commands.py", + [ + "CoreCommandsNoOutputTests" + ] + ] + ], + "RemoteEmployee": [ + [ + "tests/expressions/models.py", + [ + "RemoteEmployee" + ] + ] + ], + "Number": [ + [ + "tests/expressions/models.py", + [ + "Number" + ] + ], + [ + "tests/model_enums/tests.py", + [ + "Number" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Number" + ] + ], + [ + "tests/queries/models.py", + [ + "Number" + ] + ] + ], + "Experiment": [ + [ + "tests/expressions/models.py", + [ + "Experiment" + ] + ] + ], + "Result": [ + [ + "tests/expressions/models.py", + [ + "Result" + ] + ] + ], + "Time": [ + [ + "tests/expressions/models.py", + [ + "Time" + ] + ] + ], + "SimulationRun": [ + [ + "tests/expressions/models.py", + [ + "SimulationRun" + ] + ] + ], + "UUIDPK": [ + [ + "tests/expressions/models.py", + [ + "UUIDPK" + ] + ], + [ + "tests/model_forms/models.py", + [ + "UUIDPK" + ] + ] + ], + "UUID": [ + [ + "tests/expressions/models.py", + [ + "UUID" + ] + ] + ], + "ValuesExpressionsTests": [ + [ + "tests/expressions/test_queryset_values.py", + [ + "ValuesExpressionsTests" + ] + ] + ], + "FuncA": [ + [ + "tests/expressions/tests.py", + [ + "BasicExpressionsTests", + "test_explicit_output_field", + "FuncA" + ] + ] + ], + "FuncB": [ + [ + "tests/expressions/tests.py", + [ + "BasicExpressionsTests", + "test_explicit_output_field", + "FuncB" + ] + ] + ], + "BasicExpressionsTests": [ + [ + "tests/expressions/tests.py", + [ + "BasicExpressionsTests" + ] + ] + ], + "IterableLookupInnerExpressionsTests": [ + [ + "tests/expressions/tests.py", + [ + "IterableLookupInnerExpressionsTests" + ] + ] + ], + "FTests": [ + [ + "tests/expressions/tests.py", + [ + "FTests" + ] + ] + ], + "TestModel": [ + [ + "tests/expressions/tests.py", + [ + "SimpleExpressionTests", + "test_equal", + "TestModel" + ] + ], + [ + "tests/expressions/tests.py", + [ + "SimpleExpressionTests", + "test_hash", + "TestModel" + ] + ], + [ + "tests/i18n/models.py", + [ + "TestModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_manager_no_duplicates", + "TestModel" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_real_apps", + "TestModel" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_explicit_index_name", + "TestModel" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests", + "test_valid_field_accessible_via_instance", + "TestModel" + ] + ], + [ + "tests/sitemaps_tests/models.py", + [ + "TestModel" + ] + ] + ], + "SimpleExpressionTests": [ + [ + "tests/expressions/tests.py", + [ + "SimpleExpressionTests" + ] + ] + ], + "ExpressionsNumericTests": [ + [ + "tests/expressions/tests.py", + [ + "ExpressionsNumericTests" + ] + ] + ], + "ExpressionOperatorTests": [ + [ + "tests/expressions/tests.py", + [ + "ExpressionOperatorTests" + ] + ] + ], + "FTimeDeltaTests": [ + [ + "tests/expressions/tests.py", + [ + "FTimeDeltaTests" + ] + ] + ], + "ValueTests": [ + [ + "tests/expressions/tests.py", + [ + "ValueTests" + ] + ] + ], + "ExistsTests": [ + [ + "tests/expressions/tests.py", + [ + "ExistsTests" + ] + ] + ], + "FieldTransformTests": [ + [ + "tests/expressions/tests.py", + [ + "FieldTransformTests" + ] + ] + ], + "ReprTests": [ + [ + "tests/expressions/tests.py", + [ + "ReprTests" + ] + ] + ], + "CombinableTests": [ + [ + "tests/expressions/tests.py", + [ + "CombinableTests" + ] + ] + ], + "CombinedExpressionTests": [ + [ + "tests/expressions/tests.py", + [ + "CombinedExpressionTests" + ] + ] + ], + "ExpressionWrapperTests": [ + [ + "tests/expressions/tests.py", + [ + "ExpressionWrapperTests" + ] + ] + ], + "OrderByTests": [ + [ + "tests/expressions/tests.py", + [ + "OrderByTests" + ] + ] + ], + "CaseTestModel": [ + [ + "tests/expressions_case/models.py", + [ + "CaseTestModel" + ] + ] + ], + "O2OCaseTestModel": [ + [ + "tests/expressions_case/models.py", + [ + "O2OCaseTestModel" + ] + ] + ], + "FKCaseTestModel": [ + [ + "tests/expressions_case/models.py", + [ + "FKCaseTestModel" + ] + ] + ], + "CaseExpressionTests": [ + [ + "tests/expressions_case/tests.py", + [ + "CaseExpressionTests" + ] + ] + ], + "CaseDocumentationExamples": [ + [ + "tests/expressions_case/tests.py", + [ + "CaseDocumentationExamples" + ] + ] + ], + "CaseWhenTests": [ + [ + "tests/expressions_case/tests.py", + [ + "CaseWhenTests" + ] + ] + ], + "Classification": [ + [ + "tests/expressions_window/models.py", + [ + "Classification" + ] + ] + ], + "Detail": [ + [ + "tests/expressions_window/models.py", + [ + "Detail" + ] + ], + [ + "tests/queries/models.py", + [ + "Detail" + ] + ] + ], + "WindowFunctionTests": [ + [ + "tests/expressions_window/tests.py", + [ + "WindowFunctionTests" + ] + ] + ], + "WindowUnsupportedTests": [ + [ + "tests/expressions_window/tests.py", + [ + "WindowUnsupportedTests" + ] + ] + ], + "NonQueryWindowTests": [ + [ + "tests/expressions_window/tests.py", + [ + "NonQueryWindowTests" + ] + ] + ], + "RevisionableModel": [ + [ + "tests/extra_regress/models.py", + [ + "RevisionableModel" + ] + ] + ], + "Order": [ + [ + "tests/extra_regress/models.py", + [ + "Order" + ] + ], + [ + "tests/queries/models.py", + [ + "Order" + ] + ], + [ + "tests/select_related/models.py", + [ + "Order" + ] + ] + ], + "TestObject": [ + [ + "tests/extra_regress/models.py", + [ + "TestObject" + ] + ], + [ + "tests/template_tests/test_logging.py", + [ + "VariableResolveLoggingTests", + "test_log_on_variable_does_not_exist_silent", + "TestObject" + ] + ] + ], + "ExtraRegressTests": [ + [ + "tests/extra_regress/tests.py", + [ + "ExtraRegressTests" + ] + ] + ], + "FieldDeconstructionTests": [ + [ + "tests/field_deconstruction/tests.py", + [ + "FieldDeconstructionTests" + ] + ] + ], + "DefaultTests": [ + [ + "tests/field_defaults/tests.py", + [ + "DefaultTests" + ] + ], + [ + "tests/template_tests/filter_tests/test_default.py", + [ + "DefaultTests" + ] + ] + ], + "CustomTypedField": [ + [ + "tests/field_subclassing/fields.py", + [ + "CustomTypedField" + ] + ] + ], + "CustomDeferredAttribute": [ + [ + "tests/field_subclassing/fields.py", + [ + "CustomDeferredAttribute" + ] + ] + ], + "CustomDescriptorField": [ + [ + "tests/field_subclassing/fields.py", + [ + "CustomDescriptorField" + ] + ] + ], + "TestDbType": [ + [ + "tests/field_subclassing/tests.py", + [ + "TestDbType" + ] + ] + ], + "CustomDescriptorModel": [ + [ + "tests/field_subclassing/tests.py", + [ + "DescriptorClassTest", + "test_descriptor_class", + "CustomDescriptorModel" + ] + ] + ], + "DescriptorClassTest": [ + [ + "tests/field_subclassing/tests.py", + [ + "DescriptorClassTest" + ] + ] + ], + "CustomValidNameStorage": [ + [ + "tests/file_storage/models.py", + [ + "CustomValidNameStorage" + ] + ] + ], + "CallableStorage": [ + [ + "tests/file_storage/models.py", + [ + "CallableStorage" + ] + ] + ], + "AWSS3Storage": [ + [ + "tests/file_storage/test_generate_filename.py", + [ + "AWSS3Storage" + ] + ] + ], + "GenerateFilenameStorageTests": [ + [ + "tests/file_storage/test_generate_filename.py", + [ + "GenerateFilenameStorageTests" + ] + ] + ], + "GetStorageClassTests": [ + [ + "tests/file_storage/tests.py", + [ + "GetStorageClassTests" + ] + ] + ], + "FileSystemStorageTests": [ + [ + "tests/file_storage/tests.py", + [ + "FileSystemStorageTests" + ] + ] + ], + "FileStorageTests": [ + [ + "tests/file_storage/tests.py", + [ + "FileStorageTests" + ] + ] + ], + "CustomStorage": [ + [ + "tests/file_storage/tests.py", + [ + "CustomStorage" + ] + ] + ], + "CustomStorageTests": [ + [ + "tests/file_storage/tests.py", + [ + "CustomStorageTests" + ] + ] + ], + "OverwritingStorage": [ + [ + "tests/file_storage/tests.py", + [ + "OverwritingStorage" + ] + ] + ], + "OverwritingStorageTests": [ + [ + "tests/file_storage/tests.py", + [ + "OverwritingStorageTests" + ] + ] + ], + "DiscardingFalseContentStorage": [ + [ + "tests/file_storage/tests.py", + [ + "DiscardingFalseContentStorage" + ] + ] + ], + "DiscardingFalseContentStorageTests": [ + [ + "tests/file_storage/tests.py", + [ + "DiscardingFalseContentStorageTests" + ] + ] + ], + "FileFieldStorageTests": [ + [ + "tests/file_storage/tests.py", + [ + "FileFieldStorageTests" + ] + ] + ], + "NotStorage": [ + [ + "tests/file_storage/tests.py", + [ + "FieldCallableFileStorageTests", + "test_callable_base_class_error_raises", + "NotStorage" + ] + ] + ], + "GetStorage": [ + [ + "tests/file_storage/tests.py", + [ + "FieldCallableFileStorageTests", + "test_callable_class_storage_file_field", + "GetStorage" + ] + ] + ], + "FieldCallableFileStorageTests": [ + [ + "tests/file_storage/tests.py", + [ + "FieldCallableFileStorageTests" + ] + ] + ], + "SlowFile": [ + [ + "tests/file_storage/tests.py", + [ + "SlowFile" + ] + ] + ], + "FileSaveRaceConditionTest": [ + [ + "tests/file_storage/tests.py", + [ + "FileSaveRaceConditionTest" + ] + ] + ], + "FileStoragePermissions": [ + [ + "tests/file_storage/tests.py", + [ + "FileStoragePermissions" + ] + ] + ], + "FileStoragePathParsing": [ + [ + "tests/file_storage/tests.py", + [ + "FileStoragePathParsing" + ] + ] + ], + "ContentFileStorageTestCase": [ + [ + "tests/file_storage/tests.py", + [ + "ContentFileStorageTestCase" + ] + ] + ], + "FileLikeObjectTestCase": [ + [ + "tests/file_storage/tests.py", + [ + "FileLikeObjectTestCase" + ] + ] + ], + "FileModel": [ + [ + "tests/file_uploads/models.py", + [ + "FileModel" + ] + ], + [ + "tests/forms_tests/models.py", + [ + "FileModel" + ] + ] + ], + "MockedParser": [ + [ + "tests/file_uploads/tests.py", + [ + "FileUploadTests", + "test_upload_interrupted_temporary_file_handler", + "MockedParser" + ] + ] + ], + "POSTAccessingHandler": [ + [ + "tests/file_uploads/tests.py", + [ + "FileUploadTests", + "test_file_error_blocking", + "POSTAccessingHandler" + ] + ] + ], + "FileUploadTests": [ + [ + "tests/file_uploads/tests.py", + [ + "FileUploadTests" + ] + ] + ], + "DirectoryCreationTests": [ + [ + "tests/file_uploads/tests.py", + [ + "DirectoryCreationTests" + ] + ] + ], + "MultiParserTests": [ + [ + "tests/file_uploads/tests.py", + [ + "MultiParserTests" + ] + ] + ], + "QuotaUploadHandler": [ + [ + "tests/file_uploads/uploadhandler.py", + [ + "QuotaUploadHandler" + ] + ] + ], + "StopUploadTemporaryFileHandler": [ + [ + "tests/file_uploads/uploadhandler.py", + [ + "StopUploadTemporaryFileHandler" + ] + ] + ], + "CustomUploadError": [ + [ + "tests/file_uploads/uploadhandler.py", + [ + "CustomUploadError" + ] + ] + ], + "ErroringUploadHandler": [ + [ + "tests/file_uploads/uploadhandler.py", + [ + "ErroringUploadHandler" + ] + ] + ], + "TraversalUploadHandler": [ + [ + "tests/file_uploads/uploadhandler.py", + [ + "TraversalUploadHandler" + ] + ] + ], + "FileTests": [ + [ + "tests/files/tests.py", + [ + "FileTests" + ] + ] + ], + "NoNameFileTestCase": [ + [ + "tests/files/tests.py", + [ + "NoNameFileTestCase" + ] + ] + ], + "ContentFileTestCase": [ + [ + "tests/files/tests.py", + [ + "ContentFileTestCase" + ] + ] + ], + "InMemoryUploadedFileTests": [ + [ + "tests/files/tests.py", + [ + "InMemoryUploadedFileTests" + ] + ] + ], + "TemporaryUploadedFileTests": [ + [ + "tests/files/tests.py", + [ + "TemporaryUploadedFileTests" + ] + ] + ], + "FileWrapper": [ + [ + "tests/files/tests.py", + [ + "DimensionClosingBug", + "test_closing_of_filenames", + "FileWrapper" + ] + ], + [ + "tests/wsgi/tests.py", + [ + "WSGITest", + "test_file_wrapper", + "FileWrapper" + ] + ] + ], + "DimensionClosingBug": [ + [ + "tests/files/tests.py", + [ + "DimensionClosingBug" + ] + ] + ], + "InconsistentGetImageDimensionsBug": [ + [ + "tests/files/tests.py", + [ + "InconsistentGetImageDimensionsBug" + ] + ] + ], + "GetImageDimensionsTests": [ + [ + "tests/files/tests.py", + [ + "GetImageDimensionsTests" + ] + ] + ], + "FileMoveSafeTests": [ + [ + "tests/files/tests.py", + [ + "FileMoveSafeTests" + ] + ] + ], + "SpooledTempTests": [ + [ + "tests/files/tests.py", + [ + "SpooledTempTests" + ] + ] + ], + "Editor": [ + [ + "tests/filtered_relation/models.py", + [ + "Editor" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Editor" + ] + ], + [ + "tests/model_options/models/default_related_name.py", + [ + "Editor" + ] + ] + ], + "Borrower": [ + [ + "tests/filtered_relation/models.py", + [ + "Borrower" + ] + ] + ], + "RentalSession": [ + [ + "tests/filtered_relation/models.py", + [ + "RentalSession" + ] + ] + ], + "Seller": [ + [ + "tests/filtered_relation/models.py", + [ + "Seller" + ] + ] + ], + "Currency": [ + [ + "tests/filtered_relation/models.py", + [ + "Currency" + ] + ] + ], + "ExchangeRate": [ + [ + "tests/filtered_relation/models.py", + [ + "ExchangeRate" + ] + ] + ], + "BookDailySales": [ + [ + "tests/filtered_relation/models.py", + [ + "BookDailySales" + ] + ] + ], + "FilteredRelationTests": [ + [ + "tests/filtered_relation/tests.py", + [ + "FilteredRelationTests" + ] + ] + ], + "FilteredRelationAggregationTests": [ + [ + "tests/filtered_relation/tests.py", + [ + "FilteredRelationAggregationTests" + ] + ] + ], + "FilteredRelationAnalyticalAggregationTests": [ + [ + "tests/filtered_relation/tests.py", + [ + "FilteredRelationAnalyticalAggregationTests" + ] + ] + ], + "Blog": [ + [ + "tests/fixtures/models.py", + [ + "Blog" + ] + ] + ], + "SpyManager": [ + [ + "tests/fixtures/models.py", + [ + "SpyManager" + ] + ] + ], + "Spy": [ + [ + "tests/fixtures/models.py", + [ + "Spy" + ] + ] + ], + "ProxySpy": [ + [ + "tests/fixtures/models.py", + [ + "ProxySpy" + ] + ] + ], + "Visa": [ + [ + "tests/fixtures/models.py", + [ + "Visa" + ] + ] + ], + "PrimaryKeyUUIDModel": [ + [ + "tests/fixtures/models.py", + [ + "PrimaryKeyUUIDModel" + ] + ], + [ + "tests/model_fields/models.py", + [ + "PrimaryKeyUUIDModel" + ] + ] + ], + "NaturalKeyManager": [ + [ + "tests/fixtures/models.py", + [ + "NaturalKeyManager" + ] + ] + ], + "NaturalKeyThing": [ + [ + "tests/fixtures/models.py", + [ + "NaturalKeyThing" + ] + ], + [ + "tests/serializers/models/natural.py", + [ + "NaturalKeyThing" + ] + ] + ], + "TestCaseFixtureLoadingTests": [ + [ + "tests/fixtures/tests.py", + [ + "TestCaseFixtureLoadingTests" + ] + ] + ], + "SubclassTestCaseFixtureLoadingTests": [ + [ + "tests/fixtures/tests.py", + [ + "SubclassTestCaseFixtureLoadingTests" + ] + ] + ], + "DumpDataAssertMixin": [ + [ + "tests/fixtures/tests.py", + [ + "DumpDataAssertMixin" + ] + ] + ], + "FixtureLoadingTests": [ + [ + "tests/fixtures/tests.py", + [ + "FixtureLoadingTests" + ] + ] + ], + "NonexistentFixtureTests": [ + [ + "tests/fixtures/tests.py", + [ + "NonexistentFixtureTests" + ] + ] + ], + "FixtureTransactionTests": [ + [ + "tests/fixtures/tests.py", + [ + "FixtureTransactionTests" + ] + ] + ], + "ForwardReferenceTests": [ + [ + "tests/fixtures/tests.py", + [ + "ForwardReferenceTests" + ] + ] + ], + "CircularReferenceTests": [ + [ + "tests/fixtures/tests.py", + [ + "CircularReferenceTests" + ] + ] + ], + "SampleTestCase": [ + [ + "tests/fixtures_model_package/tests.py", + [ + "SampleTestCase" + ] + ] + ], + "FixtureTestCase": [ + [ + "tests/fixtures_model_package/tests.py", + [ + "FixtureTestCase" + ] + ], + [ + "tests/multiple_database/tests.py", + [ + "FixtureTestCase" + ] + ] + ], + "Animal": [ + [ + "tests/fixtures_regress/models.py", + [ + "Animal" + ] + ], + [ + "tests/generic_relations/models.py", + [ + "Animal" + ] + ] + ], + "Plant": [ + [ + "tests/fixtures_regress/models.py", + [ + "Plant" + ] + ] + ], + "Stuff": [ + [ + "tests/fixtures_regress/models.py", + [ + "Stuff" + ] + ] + ], + "Absolute": [ + [ + "tests/fixtures_regress/models.py", + [ + "Absolute" + ] + ] + ], + "Channel": [ + [ + "tests/fixtures_regress/models.py", + [ + "Channel" + ] + ], + [ + "tests/queries/models.py", + [ + "Channel" + ] + ] + ], + "SpecialArticle": [ + [ + "tests/fixtures_regress/models.py", + [ + "SpecialArticle" + ] + ] + ], + "CommonFeature": [ + [ + "tests/fixtures_regress/models.py", + [ + "CommonFeature" + ] + ] + ], + "WidgetProxy": [ + [ + "tests/fixtures_regress/models.py", + [ + "WidgetProxy" + ] + ] + ], + "TestManager": [ + [ + "tests/fixtures_regress/models.py", + [ + "TestManager" + ] + ] + ], + "NKManager": [ + [ + "tests/fixtures_regress/models.py", + [ + "NKManager" + ] + ] + ], + "NKChild": [ + [ + "tests/fixtures_regress/models.py", + [ + "NKChild" + ] + ] + ], + "RefToNKChild": [ + [ + "tests/fixtures_regress/models.py", + [ + "RefToNKChild" + ] + ] + ], + "Circle1": [ + [ + "tests/fixtures_regress/models.py", + [ + "Circle1" + ] + ] + ], + "Circle2": [ + [ + "tests/fixtures_regress/models.py", + [ + "Circle2" + ] + ] + ], + "Circle3": [ + [ + "tests/fixtures_regress/models.py", + [ + "Circle3" + ] + ] + ], + "Circle4": [ + [ + "tests/fixtures_regress/models.py", + [ + "Circle4" + ] + ] + ], + "Circle5": [ + [ + "tests/fixtures_regress/models.py", + [ + "Circle5" + ] + ] + ], + "Circle6": [ + [ + "tests/fixtures_regress/models.py", + [ + "Circle6" + ] + ] + ], + "ExternalDependency": [ + [ + "tests/fixtures_regress/models.py", + [ + "ExternalDependency" + ] + ] + ], + "Thingy": [ + [ + "tests/fixtures_regress/models.py", + [ + "Thingy" + ] + ] + ], + "M2MToSelf": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MToSelf" + ] + ] + ], + "BaseNKModel": [ + [ + "tests/fixtures_regress/models.py", + [ + "BaseNKModel" + ] + ] + ], + "M2MSimpleA": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MSimpleA" + ] + ] + ], + "M2MSimpleB": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MSimpleB" + ] + ] + ], + "M2MSimpleCircularA": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MSimpleCircularA" + ] + ] + ], + "M2MSimpleCircularB": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MSimpleCircularB" + ] + ] + ], + "M2MComplexA": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MComplexA" + ] + ] + ], + "M2MComplexB": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MComplexB" + ] + ] + ], + "M2MThroughAB": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MThroughAB" + ] + ] + ], + "M2MComplexCircular1A": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MComplexCircular1A" + ] + ] + ], + "M2MComplexCircular1B": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MComplexCircular1B" + ] + ] + ], + "M2MComplexCircular1C": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MComplexCircular1C" + ] + ] + ], + "M2MCircular1ThroughAB": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MCircular1ThroughAB" + ] + ] + ], + "M2MCircular1ThroughBC": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MCircular1ThroughBC" + ] + ] + ], + "M2MCircular1ThroughCA": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MCircular1ThroughCA" + ] + ] + ], + "M2MComplexCircular2A": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MComplexCircular2A" + ] + ] + ], + "M2MComplexCircular2B": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MComplexCircular2B" + ] + ] + ], + "M2MCircular2ThroughAB": [ + [ + "tests/fixtures_regress/models.py", + [ + "M2MCircular2ThroughAB" + ] + ] + ], + "TestFixtures": [ + [ + "tests/fixtures_regress/tests.py", + [ + "TestFixtures" + ] + ] + ], + "NaturalKeyFixtureTests": [ + [ + "tests/fixtures_regress/tests.py", + [ + "NaturalKeyFixtureTests" + ] + ] + ], + "M2MNaturalKeyFixtureTests": [ + [ + "tests/fixtures_regress/tests.py", + [ + "M2MNaturalKeyFixtureTests" + ] + ] + ], + "TestTicket11101": [ + [ + "tests/fixtures_regress/tests.py", + [ + "TestTicket11101" + ] + ] + ], + "TestLoadFixtureFromOtherAppDirectory": [ + [ + "tests/fixtures_regress/tests.py", + [ + "TestLoadFixtureFromOtherAppDirectory" + ] + ] + ], + "FlatpageCSRFTests": [ + [ + "tests/flatpages_tests/test_csrf.py", + [ + "FlatpageCSRFTests" + ] + ] + ], + "FlatpageAdminFormTests": [ + [ + "tests/flatpages_tests/test_forms.py", + [ + "FlatpageAdminFormTests" + ] + ] + ], + "FlatpageMiddlewareTests": [ + [ + "tests/flatpages_tests/test_middleware.py", + [ + "FlatpageMiddlewareTests" + ] + ] + ], + "FlatpageMiddlewareAppendSlashTests": [ + [ + "tests/flatpages_tests/test_middleware.py", + [ + "FlatpageMiddlewareAppendSlashTests" + ] + ] + ], + "FlatpageModelTests": [ + [ + "tests/flatpages_tests/test_models.py", + [ + "FlatpageModelTests" + ] + ] + ], + "FlatpagesSitemapTests": [ + [ + "tests/flatpages_tests/test_sitemaps.py", + [ + "FlatpagesSitemapTests" + ] + ] + ], + "FlatpageTemplateTagTests": [ + [ + "tests/flatpages_tests/test_templatetags.py", + [ + "FlatpageTemplateTagTests" + ] + ] + ], + "FlatpageViewTests": [ + [ + "tests/flatpages_tests/test_views.py", + [ + "FlatpageViewTests" + ] + ] + ], + "FlatpageViewAppendSlashTests": [ + [ + "tests/flatpages_tests/test_views.py", + [ + "FlatpageViewAppendSlashTests" + ] + ] + ], + "Counter": [ + [ + "tests/force_insert_update/models.py", + [ + "Counter" + ] + ] + ], + "InheritedCounter": [ + [ + "tests/force_insert_update/models.py", + [ + "InheritedCounter" + ] + ] + ], + "ProxyCounter": [ + [ + "tests/force_insert_update/models.py", + [ + "ProxyCounter" + ] + ] + ], + "SubCounter": [ + [ + "tests/force_insert_update/models.py", + [ + "SubCounter" + ] + ] + ], + "WithCustomPK": [ + [ + "tests/force_insert_update/models.py", + [ + "WithCustomPK" + ] + ] + ], + "ForceTests": [ + [ + "tests/force_insert_update/tests.py", + [ + "ForceTests" + ] + ] + ], + "InheritanceTests": [ + [ + "tests/force_insert_update/tests.py", + [ + "InheritanceTests" + ] + ], + [ + "tests/template_tests/syntax_tests/test_extends.py", + [ + "InheritanceTests" + ] + ] + ], + "ArticleTranslationDescriptor": [ + [ + "tests/foreign_object/models/article.py", + [ + "ArticleTranslationDescriptor" + ] + ] + ], + "ColConstraint": [ + [ + "tests/foreign_object/models/article.py", + [ + "ColConstraint" + ] + ] + ], + "ActiveTranslationField": [ + [ + "tests/foreign_object/models/article.py", + [ + "ActiveTranslationField" + ] + ] + ], + "ActiveTranslationFieldWithQ": [ + [ + "tests/foreign_object/models/article.py", + [ + "ActiveTranslationFieldWithQ" + ] + ] + ], + "NewsArticle": [ + [ + "tests/foreign_object/models/article.py", + [ + "NewsArticle" + ] + ] + ], + "ArticleTranslation": [ + [ + "tests/foreign_object/models/article.py", + [ + "ArticleTranslation" + ] + ], + [ + "tests/indexes/models.py", + [ + "ArticleTranslation" + ] + ] + ], + "ArticleTag": [ + [ + "tests/foreign_object/models/article.py", + [ + "ArticleTag" + ] + ] + ], + "ArticleIdea": [ + [ + "tests/foreign_object/models/article.py", + [ + "ArticleIdea" + ] + ] + ], + "Address": [ + [ + "tests/foreign_object/models/customers.py", + [ + "Address" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "Address" + ] + ] + ], + "Customer": [ + [ + "tests/foreign_object/models/customers.py", + [ + "Customer" + ] + ] + ], + "CustomForeignObjectRel": [ + [ + "tests/foreign_object/models/empty_join.py", + [ + "CustomForeignObjectRel" + ] + ] + ], + "StartsWithRelation": [ + [ + "tests/foreign_object/models/empty_join.py", + [ + "StartsWithRelation" + ] + ] + ], + "BrokenContainsRelation": [ + [ + "tests/foreign_object/models/empty_join.py", + [ + "BrokenContainsRelation" + ] + ] + ], + "SlugPage": [ + [ + "tests/foreign_object/models/empty_join.py", + [ + "SlugPage" + ] + ] + ], + "Friendship": [ + [ + "tests/foreign_object/models/person.py", + [ + "Friendship" + ] + ], + [ + "tests/m2m_through/models.py", + [ + "Friendship" + ] + ] + ], + "TestLookupQuery": [ + [ + "tests/foreign_object/test_agnostic_order_trimjoin.py", + [ + "TestLookupQuery" + ] + ] + ], + "RestrictedConditionsTests": [ + [ + "tests/foreign_object/test_empty_join.py", + [ + "RestrictedConditionsTests" + ] + ] + ], + "FormsTests": [ + [ + "tests/foreign_object/test_forms.py", + [ + "FormsTests" + ] + ] + ], + "MultiColumnFKTests": [ + [ + "tests/foreign_object/tests.py", + [ + "MultiColumnFKTests" + ] + ] + ], + "TestModelCheckTests": [ + [ + "tests/foreign_object/tests.py", + [ + "TestModelCheckTests" + ] + ] + ], + "TestExtraJoinFilterQ": [ + [ + "tests/foreign_object/tests.py", + [ + "TestExtraJoinFilterQ" + ] + ] + ], + "FormFieldAssertionsMixin": [ + [ + "tests/forms_tests/field_tests/__init__.py", + [ + "FormFieldAssertionsMixin" + ] + ] + ], + "ComplexField": [ + [ + "tests/forms_tests/field_tests/test_base.py", + [ + "BasicFieldsTests", + "test_cooperative_multiple_inheritance", + "ComplexField" + ] + ], + [ + "tests/forms_tests/field_tests/test_multivaluefield.py", + [ + "ComplexField" + ] + ], + [ + "tests/forms_tests/widget_tests/test_multiwidget.py", + [ + "ComplexField" + ] + ] + ], + "CustomChoiceField": [ + [ + "tests/forms_tests/field_tests/test_base.py", + [ + "BasicFieldsTests", + "test_field_deepcopies_widget_instance", + "CustomChoiceField" + ] + ] + ], + "BasicFieldsTests": [ + [ + "tests/forms_tests/field_tests/test_base.py", + [ + "BasicFieldsTests" + ] + ] + ], + "DisabledFieldTests": [ + [ + "tests/forms_tests/field_tests/test_base.py", + [ + "DisabledFieldTests" + ] + ] + ], + "BooleanFieldTest": [ + [ + "tests/forms_tests/field_tests/test_booleanfield.py", + [ + "BooleanFieldTest" + ] + ] + ], + "StringWrapper": [ + [ + "tests/forms_tests/field_tests/test_charfield.py", + [ + "CharFieldTest", + "test_clean_non_string", + "StringWrapper" + ] + ] + ], + "CharFieldTest": [ + [ + "tests/forms_tests/field_tests/test_charfield.py", + [ + "CharFieldTest" + ] + ] + ], + "ChoiceFieldForm": [ + [ + "tests/forms_tests/field_tests/test_choicefield.py", + [ + "ChoiceFieldTest", + "test_choicefield_callable_may_evaluate_to_different_values", + "ChoiceFieldForm" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "ChoiceFieldForm" + ] + ] + ], + "FirstNames": [ + [ + "tests/forms_tests/field_tests/test_choicefield.py", + [ + "ChoiceFieldTest", + "test_choicefield_enumeration", + "FirstNames" + ] + ] + ], + "ChoiceFieldTest": [ + [ + "tests/forms_tests/field_tests/test_choicefield.py", + [ + "ChoiceFieldTest" + ] + ] + ], + "ComboFieldTest": [ + [ + "tests/forms_tests/field_tests/test_combofield.py", + [ + "ComboFieldTest" + ] + ] + ], + "GetDate": [ + [ + "tests/forms_tests/field_tests/test_datefield.py", + [ + "GetDate" + ] + ] + ], + "GetDateShowHiddenInitial": [ + [ + "tests/forms_tests/field_tests/test_datefield.py", + [ + "DateFieldTest", + "test_l10n_date_changed", + "GetDateShowHiddenInitial" + ] + ] + ], + "DateFieldTest": [ + [ + "tests/forms_tests/field_tests/test_datefield.py", + [ + "DateFieldTest" + ] + ] + ], + "DateTimeFieldTest": [ + [ + "tests/forms_tests/field_tests/test_datetimefield.py", + [ + "DateTimeFieldTest" + ] + ] + ], + "DecimalFieldTest": [ + [ + "tests/forms_tests/field_tests/test_decimalfield.py", + [ + "DecimalFieldTest" + ] + ] + ], + "DurationFieldTest": [ + [ + "tests/forms_tests/field_tests/test_durationfield.py", + [ + "DurationFieldTest" + ] + ] + ], + "EmailFieldTest": [ + [ + "tests/forms_tests/field_tests/test_emailfield.py", + [ + "EmailFieldTest" + ] + ] + ], + "FileFieldTest": [ + [ + "tests/forms_tests/field_tests/test_filefield.py", + [ + "FileFieldTest" + ] + ] + ], + "FilePathFieldTest": [ + [ + "tests/forms_tests/field_tests/test_filepathfield.py", + [ + "FilePathFieldTest" + ] + ] + ], + "FloatFieldTest": [ + [ + "tests/forms_tests/field_tests/test_floatfield.py", + [ + "FloatFieldTest" + ] + ] + ], + "GenericIPAddressFieldTest": [ + [ + "tests/forms_tests/field_tests/test_genericipaddressfield.py", + [ + "GenericIPAddressFieldTest" + ] + ] + ], + "ImageFieldTest": [ + [ + "tests/forms_tests/field_tests/test_imagefield.py", + [ + "ImageFieldTest" + ] + ] + ], + "MyIntegerField": [ + [ + "tests/forms_tests/field_tests/test_integerfield.py", + [ + "IntegerFieldTest", + "test_integerfield_subclass", + "MyIntegerField" + ] + ] + ], + "IntegerFieldTest": [ + [ + "tests/forms_tests/field_tests/test_integerfield.py", + [ + "IntegerFieldTest" + ] + ] + ], + "CustomJSONField": [ + [ + "tests/forms_tests/field_tests/test_jsonfield.py", + [ + "JSONFieldTest", + "test_custom_widget_attribute", + "CustomJSONField" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_custom_empty_values", + "CustomJSONField" + ] + ] + ], + "CustomDecoder": [ + [ + "tests/forms_tests/field_tests/test_jsonfield.py", + [ + "JSONFieldTest", + "test_custom_encoder_decoder", + "CustomDecoder" + ] + ] + ], + "JSONForm": [ + [ + "tests/forms_tests/field_tests/test_jsonfield.py", + [ + "JSONFieldTest", + "test_formfield_disabled", + "JSONForm" + ] + ], + [ + "tests/forms_tests/field_tests/test_jsonfield.py", + [ + "JSONFieldTest", + "test_redisplay_none_input", + "JSONForm" + ] + ], + [ + "tests/forms_tests/field_tests/test_jsonfield.py", + [ + "JSONFieldTest", + "test_redisplay_wrong_input", + "JSONForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_custom_empty_values", + "JSONForm" + ] + ] + ], + "JSONFieldTest": [ + [ + "tests/forms_tests/field_tests/test_jsonfield.py", + [ + "JSONFieldTest" + ] + ] + ], + "MultipleChoiceFieldTest": [ + [ + "tests/forms_tests/field_tests/test_multiplechoicefield.py", + [ + "MultipleChoiceFieldTest" + ] + ] + ], + "PartiallyRequiredField": [ + [ + "tests/forms_tests/field_tests/test_multivaluefield.py", + [ + "PartiallyRequiredField" + ] + ] + ], + "PartiallyRequiredForm": [ + [ + "tests/forms_tests/field_tests/test_multivaluefield.py", + [ + "PartiallyRequiredForm" + ] + ] + ], + "ComplexMultiWidget": [ + [ + "tests/forms_tests/field_tests/test_multivaluefield.py", + [ + "ComplexMultiWidget" + ] + ], + [ + "tests/forms_tests/widget_tests/test_multiwidget.py", + [ + "ComplexMultiWidget" + ] + ] + ], + "ComplexFieldForm": [ + [ + "tests/forms_tests/field_tests/test_multivaluefield.py", + [ + "ComplexFieldForm" + ] + ], + [ + "tests/forms_tests/field_tests/test_multivaluefield.py", + [ + "MultiValueFieldTest", + "test_clean_disabled_multivalue", + "ComplexFieldForm" + ] + ] + ], + "MultiValueFieldTest": [ + [ + "tests/forms_tests/field_tests/test_multivaluefield.py", + [ + "MultiValueFieldTest" + ] + ] + ], + "HiddenNullBooleanForm": [ + [ + "tests/forms_tests/field_tests/test_nullbooleanfield.py", + [ + "NullBooleanFieldTest", + "test_nullbooleanfield_2", + "HiddenNullBooleanForm" + ] + ], + [ + "tests/forms_tests/field_tests/test_nullbooleanfield.py", + [ + "NullBooleanFieldTest", + "test_nullbooleanfield_3", + "HiddenNullBooleanForm" + ] + ] + ], + "MySQLNullBooleanForm": [ + [ + "tests/forms_tests/field_tests/test_nullbooleanfield.py", + [ + "NullBooleanFieldTest", + "test_nullbooleanfield_4", + "MySQLNullBooleanForm" + ] + ] + ], + "NullBooleanFieldTest": [ + [ + "tests/forms_tests/field_tests/test_nullbooleanfield.py", + [ + "NullBooleanFieldTest" + ] + ] + ], + "RegexFieldTest": [ + [ + "tests/forms_tests/field_tests/test_regexfield.py", + [ + "RegexFieldTest" + ] + ] + ], + "SlugFieldTest": [ + [ + "tests/forms_tests/field_tests/test_slugfield.py", + [ + "SlugFieldTest" + ] + ] + ], + "SplitDateTimeFieldTest": [ + [ + "tests/forms_tests/field_tests/test_splitdatetimefield.py", + [ + "SplitDateTimeFieldTest" + ] + ] + ], + "TimeFieldTest": [ + [ + "tests/forms_tests/field_tests/test_timefield.py", + [ + "TimeFieldTest" + ] + ] + ], + "TypedChoiceFieldTest": [ + [ + "tests/forms_tests/field_tests/test_typedchoicefield.py", + [ + "TypedChoiceFieldTest" + ] + ] + ], + "TypedMultipleChoiceFieldTest": [ + [ + "tests/forms_tests/field_tests/test_typedmultiplechoicefield.py", + [ + "TypedMultipleChoiceFieldTest" + ] + ] + ], + "URLFieldTest": [ + [ + "tests/forms_tests/field_tests/test_urlfield.py", + [ + "URLFieldTest" + ] + ] + ], + "UUIDFieldTest": [ + [ + "tests/forms_tests/field_tests/test_uuidfield.py", + [ + "UUIDFieldTest" + ] + ] + ], + "BoundaryModel": [ + [ + "tests/forms_tests/models.py", + [ + "BoundaryModel" + ] + ] + ], + "Defaults": [ + [ + "tests/forms_tests/models.py", + [ + "Defaults" + ] + ] + ], + "ChoiceModel": [ + [ + "tests/forms_tests/models.py", + [ + "ChoiceModel" + ] + ] + ], + "ChoiceOptionModel": [ + [ + "tests/forms_tests/models.py", + [ + "ChoiceOptionModel" + ] + ] + ], + "ChoiceFieldModel": [ + [ + "tests/forms_tests/models.py", + [ + "ChoiceFieldModel" + ] + ] + ], + "OptionalMultiChoiceModel": [ + [ + "tests/forms_tests/models.py", + [ + "OptionalMultiChoiceModel" + ] + ] + ], + "CountRenderNode": [ + [ + "tests/forms_tests/templatetags/tags.py", + [ + "CountRenderNode" + ] + ] + ], + "DivErrorList": [ + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DivErrorList" + ] + ] + ], + "EmailForm": [ + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecationTests", + "test_deprecation_warning_error_list", + "EmailForm" + ] + ] + ], + "CommentForm": [ + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecatedTests", + "test_errorlist_override_str", + "CommentForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "OverrideTests", + "test_errorlist_override", + "CommentForm" + ] + ] + ], + "SomeForm": [ + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecatedTests", + "test_field_name", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecatedTests", + "test_field_without_css_classes", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecatedTests", + "test_field_with_css_class", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecatedTests", + "test_field_name_with_hidden_input", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecatedTests", + "test_field_name_with_hidden_input_and_non_matching_row_ender", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "FormsErrorMessagesTestCase", + "test_error_messages_escaping", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_label_has_required_css_class", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_label_tag", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_label_tag_no_id", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_label_tag_custom_widget_id_for_label", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_empty_label", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_id_for_label", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_id_for_label_override_by_attrs", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_subwidget_id_for_label", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_widget_type", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_label_tag_override", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_i18n.py", + [ + "FormsI18nTests", + "test_lazy_labels", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_i18n.py", + [ + "FormsI18nTests", + "test_non_ascii_label", + "SomeForm" + ] + ], + [ + "tests/forms_tests/tests/test_i18n.py", + [ + "FormsI18nTests", + "test_non_ascii_choices", + "SomeForm" + ] + ] + ], + "DeprecatedTests": [ + [ + "tests/forms_tests/tests/test_deprecation_forms.py", + [ + "DeprecatedTests" + ] + ] + ], + "AssertFormErrorsMixin": [ + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "AssertFormErrorsMixin" + ] + ] + ], + "CustomErrorList": [ + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "FormsErrorMessagesTestCase", + "test_subclassing_errorlist", + "CustomErrorList" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "OverrideTests", + "test_errorlist_override", + "CustomErrorList" + ] + ], + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formset_error_class", + "CustomErrorList" + ] + ] + ], + "SomeForm_1": [ + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "FormsErrorMessagesTestCase", + "test_error_messages_escaping", + "SomeForm_1" + ] + ] + ], + "SomeForm_2": [ + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "FormsErrorMessagesTestCase", + "test_error_messages_escaping", + "SomeForm_2" + ] + ] + ], + "FormsErrorMessagesTestCase": [ + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "FormsErrorMessagesTestCase" + ] + ] + ], + "ModelChoiceFieldErrorMessagesTestCase": [ + [ + "tests/forms_tests/tests/test_error_messages.py", + [ + "ModelChoiceFieldErrorMessagesTestCase" + ] + ] + ], + "FrameworkForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FrameworkForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_choices", + "FrameworkForm" + ] + ] + ], + "PersonNew": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "PersonNew" + ] + ] + ], + "MultiValueDictLike": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "MultiValueDictLike" + ] + ] + ], + "OptionalPersonForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_optional_data", + "OptionalPersonForm" + ] + ] + ], + "OptionalPersonForm_1": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_optional_data", + "OptionalPersonForm_1" + ] + ] + ], + "SignupForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_various_boolean_values", + "SignupForm" + ] + ] + ], + "ContactForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_widget_output", + "ContactForm" + ] + ], + [ + "tests/generic_views/forms.py", + [ + "ContactForm" + ] + ], + [ + "tests/messages_tests/urls.py", + [ + "ContactForm" + ] + ] + ], + "ContactForm_1": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_widget_output", + "ContactForm_1" + ] + ] + ], + "FrameworkForm_1": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_choices", + "FrameworkForm_1" + ] + ] + ], + "FrameworkForm_2": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_choices", + "FrameworkForm_2" + ] + ] + ], + "FrameworkForm_3": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_choices", + "FrameworkForm_3" + ] + ] + ], + "FrameworkForm_4": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_choices", + "FrameworkForm_4" + ] + ] + ], + "BeatleForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_form_with_iterable_boundfield", + "BeatleForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_form_with_iterable_boundfield_id", + "BeatleForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_iterable_boundfield_select", + "BeatleForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_form_with_noniterable_boundfield", + "BeatleForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_slice", + "BeatleForm" + ] + ] + ], + "SongForm_1": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_multiple_choice", + "SongForm_1" + ] + ] + ], + "PersonForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_form_with_disabled_fields", + "PersonForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_get_initial_for_field", + "PersonForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_value_disabled_callable_initial", + "PersonForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelMultipleChoiceFieldTests", + "test_clean_does_deduplicate_values", + "PersonForm" + ] + ] + ], + "PersonFormFieldInitial": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_form_with_disabled_fields", + "PersonFormFieldInitial" + ] + ] + ], + "MessageForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_hidden_data", + "MessageForm" + ] + ] + ], + "SongFormHidden": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multiple_hidden", + "SongFormHidden" + ] + ] + ], + "EscapingForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_escaping", + "EscapingForm" + ] + ] + ], + "UserRegistration": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_validating_multiple_fields", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_has_error", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_form_html_attributes", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_specifying_labels", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_initial_data", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_initial_data", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_callable_initial_data", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_values", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_help_text", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "TemplateTests", + "test_templates_with_forms", + "UserRegistration" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "TemplateTests", + "test_basic_processing_in_view", + "UserRegistration" + ] + ] + ], + "UserRegistration_1": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_validating_multiple_fields", + "UserRegistration_1" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_form_html_attributes", + "UserRegistration_1" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_initial_data", + "UserRegistration_1" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_callable_initial_data", + "UserRegistration_1" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_help_text", + "UserRegistration_1" + ] + ] + ], + "CodeForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_update_error_dict", + "CodeForm" + ] + ] + ], + "MyForm_2": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_construction", + "MyForm_2" + ] + ] + ], + "Person_3": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_construction", + "Person_3" + ] + ] + ], + "Person_4": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_construction", + "Person_4" + ] + ] + ], + "Person_5": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_dynamic_construction", + "Person_5" + ] + ] + ], + "TestFormParent": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_explicit_field_order", + "TestFormParent" + ] + ] + ], + "TestFormRemove": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_explicit_field_order", + "TestFormRemove" + ] + ] + ], + "TestFormMissing": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_explicit_field_order", + "TestFormMissing" + ] + ] + ], + "TestFormInit": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_explicit_field_order", + "TestFormInit" + ] + ] + ], + "Questions": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_specifying_labels", + "Questions" + ] + ] + ], + "UserRegistration_2": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_specifying_labels", + "UserRegistration_2" + ] + ] + ], + "UserRegistration_3": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_specifying_labels", + "UserRegistration_3" + ] + ] + ], + "FavoriteForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_label_suffix", + "FavoriteForm" + ] + ] + ], + "PedanticField": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_changed_data", + "PedanticField" + ] + ] + ], + "Person2": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_changed_data", + "Person2" + ] + ] + ], + "SampleForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_custom_boundfield", + "SampleForm" + ] + ] + ], + "HiddenInputWithoutMicrosec": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_initial_datetime_values", + "HiddenInputWithoutMicrosec" + ] + ] + ], + "TextInputWithoutMicrosec": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_initial_datetime_values", + "TextInputWithoutMicrosec" + ] + ] + ], + "DateTimeForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_initial_datetime_values", + "DateTimeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "get_datetime_form_with_callable_initial", + "DateTimeForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_datetime_changed_data_callable_with_microseconds", + "DateTimeForm" + ] + ] + ], + "FakeTime": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "get_datetime_form_with_callable_initial", + "FakeTime" + ] + ] + ], + "Person_2": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_subclassing_forms", + "Person_2" + ] + ] + ], + "Instrument": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_subclassing_forms", + "Instrument" + ] + ] + ], + "Beatle": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_subclassing_forms", + "Beatle" + ] + ] + ], + "Person_1": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_prefixes", + "Person_1" + ] + ] + ], + "FileForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_forms_with_file_fields", + "FileForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_filefield_initial_callable", + "FileForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_filefield_with_fileinput_required", + "FileForm" + ] + ], + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "TestEmptyFormSet", + "test_empty_formset_is_multipart", + "FileForm" + ] + ], + [ + "tests/forms_tests/tests/tests.py", + [ + "FileForm" + ] + ] + ], + "PriceForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_empty_permitted", + "PriceForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "PriceForm" + ] + ] + ], + "EventForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_label_split_datetime_not_displayed", + "EventForm" + ] + ], + [ + "tests/timezones/forms.py", + [ + "EventForm" + ] + ] + ], + "NameField": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_field_validation", + "NameField" + ] + ] + ], + "NameForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_field_validation", + "NameForm" + ] + ] + ], + "ChoicesField": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_deep_copy", + "ChoicesField" + ] + ] + ], + "DateAgeField": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_initial_data", + "DateAgeField" + ] + ] + ], + "DateAgeForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_initial_data", + "DateAgeForm" + ] + ] + ], + "PhoneField": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_optional_subfields", + "PhoneField" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_optional_subfields_rendering", + "PhoneField" + ] + ] + ], + "PhoneWidget": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_optional_subfields_rendering", + "PhoneWidget" + ] + ] + ], + "PhoneForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multivalue_optional_subfields_rendering", + "PhoneForm" + ] + ] + ], + "CustomIdForLabelTextInput": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_label_tag_custom_widget_id_for_label", + "CustomIdForLabelTextInput" + ] + ] + ], + "EmptyIdForLabelTextInput": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_boundfield_label_tag_custom_widget_id_for_label", + "EmptyIdForLabelTextInput" + ] + ] + ], + "UserForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_accessing_clean", + "UserForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_changing_cleaned_data_nothing_returned", + "UserForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_changing_cleaned_data_in_clean", + "UserForm" + ] + ], + [ + "tests/forms_tests/tests/test_validators.py", + [ + "TestFieldWithValidators", + "test_all_errors_get_reported", + "UserForm" + ] + ], + [ + "tests/forms_tests/tests/test_validators.py", + [ + "TestFieldWithValidators", + "test_field_validators_can_be_any_iterable", + "UserForm" + ] + ] + ], + "FormWithoutFile": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multipart_encoded_form", + "FormWithoutFile" + ] + ] + ], + "FormWithFile": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multipart_encoded_form", + "FormWithFile" + ] + ] + ], + "FormWithImage": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_multipart_encoded_form", + "FormWithImage" + ] + ] + ], + "SimpleForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_html_safe", + "SimpleForm" + ] + ] + ], + "HiddenForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_only_hidden_fields", + "HiddenForm" + ] + ] + ], + "DataForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_field_named_data", + "DataForm" + ] + ] + ], + "CustomCharField": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase", + "test_field_deep_copy_error_messages", + "CustomCharField" + ] + ] + ], + "FormsTestCase": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "FormsTestCase" + ] + ] + ], + "Jinja2FormsTestCase": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "Jinja2FormsTestCase" + ] + ] + ], + "CustomRenderer": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "CustomRenderer" + ] + ] + ], + "CustomForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "RendererTests", + "test_attribute_instance", + "CustomForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "RendererTests", + "test_attribute_class", + "CustomForm" + ] + ], + [ + "tests/forms_tests/tests/test_forms.py", + [ + "RendererTests", + "test_attribute_override", + "CustomForm" + ] + ] + ], + "RendererTests": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "RendererTests" + ] + ] + ], + "TemplateTests": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "TemplateTests" + ] + ], + [ + "tests/template_tests/test_base.py", + [ + "TemplateTests" + ] + ], + [ + "tests/template_tests/tests.py", + [ + "TemplateTests" + ] + ], + [ + "tests/timezones/tests.py", + [ + "TemplateTests" + ] + ] + ], + "FirstNameForm": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "OverrideTests", + "test_cyclic_context_boundfield_render", + "FirstNameForm" + ] + ] + ], + "OverrideTests": [ + [ + "tests/forms_tests/tests/test_forms.py", + [ + "OverrideTests" + ] + ] + ], + "FavoriteDrinkForm": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FavoriteDrinkForm" + ] + ] + ], + "BaseFavoriteDrinksFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "BaseFavoriteDrinksFormSet" + ] + ] + ], + "CustomKwargForm": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "CustomKwargForm" + ] + ] + ], + "DynamicBaseFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_form_kwargs_formset_dynamic", + "DynamicBaseFormSet" + ] + ] + ], + "CheckForm": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formset_with_deletion_remove_deletion_flag", + "CheckForm" + ] + ], + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_validate_max_ignores_forms_marked_for_deletion", + "CheckForm" + ] + ] + ], + "DeletionAttributeFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formset_with_deletion_custom_widget", + "DeletionAttributeFormSet" + ] + ] + ], + "DeletionMethodFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formset_with_deletion_custom_widget", + "DeletionMethodFormSet" + ] + ] + ], + "OrderingAttributeFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formsets_with_ordering_custom_widget", + "OrderingAttributeFormSet" + ] + ] + ], + "OrderingMethodFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formsets_with_ordering_custom_widget", + "OrderingMethodFormSet" + ] + ] + ], + "BaseReverseFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formset_iteration", + "BaseReverseFormSet" + ] + ] + ], + "SplitDateTimeForm": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formset_splitdatetimefield", + "SplitDateTimeForm" + ] + ] + ], + "AnotherChoice": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_formset_calls_forms_is_valid", + "AnotherChoice" + ] + ] + ], + "BaseCustomFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase", + "test_non_form_errors_run_full_clean", + "BaseCustomFormSet" + ] + ] + ], + "FormsFormsetTestCase": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsFormsetTestCase" + ] + ] + ], + "Jinja2FormsFormsetTestCase": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "Jinja2FormsFormsetTestCase" + ] + ] + ], + "FormsetAsTagTests": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "FormsetAsTagTests" + ] + ] + ], + "Jinja2FormsetAsTagTests": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "Jinja2FormsetAsTagTests" + ] + ] + ], + "TestIsBoundBehavior": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "TestIsBoundBehavior" + ] + ] + ], + "TestIsBoundBehavior_10": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "TestIsBoundBehavior_10" + ] + ] + ], + "EmptyFsetWontValidate": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "TestEmptyFormSet", + "test_empty_formset_is_valid", + "EmptyFsetWontValidate" + ] + ] + ], + "MediaForm": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "TestEmptyFormSet", + "test_empty_formset_media", + "MediaForm" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude_with_readonly", + "MediaForm" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude", + "MediaForm" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_fieldsets", + "MediaForm" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_formsets_with_inlines_returns_tuples", + "MediaForm" + ] + ] + ], + "TestEmptyFormSet": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "TestEmptyFormSet" + ] + ] + ], + "AllValidTests": [ + [ + "tests/forms_tests/tests/test_formsets.py", + [ + "AllValidTests" + ] + ] + ], + "CopyForm": [ + [ + "tests/forms_tests/tests/test_i18n.py", + [ + "FormsI18nTests", + "test_select_translated_text", + "CopyForm" + ] + ] + ], + "FormsI18nTests": [ + [ + "tests/forms_tests/tests/test_i18n.py", + [ + "FormsI18nTests" + ] + ] + ], + "Jinja2FormsI18nTests": [ + [ + "tests/forms_tests/tests/test_i18n.py", + [ + "Jinja2FormsI18nTests" + ] + ] + ], + "LocalizedTimeTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "LocalizedTimeTests" + ] + ] + ], + "CustomTimeInputFormatsTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "CustomTimeInputFormatsTests" + ] + ] + ], + "SimpleTimeFormatTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "SimpleTimeFormatTests" + ] + ] + ], + "LocalizedDateTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "LocalizedDateTests" + ] + ] + ], + "CustomDateInputFormatsTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "CustomDateInputFormatsTests" + ] + ] + ], + "SimpleDateFormatTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "SimpleDateFormatTests" + ] + ] + ], + "LocalizedDateTimeTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "LocalizedDateTimeTests" + ] + ] + ], + "CustomDateTimeInputFormatsTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "CustomDateTimeInputFormatsTests" + ] + ] + ], + "SimpleDateTimeFormatTests": [ + [ + "tests/forms_tests/tests/test_input_formats.py", + [ + "SimpleDateTimeFormatTests" + ] + ] + ], + "MyWidget": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_construction", + "MyWidget" + ] + ] + ], + "MyWidget1": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_dsl", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_property_parent_references", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_from_property", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_extends", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_single_type", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_widget", + "MyWidget1" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "MyWidget1" + ] + ] + ], + "MyWidget2": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget2" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_widget", + "MyWidget2" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "MyWidget2" + ] + ] + ], + "MyWidget3": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget3" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_widget", + "MyWidget3" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "MyWidget3" + ] + ] + ], + "MyWidget4": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_combine_media", + "MyWidget4" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_property", + "MyWidget4" + ] + ], + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_from_property", + "MyWidget4" + ] + ] + ], + "MyWidget5": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_property", + "MyWidget5" + ] + ] + ], + "MyWidget6": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_property_parent_references", + "MyWidget6" + ] + ] + ], + "MyWidget7": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance", + "MyWidget7" + ] + ] + ], + "MyWidget8": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance", + "MyWidget8" + ] + ] + ], + "MyWidget9": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_from_property", + "MyWidget9" + ] + ] + ], + "MyWidget10": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_from_property", + "MyWidget10" + ] + ] + ], + "MyWidget11": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_extends", + "MyWidget11" + ] + ] + ], + "MyWidget12": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_media_inheritance_single_type", + "MyWidget12" + ] + ] + ], + "MultimediaWidget": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_media", + "MultimediaWidget" + ] + ] + ], + "MyMultiWidget": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_multi_widget", + "MyMultiWidget" + ] + ], + [ + "tests/forms_tests/widget_tests/test_multiwidget.py", + [ + "MyMultiWidget" + ] + ] + ], + "AnotherForm": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "AnotherForm" + ] + ] + ], + "FormWithMedia": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase", + "test_form_media", + "FormWithMedia" + ] + ] + ], + "FormsMediaTestCase": [ + [ + "tests/forms_tests/tests/test_media.py", + [ + "FormsMediaTestCase" + ] + ] + ], + "SharedTests": [ + [ + "tests/forms_tests/tests/test_renderers.py", + [ + "SharedTests" + ] + ] + ], + "BaseTemplateRendererTests": [ + [ + "tests/forms_tests/tests/test_renderers.py", + [ + "BaseTemplateRendererTests" + ] + ] + ], + "DjangoTemplatesTests": [ + [ + "tests/forms_tests/tests/test_renderers.py", + [ + "DjangoTemplatesTests" + ] + ], + [ + "tests/template_backends/test_django.py", + [ + "DjangoTemplatesTests" + ] + ] + ], + "Jinja2Tests": [ + [ + "tests/forms_tests/tests/test_renderers.py", + [ + "Jinja2Tests" + ] + ], + [ + "tests/template_backends/test_jinja2.py", + [ + "Jinja2Tests" + ] + ] + ], + "TemplatesSettingTests": [ + [ + "tests/forms_tests/tests/test_renderers.py", + [ + "TemplatesSettingTests" + ] + ] + ], + "VeryBadError": [ + [ + "tests/forms_tests/tests/test_utils.py", + [ + "FormsUtilsTestCase", + "test_validation_error", + "VeryBadError" + ] + ] + ], + "FormsUtilsTestCase": [ + [ + "tests/forms_tests/tests/test_utils.py", + [ + "FormsUtilsTestCase" + ] + ] + ], + "TestFieldWithValidators": [ + [ + "tests/forms_tests/tests/test_validators.py", + [ + "TestFieldWithValidators" + ] + ] + ], + "ValidatorCustomMessageTests": [ + [ + "tests/forms_tests/tests/test_validators.py", + [ + "ValidatorCustomMessageTests" + ] + ] + ], + "LiveWidgetTests": [ + [ + "tests/forms_tests/tests/test_widgets.py", + [ + "LiveWidgetTests" + ] + ] + ], + "OptionalMultiChoiceModelForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "OptionalMultiChoiceModelForm" + ] + ] + ], + "ChoiceFieldExclusionForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "ChoiceFieldExclusionForm" + ] + ] + ], + "EmptyCharLabelChoiceForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "EmptyCharLabelChoiceForm" + ] + ] + ], + "EmptyIntegerLabelChoiceForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "EmptyIntegerLabelChoiceForm" + ] + ] + ], + "EmptyCharLabelNoneChoiceForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "EmptyCharLabelNoneChoiceForm" + ] + ] + ], + "TestTicket14567": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "TestTicket14567" + ] + ] + ], + "ModelFormCallableModelDefault": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "ModelFormCallableModelDefault" + ] + ] + ], + "BoundaryForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "FormsModelTestCase", + "test_boundary_conditions", + "BoundaryForm" + ] + ] + ], + "DefaultsForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "FormsModelTestCase", + "test_formfield_initial", + "DefaultsForm" + ] + ] + ], + "ExcludingForm": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "FormsModelTestCase", + "test_formfield_initial", + "ExcludingForm" + ] + ] + ], + "FormsModelTestCase": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "FormsModelTestCase" + ] + ] + ], + "D": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "RelatedModelFormTests", + "test_valid_loading_order", + "D" + ] + ], + [ + "tests/generic_relations_regress/models.py", + [ + "D" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "D" + ] + ], + [ + "tests/update/models.py", + [ + "D" + ] + ] + ], + "RelatedModelFormTests": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "RelatedModelFormTests" + ] + ] + ], + "ManyToManyExclusionTestCase": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "ManyToManyExclusionTestCase" + ] + ] + ], + "EmptyLabelTestCase": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "EmptyLabelTestCase" + ] + ] + ], + "Jinja2EmptyLabelTestCase": [ + [ + "tests/forms_tests/tests/tests.py", + [ + "Jinja2EmptyLabelTestCase" + ] + ] + ], + "ArticleFormView": [ + [ + "tests/forms_tests/views.py", + [ + "ArticleFormView" + ] + ] + ], + "WidgetTest": [ + [ + "tests/forms_tests/widget_tests/base.py", + [ + "WidgetTest" + ] + ] + ], + "CheckboxInputTest": [ + [ + "tests/forms_tests/widget_tests/test_checkboxinput.py", + [ + "CheckboxInputTest" + ] + ] + ], + "CheckboxSelectMultipleTest": [ + [ + "tests/forms_tests/widget_tests/test_checkboxselectmultiple.py", + [ + "CheckboxSelectMultipleTest" + ] + ] + ], + "FakeFieldFile": [ + [ + "tests/forms_tests/widget_tests/test_clearablefileinput.py", + [ + "FakeFieldFile" + ] + ] + ], + "StrangeFieldFile": [ + [ + "tests/forms_tests/widget_tests/test_clearablefileinput.py", + [ + "ClearableFileInputTest", + "test_html_escaped", + "StrangeFieldFile" + ] + ] + ], + "FailingURLFieldFile": [ + [ + "tests/forms_tests/widget_tests/test_clearablefileinput.py", + [ + "ClearableFileInputTest", + "test_html_does_not_mask_exceptions", + "FailingURLFieldFile" + ] + ] + ], + "URLFieldFile": [ + [ + "tests/forms_tests/widget_tests/test_clearablefileinput.py", + [ + "ClearableFileInputTest", + "test_url_as_property", + "URLFieldFile" + ] + ] + ], + "NoURLFieldFile": [ + [ + "tests/forms_tests/widget_tests/test_clearablefileinput.py", + [ + "ClearableFileInputTest", + "test_return_false_if_url_does_not_exists", + "NoURLFieldFile" + ] + ] + ], + "ClearableFileInputTest": [ + [ + "tests/forms_tests/widget_tests/test_clearablefileinput.py", + [ + "ClearableFileInputTest" + ] + ] + ], + "DateInputTest": [ + [ + "tests/forms_tests/widget_tests/test_dateinput.py", + [ + "DateInputTest" + ] + ] + ], + "DateTimeInputTest": [ + [ + "tests/forms_tests/widget_tests/test_datetimeinput.py", + [ + "DateTimeInputTest" + ] + ] + ], + "FileInputTest": [ + [ + "tests/forms_tests/widget_tests/test_fileinput.py", + [ + "FileInputTest" + ] + ] + ], + "HiddenInputTest": [ + [ + "tests/forms_tests/widget_tests/test_hiddeninput.py", + [ + "HiddenInputTest" + ] + ] + ], + "InputTests": [ + [ + "tests/forms_tests/widget_tests/test_input.py", + [ + "InputTests" + ] + ] + ], + "MultipleHiddenInputTest": [ + [ + "tests/forms_tests/widget_tests/test_multiplehiddeninput.py", + [ + "MultipleHiddenInputTest" + ] + ] + ], + "DeepCopyWidget": [ + [ + "tests/forms_tests/widget_tests/test_multiwidget.py", + [ + "DeepCopyWidget" + ] + ] + ], + "MultiWidgetTest": [ + [ + "tests/forms_tests/widget_tests/test_multiwidget.py", + [ + "MultiWidgetTest" + ] + ] + ], + "NullBooleanSelectTest": [ + [ + "tests/forms_tests/widget_tests/test_nullbooleanselect.py", + [ + "NullBooleanSelectTest" + ] + ] + ], + "NumberInputTests": [ + [ + "tests/forms_tests/widget_tests/test_numberinput.py", + [ + "NumberInputTests" + ] + ] + ], + "PasswordInputTest": [ + [ + "tests/forms_tests/widget_tests/test_passwordinput.py", + [ + "PasswordInputTest" + ] + ] + ], + "RadioSelectTest": [ + [ + "tests/forms_tests/widget_tests/test_radioselect.py", + [ + "RadioSelectTest" + ] + ] + ], + "SelectTest": [ + [ + "tests/forms_tests/widget_tests/test_select.py", + [ + "SelectTest" + ] + ] + ], + "GetNotRequiredDate": [ + [ + "tests/forms_tests/widget_tests/test_selectdatewidget.py", + [ + "SelectDateWidgetTest", + "test_selectdate_required", + "GetNotRequiredDate" + ] + ] + ], + "GetRequiredDate": [ + [ + "tests/forms_tests/widget_tests/test_selectdatewidget.py", + [ + "SelectDateWidgetTest", + "test_selectdate_required", + "GetRequiredDate" + ] + ] + ], + "SelectDateWidgetTest": [ + [ + "tests/forms_tests/widget_tests/test_selectdatewidget.py", + [ + "SelectDateWidgetTest" + ] + ] + ], + "SelectMultipleTest": [ + [ + "tests/forms_tests/widget_tests/test_selectmultiple.py", + [ + "SelectMultipleTest" + ] + ] + ], + "SplitDateTimeWidgetTest": [ + [ + "tests/forms_tests/widget_tests/test_splitdatetimewidget.py", + [ + "SplitDateTimeWidgetTest" + ] + ] + ], + "SplitHiddenDateTimeWidgetTest": [ + [ + "tests/forms_tests/widget_tests/test_splithiddendatetimewidget.py", + [ + "SplitHiddenDateTimeWidgetTest" + ] + ] + ], + "TextareaTest": [ + [ + "tests/forms_tests/widget_tests/test_textarea.py", + [ + "TextareaTest" + ] + ] + ], + "TextInputTest": [ + [ + "tests/forms_tests/widget_tests/test_textinput.py", + [ + "TextInputTest" + ] + ] + ], + "TimeInputTest": [ + [ + "tests/forms_tests/widget_tests/test_timeinput.py", + [ + "TimeInputTest" + ] + ] + ], + "WidgetTests": [ + [ + "tests/forms_tests/widget_tests/test_widget.py", + [ + "WidgetTests" + ] + ] + ], + "Cash": [ + [ + "tests/from_db_value/models.py", + [ + "Cash" + ] + ] + ], + "CashField": [ + [ + "tests/from_db_value/models.py", + [ + "CashField" + ] + ] + ], + "CashModel": [ + [ + "tests/from_db_value/models.py", + [ + "CashModel" + ] + ] + ], + "FromDBValueTest": [ + [ + "tests/from_db_value/tests.py", + [ + "FromDBValueTest" + ] + ] + ], + "MediaInline": [ + [ + "tests/generic_inline_admin/admin.py", + [ + "MediaInline" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude_with_readonly", + "MediaInline" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude", + "MediaInline" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_fieldsets", + "MediaInline" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_formsets_with_inlines_returns_tuples", + "MediaInline" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_inline_instances_override_get_inlines", + "MediaInline" + ] + ] + ], + "EpisodeAdmin": [ + [ + "tests/generic_inline_admin/admin.py", + [ + "EpisodeAdmin" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude_with_readonly", + "EpisodeAdmin" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude", + "EpisodeAdmin" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_formsets_with_inlines_returns_tuples", + "EpisodeAdmin" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_inline_instances_override_get_inlines", + "EpisodeAdmin" + ] + ] + ], + "PhoneNumberInline": [ + [ + "tests/generic_inline_admin/admin.py", + [ + "PhoneNumberInline" + ] + ] + ], + "MediaPermanentInline": [ + [ + "tests/generic_inline_admin/admin.py", + [ + "MediaPermanentInline" + ] + ] + ], + "Episode": [ + [ + "tests/generic_inline_admin/models.py", + [ + "Episode" + ] + ] + ], + "PhoneNumber": [ + [ + "tests/generic_inline_admin/models.py", + [ + "PhoneNumber" + ] + ] + ], + "EpisodePermanent": [ + [ + "tests/generic_inline_admin/models.py", + [ + "EpisodePermanent" + ] + ] + ], + "GenericAdminViewTest": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericAdminViewTest" + ] + ] + ], + "ExtraInline": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminParametersTest", + "test_extra_param", + "ExtraInline" + ] + ] + ], + "MaxNumInline": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminParametersTest", + "test_max_num_param", + "MaxNumInline" + ] + ] + ], + "GetExtraInline": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminParametersTest", + "test_get_extra", + "GetExtraInline" + ] + ] + ], + "GetMinNumInline": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminParametersTest", + "test_get_min_num", + "GetMinNumInline" + ] + ] + ], + "GetMaxNumInline": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminParametersTest", + "test_get_max_num", + "GetMaxNumInline" + ] + ] + ], + "GenericInlineAdminParametersTest": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminParametersTest" + ] + ] + ], + "GenericInlineAdminWithUniqueTogetherTest": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineAdminWithUniqueTogetherTest" + ] + ] + ], + "NoInlineDeletionTest": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "NoInlineDeletionTest" + ] + ] + ], + "MediaInline_3": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude", + "MediaInline_3" + ] + ] + ], + "EpisodeAdmin_4": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_custom_form_meta_exclude", + "EpisodeAdmin_4" + ] + ] + ], + "AlternateInline": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_formsets_with_inlines_returns_tuples", + "AlternateInline" + ] + ], + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest", + "test_get_inline_instances_override_get_inlines", + "AlternateInline" + ] + ] + ], + "GenericInlineModelAdminTest": [ + [ + "tests/generic_inline_admin/tests.py", + [ + "GenericInlineModelAdminTest" + ] + ] + ], + "ValuableTaggedItem": [ + [ + "tests/generic_relations/models.py", + [ + "ValuableTaggedItem" + ] + ] + ], + "AbstractComparison": [ + [ + "tests/generic_relations/models.py", + [ + "AbstractComparison" + ] + ] + ], + "Comparison": [ + [ + "tests/generic_relations/models.py", + [ + "Comparison" + ] + ] + ], + "Vegetable": [ + [ + "tests/generic_relations/models.py", + [ + "Vegetable" + ] + ] + ], + "Carrot": [ + [ + "tests/generic_relations/models.py", + [ + "Carrot" + ] + ] + ], + "Mineral": [ + [ + "tests/generic_relations/models.py", + [ + "Mineral" + ] + ] + ], + "GeckoManager": [ + [ + "tests/generic_relations/models.py", + [ + "GeckoManager" + ] + ] + ], + "Gecko": [ + [ + "tests/generic_relations/models.py", + [ + "Gecko" + ] + ] + ], + "Rock": [ + [ + "tests/generic_relations/models.py", + [ + "Rock" + ] + ] + ], + "ValuableRock": [ + [ + "tests/generic_relations/models.py", + [ + "ValuableRock" + ] + ] + ], + "ManualPK": [ + [ + "tests/generic_relations/models.py", + [ + "ManualPK" + ] + ] + ], + "ForProxyModelModel": [ + [ + "tests/generic_relations/models.py", + [ + "ForProxyModelModel" + ] + ] + ], + "ForConcreteModelModel": [ + [ + "tests/generic_relations/models.py", + [ + "ForConcreteModelModel" + ] + ] + ], + "ConcreteRelatedModel": [ + [ + "tests/generic_relations/models.py", + [ + "ConcreteRelatedModel" + ] + ] + ], + "ProxyRelatedModel": [ + [ + "tests/generic_relations/models.py", + [ + "ProxyRelatedModel" + ] + ] + ], + "AllowsNullGFK": [ + [ + "tests/generic_relations/models.py", + [ + "AllowsNullGFK" + ] + ] + ], + "TaggedItemForm": [ + [ + "tests/generic_relations/test_forms.py", + [ + "TaggedItemForm" + ] + ] + ], + "BadModel": [ + [ + "tests/generic_relations/test_forms.py", + [ + "GenericInlineFormsetTests", + "test_incorrect_content_type", + "BadModel" + ] + ] + ], + "SaveTestForm": [ + [ + "tests/generic_relations/test_forms.py", + [ + "GenericInlineFormsetTests", + "test_save_new_uses_form_save", + "SaveTestForm" + ] + ] + ], + "GenericInlineFormsetTests": [ + [ + "tests/generic_relations/test_forms.py", + [ + "GenericInlineFormsetTests" + ] + ] + ], + "GenericRelationsTests": [ + [ + "tests/generic_relations/tests.py", + [ + "GenericRelationsTests" + ] + ] + ], + "ProxyRelatedModelTest": [ + [ + "tests/generic_relations/tests.py", + [ + "ProxyRelatedModelTest" + ] + ] + ], + "TestInitWithNoneArgument": [ + [ + "tests/generic_relations/tests.py", + [ + "TestInitWithNoneArgument" + ] + ] + ], + "LinkProxy": [ + [ + "tests/generic_relations_regress/models.py", + [ + "LinkProxy" + ] + ] + ], + "Cafe": [ + [ + "tests/generic_relations_regress/models.py", + [ + "Cafe" + ] + ] + ], + "CharLink": [ + [ + "tests/generic_relations_regress/models.py", + [ + "CharLink" + ] + ] + ], + "TextLink": [ + [ + "tests/generic_relations_regress/models.py", + [ + "TextLink" + ] + ] + ], + "OddRelation1": [ + [ + "tests/generic_relations_regress/models.py", + [ + "OddRelation1" + ] + ] + ], + "OddRelation2": [ + [ + "tests/generic_relations_regress/models.py", + [ + "OddRelation2" + ] + ] + ], + "Note": [ + [ + "tests/generic_relations_regress/models.py", + [ + "Note" + ] + ], + [ + "tests/queries/models.py", + [ + "Note" + ] + ], + [ + "tests/schema/models.py", + [ + "Note" + ] + ] + ], + "Developer": [ + [ + "tests/generic_relations_regress/models.py", + [ + "Developer" + ] + ] + ], + "Team": [ + [ + "tests/generic_relations_regress/models.py", + [ + "Team" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Team" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Team" + ] + ] + ], + "Guild": [ + [ + "tests/generic_relations_regress/models.py", + [ + "Guild" + ] + ] + ], + "Board": [ + [ + "tests/generic_relations_regress/models.py", + [ + "Board" + ] + ] + ], + "SpecialGenericRelation": [ + [ + "tests/generic_relations_regress/models.py", + [ + "SpecialGenericRelation" + ] + ] + ], + "HasLinks": [ + [ + "tests/generic_relations_regress/models.py", + [ + "HasLinks" + ] + ] + ], + "HasLinkThing": [ + [ + "tests/generic_relations_regress/models.py", + [ + "HasLinkThing" + ] + ] + ], + "Content": [ + [ + "tests/generic_relations_regress/models.py", + [ + "Content" + ] + ] + ], + "AuthorForm": [ + [ + "tests/generic_views/forms.py", + [ + "AuthorForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_recleaning_model_form_instance", + "AuthorForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_assignment_of_none", + "AuthorForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_assignment_of_none_null_false", + "AuthorForm" + ] + ] + ], + "ConfirmDeleteForm": [ + [ + "tests/generic_views/forms.py", + [ + "ConfirmDeleteForm" + ] + ] + ], + "DoesNotExistQuerySet": [ + [ + "tests/generic_views/models.py", + [ + "DoesNotExistQuerySet" + ] + ] + ], + "BookSigning": [ + [ + "tests/generic_views/models.py", + [ + "BookSigning" + ] + ] + ], + "SimpleView": [ + [ + "tests/generic_views/test_base.py", + [ + "SimpleView" + ] + ] + ], + "SimplePostView": [ + [ + "tests/generic_views/test_base.py", + [ + "SimplePostView" + ] + ] + ], + "PostOnlyView": [ + [ + "tests/generic_views/test_base.py", + [ + "PostOnlyView" + ] + ] + ], + "CustomizableView": [ + [ + "tests/generic_views/test_base.py", + [ + "CustomizableView" + ] + ] + ], + "DecoratedDispatchView": [ + [ + "tests/generic_views/test_base.py", + [ + "DecoratedDispatchView" + ] + ] + ], + "AboutTemplateView": [ + [ + "tests/generic_views/test_base.py", + [ + "AboutTemplateView" + ] + ] + ], + "AboutTemplateAttributeView": [ + [ + "tests/generic_views/test_base.py", + [ + "AboutTemplateAttributeView" + ] + ] + ], + "InstanceView": [ + [ + "tests/generic_views/test_base.py", + [ + "InstanceView" + ] + ] + ], + "SetAttributeMixin": [ + [ + "tests/generic_views/test_base.py", + [ + "ViewTest", + "test_overridden_setup", + "SetAttributeMixin" + ] + ] + ], + "CheckSetupView": [ + [ + "tests/generic_views/test_base.py", + [ + "ViewTest", + "test_overridden_setup", + "CheckSetupView" + ] + ] + ], + "TestView": [ + [ + "tests/generic_views/test_base.py", + [ + "ViewTest", + "test_not_calling_parent_setup_error", + "TestView" + ] + ] + ], + "ViewTest": [ + [ + "tests/generic_views/test_base.py", + [ + "ViewTest" + ] + ] + ], + "TemplateViewTest": [ + [ + "tests/generic_views/test_base.py", + [ + "TemplateViewTest" + ] + ] + ], + "RedirectViewTest": [ + [ + "tests/generic_views/test_base.py", + [ + "RedirectViewTest" + ] + ] + ], + "GetContextDataTest": [ + [ + "tests/generic_views/test_base.py", + [ + "GetContextDataTest" + ] + ] + ], + "UseMultipleObjectMixinTest": [ + [ + "tests/generic_views/test_base.py", + [ + "UseMultipleObjectMixinTest" + ] + ] + ], + "SingleObjectTemplateResponseMixinTest": [ + [ + "tests/generic_views/test_base.py", + [ + "SingleObjectTemplateResponseMixinTest" + ] + ] + ], + "ArchiveIndexViewTests": [ + [ + "tests/generic_views/test_dates.py", + [ + "ArchiveIndexViewTests" + ] + ] + ], + "YearArchiveViewTests": [ + [ + "tests/generic_views/test_dates.py", + [ + "YearArchiveViewTests" + ] + ] + ], + "MonthArchiveViewTests": [ + [ + "tests/generic_views/test_dates.py", + [ + "MonthArchiveViewTests" + ] + ] + ], + "WeekArchiveViewTests": [ + [ + "tests/generic_views/test_dates.py", + [ + "WeekArchiveViewTests" + ] + ] + ], + "DayArchiveViewTests": [ + [ + "tests/generic_views/test_dates.py", + [ + "DayArchiveViewTests" + ] + ] + ], + "DateDetailViewTests": [ + [ + "tests/generic_views/test_dates.py", + [ + "DateDetailViewTests" + ] + ] + ], + "FormContext": [ + [ + "tests/generic_views/test_detail.py", + [ + "DetailViewTest", + "test_deferred_queryset_template_name", + "FormContext" + ] + ], + [ + "tests/generic_views/test_detail.py", + [ + "DetailViewTest", + "test_deferred_queryset_context_object_name", + "FormContext" + ] + ], + [ + "tests/generic_views/test_edit.py", + [ + "FormMixinTests", + "test_get_context_data", + "FormContext" + ] + ] + ], + "DetailViewTest": [ + [ + "tests/generic_views/test_detail.py", + [ + "DetailViewTest" + ] + ] + ], + "TestFormMixin": [ + [ + "tests/generic_views/test_edit.py", + [ + "FormMixinTests", + "test_get_prefix", + "TestFormMixin" + ] + ], + [ + "tests/generic_views/test_edit.py", + [ + "FormMixinTests", + "test_get_form", + "TestFormMixin" + ] + ] + ], + "FormClassTestFormMixin": [ + [ + "tests/generic_views/test_edit.py", + [ + "FormMixinTests", + "test_get_form", + "FormClassTestFormMixin" + ] + ] + ], + "FormMixinTests": [ + [ + "tests/generic_views/test_edit.py", + [ + "FormMixinTests" + ] + ] + ], + "BasicFormTests": [ + [ + "tests/generic_views/test_edit.py", + [ + "BasicFormTests" + ] + ] + ], + "ModelFormMixinTests": [ + [ + "tests/generic_views/test_edit.py", + [ + "ModelFormMixinTests" + ] + ] + ], + "MyCreateView": [ + [ + "tests/generic_views/test_edit.py", + [ + "CreateViewTests", + "test_create_view_with_restricted_fields", + "MyCreateView" + ] + ], + [ + "tests/generic_views/test_edit.py", + [ + "CreateViewTests", + "test_create_view_all_fields", + "MyCreateView" + ] + ], + [ + "tests/generic_views/test_edit.py", + [ + "CreateViewTests", + "test_create_view_without_explicit_fields", + "MyCreateView" + ] + ], + [ + "tests/generic_views/test_edit.py", + [ + "CreateViewTests", + "test_define_both_fields_and_form_class", + "MyCreateView" + ] + ] + ], + "CreateViewTests": [ + [ + "tests/generic_views/test_edit.py", + [ + "CreateViewTests" + ] + ] + ], + "UpdateViewTests": [ + [ + "tests/generic_views/test_edit.py", + [ + "UpdateViewTests" + ] + ] + ], + "DeleteViewTests": [ + [ + "tests/generic_views/test_edit.py", + [ + "DeleteViewTests" + ] + ] + ], + "ListViewTests": [ + [ + "tests/generic_views/test_list.py", + [ + "ListViewTests" + ] + ] + ], + "CustomTemplateView": [ + [ + "tests/generic_views/views.py", + [ + "CustomTemplateView" + ] + ] + ], + "ObjectDetail": [ + [ + "tests/generic_views/views.py", + [ + "ObjectDetail" + ] + ] + ], + "ArtistDetail": [ + [ + "tests/generic_views/views.py", + [ + "ArtistDetail" + ] + ] + ], + "AuthorDetail": [ + [ + "tests/generic_views/views.py", + [ + "AuthorDetail" + ] + ] + ], + "AuthorCustomDetail": [ + [ + "tests/generic_views/views.py", + [ + "AuthorCustomDetail" + ] + ] + ], + "PageDetail": [ + [ + "tests/generic_views/views.py", + [ + "PageDetail" + ] + ] + ], + "DictList": [ + [ + "tests/generic_views/views.py", + [ + "DictList" + ] + ] + ], + "ArtistList": [ + [ + "tests/generic_views/views.py", + [ + "ArtistList" + ] + ] + ], + "AuthorList": [ + [ + "tests/generic_views/views.py", + [ + "AuthorList" + ] + ] + ], + "AuthorListGetQuerysetReturnsNone": [ + [ + "tests/generic_views/views.py", + [ + "AuthorListGetQuerysetReturnsNone" + ] + ] + ], + "BookList": [ + [ + "tests/generic_views/views.py", + [ + "BookList" + ] + ] + ], + "AuthorListCustomPaginator": [ + [ + "tests/generic_views/views.py", + [ + "AuthorListCustomPaginator" + ] + ] + ], + "ContactView": [ + [ + "tests/generic_views/views.py", + [ + "ContactView" + ] + ] + ], + "ArtistCreate": [ + [ + "tests/generic_views/views.py", + [ + "ArtistCreate" + ] + ] + ], + "NaiveAuthorCreate": [ + [ + "tests/generic_views/views.py", + [ + "NaiveAuthorCreate" + ] + ] + ], + "TemplateResponseWithoutTemplate": [ + [ + "tests/generic_views/views.py", + [ + "TemplateResponseWithoutTemplate" + ] + ] + ], + "AuthorCreate": [ + [ + "tests/generic_views/views.py", + [ + "AuthorCreate" + ] + ] + ], + "SpecializedAuthorCreate": [ + [ + "tests/generic_views/views.py", + [ + "SpecializedAuthorCreate" + ] + ] + ], + "AuthorCreateRestricted": [ + [ + "tests/generic_views/views.py", + [ + "AuthorCreateRestricted" + ] + ] + ], + "ArtistUpdate": [ + [ + "tests/generic_views/views.py", + [ + "ArtistUpdate" + ] + ] + ], + "NaiveAuthorUpdate": [ + [ + "tests/generic_views/views.py", + [ + "NaiveAuthorUpdate" + ] + ] + ], + "AuthorUpdate": [ + [ + "tests/generic_views/views.py", + [ + "AuthorUpdate" + ] + ] + ], + "OneAuthorUpdate": [ + [ + "tests/generic_views/views.py", + [ + "OneAuthorUpdate" + ] + ] + ], + "SpecializedAuthorUpdate": [ + [ + "tests/generic_views/views.py", + [ + "SpecializedAuthorUpdate" + ] + ] + ], + "NaiveAuthorDelete": [ + [ + "tests/generic_views/views.py", + [ + "NaiveAuthorDelete" + ] + ] + ], + "AuthorDelete": [ + [ + "tests/generic_views/views.py", + [ + "AuthorDelete" + ] + ] + ], + "AuthorDeleteFormView": [ + [ + "tests/generic_views/views.py", + [ + "AuthorDeleteFormView" + ] + ] + ], + "SpecializedAuthorDelete": [ + [ + "tests/generic_views/views.py", + [ + "SpecializedAuthorDelete" + ] + ] + ], + "BookConfig": [ + [ + "tests/generic_views/views.py", + [ + "BookConfig" + ] + ] + ], + "BookArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookArchive" + ] + ] + ], + "BookYearArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookYearArchive" + ] + ] + ], + "BookMonthArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookMonthArchive" + ] + ] + ], + "BookWeekArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookWeekArchive" + ] + ] + ], + "BookDayArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookDayArchive" + ] + ] + ], + "BookTodayArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookTodayArchive" + ] + ] + ], + "BookDetail": [ + [ + "tests/generic_views/views.py", + [ + "BookDetail" + ] + ] + ], + "AuthorGetQuerySetFormView": [ + [ + "tests/generic_views/views.py", + [ + "AuthorGetQuerySetFormView" + ] + ] + ], + "BookDetailGetObjectCustomQueryset": [ + [ + "tests/generic_views/views.py", + [ + "BookDetailGetObjectCustomQueryset" + ] + ] + ], + "CustomMultipleObjectMixinView": [ + [ + "tests/generic_views/views.py", + [ + "CustomMultipleObjectMixinView" + ] + ] + ], + "CustomContextView": [ + [ + "tests/generic_views/views.py", + [ + "CustomContextView" + ] + ] + ], + "CustomSingleObjectView": [ + [ + "tests/generic_views/views.py", + [ + "CustomSingleObjectView" + ] + ] + ], + "BookSigningConfig": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningConfig" + ] + ] + ], + "BookSigningArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningArchive" + ] + ] + ], + "BookSigningYearArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningYearArchive" + ] + ] + ], + "BookSigningMonthArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningMonthArchive" + ] + ] + ], + "BookSigningWeekArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningWeekArchive" + ] + ] + ], + "BookSigningDayArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningDayArchive" + ] + ] + ], + "BookSigningTodayArchive": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningTodayArchive" + ] + ] + ], + "BookArchiveWithoutDateField": [ + [ + "tests/generic_views/views.py", + [ + "BookArchiveWithoutDateField" + ] + ] + ], + "BookSigningDetail": [ + [ + "tests/generic_views/views.py", + [ + "BookSigningDetail" + ] + ] + ], + "NonModel": [ + [ + "tests/generic_views/views.py", + [ + "NonModel" + ] + ] + ], + "NonModelDetail": [ + [ + "tests/generic_views/views.py", + [ + "NonModelDetail" + ] + ] + ], + "ObjectDoesNotExistDetail": [ + [ + "tests/generic_views/views.py", + [ + "ObjectDoesNotExistDetail" + ] + ] + ], + "LateValidationView": [ + [ + "tests/generic_views/views.py", + [ + "LateValidationView" + ] + ] + ], + "IndexErrorQuerySet": [ + [ + "tests/get_earliest_or_latest/models.py", + [ + "IndexErrorQuerySet" + ] + ] + ], + "IndexErrorArticle": [ + [ + "tests/get_earliest_or_latest/models.py", + [ + "IndexErrorArticle" + ] + ] + ], + "EarliestOrLatestTests": [ + [ + "tests/get_earliest_or_latest/tests.py", + [ + "EarliestOrLatestTests" + ] + ] + ], + "TestFirstLast": [ + [ + "tests/get_earliest_or_latest/tests.py", + [ + "TestFirstLast" + ] + ] + ], + "ArticleManager": [ + [ + "tests/get_object_or_404/models.py", + [ + "ArticleManager" + ] + ] + ], + "AttributeErrorManager": [ + [ + "tests/get_object_or_404/models.py", + [ + "AttributeErrorManager" + ] + ] + ], + "CustomClass": [ + [ + "tests/get_object_or_404/tests.py", + [ + "GetObjectOr404Tests", + "test_bad_class", + "CustomClass" + ] + ] + ], + "GetObjectOr404Tests": [ + [ + "tests/get_object_or_404/tests.py", + [ + "GetObjectOr404Tests" + ] + ] + ], + "DefaultPerson": [ + [ + "tests/get_or_create/models.py", + [ + "DefaultPerson" + ] + ] + ], + "ManualPrimaryKeyTest": [ + [ + "tests/get_or_create/models.py", + [ + "ManualPrimaryKeyTest" + ] + ] + ], + "GetOrCreateTests": [ + [ + "tests/get_or_create/tests.py", + [ + "GetOrCreateTests" + ] + ] + ], + "GetOrCreateTestsWithManualPKs": [ + [ + "tests/get_or_create/tests.py", + [ + "GetOrCreateTestsWithManualPKs" + ] + ] + ], + "GetOrCreateTransactionTests": [ + [ + "tests/get_or_create/tests.py", + [ + "GetOrCreateTransactionTests" + ] + ] + ], + "GetOrCreateThroughManyToMany": [ + [ + "tests/get_or_create/tests.py", + [ + "GetOrCreateThroughManyToMany" + ] + ] + ], + "UpdateOrCreateTests": [ + [ + "tests/get_or_create/tests.py", + [ + "UpdateOrCreateTests" + ] + ] + ], + "UpdateOrCreateTestsWithManualPKs": [ + [ + "tests/get_or_create/tests.py", + [ + "UpdateOrCreateTestsWithManualPKs" + ] + ] + ], + "UpdateOrCreateTransactionTests": [ + [ + "tests/get_or_create/tests.py", + [ + "UpdateOrCreateTransactionTests" + ] + ] + ], + "InvalidCreateArgumentsTests": [ + [ + "tests/get_or_create/tests.py", + [ + "InvalidCreateArgumentsTests" + ] + ] + ], + "NamedModel": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "NamedModel" + ] + ], + [ + "tests/gis_tests/geo3d/models.py", + [ + "NamedModel" + ] + ], + [ + "tests/gis_tests/geoapp/models.py", + [ + "NamedModel" + ] + ], + [ + "tests/gis_tests/geogapp/models.py", + [ + "NamedModel" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "NamedModel" + ] + ] + ], + "SouthTexasCity": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "SouthTexasCity" + ] + ] + ], + "SouthTexasCityFt": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "SouthTexasCityFt" + ] + ] + ], + "AustraliaCity": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "AustraliaCity" + ] + ] + ], + "CensusZipcode": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "CensusZipcode" + ] + ] + ], + "SouthTexasZipcode": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "SouthTexasZipcode" + ] + ] + ], + "Interstate": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "Interstate" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "Interstate" + ] + ] + ], + "SouthTexasInterstate": [ + [ + "tests/gis_tests/distapp/models.py", + [ + "SouthTexasInterstate" + ] + ] + ], + "DistanceTest": [ + [ + "tests/gis_tests/distapp/tests.py", + [ + "DistanceTest" + ] + ], + [ + "tests/gis_tests/test_measure.py", + [ + "DistanceTest" + ] + ] + ], + "DistanceFunctionsTests": [ + [ + "tests/gis_tests/distapp/tests.py", + [ + "DistanceFunctionsTests" + ] + ] + ], + "DriverTest": [ + [ + "tests/gis_tests/gdal_tests/test_driver.py", + [ + "DriverTest" + ] + ] + ], + "DataSourceTest": [ + [ + "tests/gis_tests/gdal_tests/test_ds.py", + [ + "DataSourceTest" + ] + ] + ], + "TestPoint": [ + [ + "tests/gis_tests/gdal_tests/test_envelope.py", + [ + "TestPoint" + ] + ] + ], + "EnvelopeTest": [ + [ + "tests/gis_tests/gdal_tests/test_envelope.py", + [ + "EnvelopeTest" + ] + ] + ], + "OGRGeomTest": [ + [ + "tests/gis_tests/gdal_tests/test_geom.py", + [ + "OGRGeomTest" + ] + ] + ], + "GDALRasterTests": [ + [ + "tests/gis_tests/gdal_tests/test_raster.py", + [ + "GDALRasterTests" + ] + ] + ], + "GDALBandTests": [ + [ + "tests/gis_tests/gdal_tests/test_raster.py", + [ + "GDALBandTests" + ] + ] + ], + "TestSRS": [ + [ + "tests/gis_tests/gdal_tests/test_srs.py", + [ + "TestSRS" + ] + ] + ], + "SpatialRefTest": [ + [ + "tests/gis_tests/gdal_tests/test_srs.py", + [ + "SpatialRefTest" + ] + ] + ], + "GDALTest": [ + [ + "tests/gis_tests/gdal_tests/tests.py", + [ + "GDALTest" + ] + ] + ], + "City3D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "City3D" + ] + ] + ], + "Interstate2D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "Interstate2D" + ] + ] + ], + "Interstate3D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "Interstate3D" + ] + ] + ], + "InterstateProj2D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "InterstateProj2D" + ] + ] + ], + "InterstateProj3D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "InterstateProj3D" + ] + ] + ], + "Polygon2D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "Polygon2D" + ] + ] + ], + "Polygon3D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "Polygon3D" + ] + ] + ], + "Point2D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "Point2D" + ] + ] + ], + "Point3D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "Point3D" + ] + ] + ], + "MultiPoint3D": [ + [ + "tests/gis_tests/geo3d/models.py", + [ + "MultiPoint3D" + ] + ] + ], + "Geo3DLoadingHelper": [ + [ + "tests/gis_tests/geo3d/tests.py", + [ + "Geo3DLoadingHelper" + ] + ] + ], + "Geo3DTest": [ + [ + "tests/gis_tests/geo3d/tests.py", + [ + "Geo3DTest" + ] + ] + ], + "Geo3DFunctionsTests": [ + [ + "tests/gis_tests/geo3d/tests.py", + [ + "Geo3DFunctionsTests" + ] + ] + ], + "GeoAdminTest": [ + [ + "tests/gis_tests/geoadmin/tests.py", + [ + "GeoAdminTest" + ] + ], + [ + "tests/gis_tests/geoadmin_deprecated/tests.py", + [ + "GeoAdminTest" + ] + ] + ], + "GISAdminTests": [ + [ + "tests/gis_tests/geoadmin/tests.py", + [ + "GISAdminTests" + ] + ] + ], + "UnmodifiableAdmin": [ + [ + "tests/gis_tests/geoadmin_deprecated/admin.py", + [ + "UnmodifiableAdmin" + ] + ] + ], + "DeprecatedOSMGeoAdmin": [ + [ + "tests/gis_tests/geoadmin_deprecated/tests.py", + [ + "DeprecationTests", + "test_warning", + "DeprecatedOSMGeoAdmin" + ] + ] + ], + "DeprecatedGeoModelAdmin": [ + [ + "tests/gis_tests/geoadmin_deprecated/tests.py", + [ + "DeprecationTests", + "test_warning", + "DeprecatedGeoModelAdmin" + ] + ] + ], + "TestGeoRSS1": [ + [ + "tests/gis_tests/geoapp/feeds.py", + [ + "TestGeoRSS1" + ] + ] + ], + "TestGeoRSS2": [ + [ + "tests/gis_tests/geoapp/feeds.py", + [ + "TestGeoRSS2" + ] + ] + ], + "TestGeoAtom1": [ + [ + "tests/gis_tests/geoapp/feeds.py", + [ + "TestGeoAtom1" + ] + ] + ], + "TestGeoAtom2": [ + [ + "tests/gis_tests/geoapp/feeds.py", + [ + "TestGeoAtom2" + ] + ] + ], + "TestW3CGeo1": [ + [ + "tests/gis_tests/geoapp/feeds.py", + [ + "TestW3CGeo1" + ] + ] + ], + "TestW3CGeo2": [ + [ + "tests/gis_tests/geoapp/feeds.py", + [ + "TestW3CGeo2" + ] + ] + ], + "TestW3CGeo3": [ + [ + "tests/gis_tests/geoapp/feeds.py", + [ + "TestW3CGeo3" + ] + ] + ], + "CountryWebMercator": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "CountryWebMercator" + ] + ] + ], + "PennsylvaniaCity": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "PennsylvaniaCity" + ] + ] + ], + "Track": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "Track" + ] + ] + ], + "MultiFields": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "MultiFields" + ] + ] + ], + "UniqueTogetherModel": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "UniqueTogetherModel" + ] + ], + [ + "tests/validation/models.py", + [ + "UniqueTogetherModel" + ] + ] + ], + "Truth": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "Truth" + ] + ] + ], + "MinusOneSRID": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "MinusOneSRID" + ] + ] + ], + "NonConcreteField": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "NonConcreteField" + ] + ], + [ + "tests/update_only_fields/models.py", + [ + "NonConcreteField" + ] + ] + ], + "NonConcreteModel": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "NonConcreteModel" + ] + ] + ], + "ManyPointModel": [ + [ + "tests/gis_tests/geoapp/models.py", + [ + "ManyPointModel" + ] + ] + ], + "GeoExpressionsTests": [ + [ + "tests/gis_tests/geoapp/test_expressions.py", + [ + "GeoExpressionsTests" + ] + ] + ], + "GeoFeedTest": [ + [ + "tests/gis_tests/geoapp/test_feeds.py", + [ + "GeoFeedTest" + ] + ] + ], + "GISFunctionsTests": [ + [ + "tests/gis_tests/geoapp/test_functions.py", + [ + "GISFunctionsTests" + ] + ] + ], + "SchemaCity": [ + [ + "tests/gis_tests/geoapp/test_indexes.py", + [ + "SchemaIndexesTests", + "test_namespaced_db_table", + "SchemaCity" + ] + ] + ], + "SchemaIndexesTests": [ + [ + "tests/gis_tests/geoapp/test_indexes.py", + [ + "SchemaIndexesTests" + ] + ], + [ + "tests/indexes/tests.py", + [ + "SchemaIndexesTests" + ] + ] + ], + "GeoRegressionTests": [ + [ + "tests/gis_tests/geoapp/test_regress.py", + [ + "GeoRegressionTests" + ] + ] + ], + "GeoJSONSerializerTests": [ + [ + "tests/gis_tests/geoapp/test_serializers.py", + [ + "GeoJSONSerializerTests" + ] + ] + ], + "GeoSitemapTest": [ + [ + "tests/gis_tests/geoapp/test_sitemaps.py", + [ + "GeoSitemapTest" + ] + ] + ], + "GeoModelTest": [ + [ + "tests/gis_tests/geoapp/tests.py", + [ + "GeoModelTest" + ] + ] + ], + "GeoLookupTest": [ + [ + "tests/gis_tests/geoapp/tests.py", + [ + "GeoLookupTest" + ] + ] + ], + "GeoQuerySetTest": [ + [ + "tests/gis_tests/geoapp/tests.py", + [ + "GeoQuerySetTest" + ] + ] + ], + "Zipcode": [ + [ + "tests/gis_tests/geogapp/models.py", + [ + "Zipcode" + ] + ] + ], + "County": [ + [ + "tests/gis_tests/geogapp/models.py", + [ + "County" + ] + ], + [ + "tests/gis_tests/layermap/models.py", + [ + "County" + ] + ] + ], + "GeographyTest": [ + [ + "tests/gis_tests/geogapp/tests.py", + [ + "GeographyTest" + ] + ] + ], + "GeographyFunctionTests": [ + [ + "tests/gis_tests/geogapp/tests.py", + [ + "GeographyFunctionTests" + ] + ] + ], + "GEOSCoordSeqTest": [ + [ + "tests/gis_tests/geos_tests/test_coordseq.py", + [ + "GEOSCoordSeqTest" + ] + ] + ], + "NotAGeometry": [ + [ + "tests/gis_tests/geos_tests/test_geos.py", + [ + "GEOSTest", + "test_errors", + "NotAGeometry" + ] + ] + ], + "ExtendedPolygon": [ + [ + "tests/gis_tests/geos_tests/test_geos.py", + [ + "GEOSTest", + "test_subclassing", + "ExtendedPolygon" + ] + ] + ], + "GEOSTest": [ + [ + "tests/gis_tests/geos_tests/test_geos.py", + [ + "GEOSTest" + ] + ] + ], + "GEOSMutationTest": [ + [ + "tests/gis_tests/geos_tests/test_geos_mutation.py", + [ + "GEOSMutationTest" + ] + ] + ], + "GEOSIOTest": [ + [ + "tests/gis_tests/geos_tests/test_io.py", + [ + "GEOSIOTest" + ] + ] + ], + "UserListA": [ + [ + "tests/gis_tests/geos_tests/test_mutable_list.py", + [ + "UserListA" + ] + ] + ], + "UserListB": [ + [ + "tests/gis_tests/geos_tests/test_mutable_list.py", + [ + "UserListB" + ] + ] + ], + "ListMixinTest": [ + [ + "tests/gis_tests/geos_tests/test_mutable_list.py", + [ + "ListMixinTest" + ] + ] + ], + "ListMixinTestSingle": [ + [ + "tests/gis_tests/geos_tests/test_mutable_list.py", + [ + "ListMixinTestSingle" + ] + ] + ], + "MigrateTests": [ + [ + "tests/gis_tests/gis_migrations/test_commands.py", + [ + "MigrateTests" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MigrateTests" + ] + ] + ], + "OperationTestCase": [ + [ + "tests/gis_tests/gis_migrations/test_operations.py", + [ + "OperationTestCase" + ] + ] + ], + "OperationTests": [ + [ + "tests/gis_tests/gis_migrations/test_operations.py", + [ + "OperationTests" + ] + ], + [ + "tests/migrations/test_operations.py", + [ + "OperationTests" + ] + ] + ], + "NoRasterSupportTests": [ + [ + "tests/gis_tests/gis_migrations/test_operations.py", + [ + "NoRasterSupportTests" + ] + ] + ], + "AllOGRFields": [ + [ + "tests/gis_tests/inspectapp/models.py", + [ + "AllOGRFields" + ] + ] + ], + "Fields3D": [ + [ + "tests/gis_tests/inspectapp/models.py", + [ + "Fields3D" + ] + ] + ], + "InspectDbTests": [ + [ + "tests/gis_tests/inspectapp/tests.py", + [ + "InspectDbTests" + ] + ] + ], + "OGRInspectTest": [ + [ + "tests/gis_tests/inspectapp/tests.py", + [ + "OGRInspectTest" + ] + ] + ], + "CountyFeat": [ + [ + "tests/gis_tests/layermap/models.py", + [ + "CountyFeat" + ] + ] + ], + "CityBase": [ + [ + "tests/gis_tests/layermap/models.py", + [ + "CityBase" + ] + ] + ], + "ICity1": [ + [ + "tests/gis_tests/layermap/models.py", + [ + "ICity1" + ] + ] + ], + "ICity2": [ + [ + "tests/gis_tests/layermap/models.py", + [ + "ICity2" + ] + ] + ], + "Invalid": [ + [ + "tests/gis_tests/layermap/models.py", + [ + "Invalid" + ] + ] + ], + "HasNulls": [ + [ + "tests/gis_tests/layermap/models.py", + [ + "HasNulls" + ] + ] + ], + "DoesNotAllowNulls": [ + [ + "tests/gis_tests/layermap/models.py", + [ + "DoesNotAllowNulls" + ] + ] + ], + "LayerMapTest": [ + [ + "tests/gis_tests/layermap/tests.py", + [ + "LayerMapTest" + ] + ] + ], + "OtherRouter": [ + [ + "tests/gis_tests/layermap/tests.py", + [ + "OtherRouter" + ] + ] + ], + "LayerMapRouterTest": [ + [ + "tests/gis_tests/layermap/tests.py", + [ + "LayerMapRouterTest" + ] + ] + ], + "RasterModel": [ + [ + "tests/gis_tests/rasterapp/models.py", + [ + "RasterModel" + ] + ] + ], + "RasterRelatedModel": [ + [ + "tests/gis_tests/rasterapp/models.py", + [ + "RasterRelatedModel" + ] + ] + ], + "RasterFieldTest": [ + [ + "tests/gis_tests/rasterapp/test_rasterfield.py", + [ + "RasterFieldTest" + ] + ] + ], + "AugmentedLocation": [ + [ + "tests/gis_tests/relatedapp/models.py", + [ + "AugmentedLocation" + ] + ] + ], + "DirectoryEntry": [ + [ + "tests/gis_tests/relatedapp/models.py", + [ + "DirectoryEntry" + ] + ] + ], + "Parcel": [ + [ + "tests/gis_tests/relatedapp/models.py", + [ + "Parcel" + ] + ] + ], + "RelatedGeoModelTest": [ + [ + "tests/gis_tests/relatedapp/tests.py", + [ + "RelatedGeoModelTest" + ] + ] + ], + "TestDS": [ + [ + "tests/gis_tests/test_data.py", + [ + "TestDS" + ] + ] + ], + "TestGeom": [ + [ + "tests/gis_tests/test_data.py", + [ + "TestGeom" + ] + ] + ], + "TestGeomSet": [ + [ + "tests/gis_tests/test_data.py", + [ + "TestGeomSet" + ] + ] + ], + "FieldsTests": [ + [ + "tests/gis_tests/test_fields.py", + [ + "FieldsTests" + ] + ] + ], + "GeometryFieldTests": [ + [ + "tests/gis_tests/test_fields.py", + [ + "GeometryFieldTests" + ] + ] + ], + "PointForm": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "GeometryFieldTest", + "test_field_with_text_widget", + "PointForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "GeometryFieldTest", + "test_field_string_value", + "PointForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest", + "test_pointfield", + "PointForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest", + "test_multipointfield", + "PointForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "OSMWidgetTest", + "test_osm_widget", + "PointForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "OSMWidgetTest", + "test_default_lat_lon", + "PointForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "GeometryWidgetTests", + "test_custom_serialization_widget", + "PointForm" + ] + ] + ], + "GeometryFieldTest": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "GeometryFieldTest" + ] + ] + ], + "LineStringForm": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest", + "test_linestringfield", + "LineStringForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest", + "test_multilinestringfield", + "LineStringForm" + ] + ] + ], + "PolygonForm": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest", + "test_polygonfield", + "PolygonForm" + ] + ], + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest", + "test_multipolygonfield", + "PolygonForm" + ] + ] + ], + "GeometryForm": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest", + "test_geometrycollectionfield", + "GeometryForm" + ] + ] + ], + "SpecializedFieldTest": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "SpecializedFieldTest" + ] + ] + ], + "OSMWidgetTest": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "OSMWidgetTest" + ] + ] + ], + "CustomGeometryWidget": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "GeometryWidgetTests", + "test_custom_serialization_widget", + "CustomGeometryWidget" + ] + ] + ], + "GeometryWidgetTests": [ + [ + "tests/gis_tests/test_geoforms.py", + [ + "GeometryWidgetTests" + ] + ] + ], + "GeoIPTest": [ + [ + "tests/gis_tests/test_geoip2.py", + [ + "GeoIPTest" + ] + ] + ], + "TestFunc": [ + [ + "tests/gis_tests/test_gis_tests_utils.py", + [ + "test_mutation", + "wrapper", + "test", + "TestFunc" + ] + ] + ], + "FuncTestMixinTests": [ + [ + "tests/gis_tests/test_gis_tests_utils.py", + [ + "FuncTestMixinTests" + ] + ] + ], + "AreaTest": [ + [ + "tests/gis_tests/test_measure.py", + [ + "AreaTest" + ] + ] + ], + "NullPointerException": [ + [ + "tests/gis_tests/test_ptr.py", + [ + "CPointerBaseTests", + "test", + "NullPointerException" + ] + ] + ], + "FakeGeom1": [ + [ + "tests/gis_tests/test_ptr.py", + [ + "CPointerBaseTests", + "test", + "FakeGeom1" + ] + ] + ], + "FakeGeom2": [ + [ + "tests/gis_tests/test_ptr.py", + [ + "CPointerBaseTests", + "test", + "FakeGeom2" + ] + ] + ], + "FakeGeom": [ + [ + "tests/gis_tests/test_ptr.py", + [ + "CPointerBaseTests", + "test_destructor_catches_importerror", + "FakeGeom" + ] + ] + ], + "CPointerBaseTests": [ + [ + "tests/gis_tests/test_ptr.py", + [ + "CPointerBaseTests" + ] + ] + ], + "SpatialRefSysTest": [ + [ + "tests/gis_tests/test_spatialrefsys.py", + [ + "SpatialRefSysTest" + ] + ] + ], + "FakeConnection": [ + [ + "tests/gis_tests/tests.py", + [ + "if_HAS_POSTGRES_", + "FakeConnection" + ] + ] + ], + "FakePostGISOperations": [ + [ + "tests/gis_tests/tests.py", + [ + "if_HAS_POSTGRES_", + "FakePostGISOperations" + ] + ] + ], + "TestPostGISVersionCheck": [ + [ + "tests/gis_tests/tests.py", + [ + "TestPostGISVersionCheck" + ] + ] + ], + "FuncTestMixin": [ + [ + "tests/gis_tests/utils.py", + [ + "FuncTestMixin" + ] + ] + ], + "ExceptionHandlerTests": [ + [ + "tests/handlers/test_exception.py", + [ + "ExceptionHandlerTests" + ] + ] + ], + "HandlerTests": [ + [ + "tests/handlers/tests.py", + [ + "HandlerTests" + ] + ] + ], + "TransactionsPerRequestTests": [ + [ + "tests/handlers/tests.py", + [ + "TransactionsPerRequestTests" + ] + ] + ], + "SignalsTests": [ + [ + "tests/handlers/tests.py", + [ + "SignalsTests" + ] + ] + ], + "HandlerRequestTests": [ + [ + "tests/handlers/tests.py", + [ + "HandlerRequestTests" + ] + ] + ], + "ScriptNameTests": [ + [ + "tests/handlers/tests.py", + [ + "ScriptNameTests" + ] + ] + ], + "AsyncHandlerRequestTests": [ + [ + "tests/handlers/tests.py", + [ + "AsyncHandlerRequestTests" + ] + ] + ], + "MiddlewareAccessingContent": [ + [ + "tests/handlers/tests_custom_error_handlers.py", + [ + "MiddlewareAccessingContent" + ] + ] + ], + "CustomErrorHandlerTests": [ + [ + "tests/handlers/tests_custom_error_handlers.py", + [ + "CustomErrorHandlerTests" + ] + ] + ], + "NoResponse": [ + [ + "tests/handlers/views.py", + [ + "NoResponse" + ] + ] + ], + "CoroutineClearingView": [ + [ + "tests/handlers/views.py", + [ + "CoroutineClearingView" + ] + ] + ], + "QueryDictTests": [ + [ + "tests/httpwrappers/tests.py", + [ + "QueryDictTests" + ] + ] + ], + "HttpResponseTests": [ + [ + "tests/httpwrappers/tests.py", + [ + "HttpResponseTests" + ] + ], + [ + "tests/responses/tests.py", + [ + "HttpResponseTests" + ] + ] + ], + "HttpResponseSubclassesTests": [ + [ + "tests/httpwrappers/tests.py", + [ + "HttpResponseSubclassesTests" + ] + ] + ], + "CustomDjangoJSONEncoder": [ + [ + "tests/httpwrappers/tests.py", + [ + "JsonResponseTests", + "test_json_response_custom_encoder", + "CustomDjangoJSONEncoder" + ] + ] + ], + "JsonResponseTests": [ + [ + "tests/httpwrappers/tests.py", + [ + "JsonResponseTests" + ] + ], + [ + "tests/view_tests/tests/test_json.py", + [ + "JsonResponseTests" + ] + ] + ], + "StreamingHttpResponseTests": [ + [ + "tests/httpwrappers/tests.py", + [ + "StreamingHttpResponseTests" + ] + ] + ], + "FileCloseTests": [ + [ + "tests/httpwrappers/tests.py", + [ + "FileCloseTests" + ] + ] + ], + "CookieTests": [ + [ + "tests/httpwrappers/tests.py", + [ + "CookieTests" + ] + ], + [ + "tests/messages_tests/test_cookie.py", + [ + "CookieTests" + ] + ] + ], + "HttpResponseHeadersTestCase": [ + [ + "tests/httpwrappers/tests.py", + [ + "HttpResponseHeadersTestCase" + ] + ] + ], + "MockDateTime": [ + [ + "tests/humanize_tests/tests.py", + [ + "MockDateTime" + ] + ] + ], + "naive": [ + [ + "tests/humanize_tests/tests.py", + [ + "HumanizeTests", + "test_naturaltime", + "naive" + ] + ], + [ + "tests/utils_tests/test_timesince.py", + [ + "TimesinceTests", + "test_naive_datetime_with_tzinfo_attribute", + "naive" + ] + ] + ], + "DocumentedMockDateTime": [ + [ + "tests/humanize_tests/tests.py", + [ + "HumanizeTests", + "test_naturaltime_as_documented", + "DocumentedMockDateTime" + ] + ] + ], + "HumanizeTests": [ + [ + "tests/humanize_tests/tests.py", + [ + "HumanizeTests" + ] + ] + ], + "ContentTypeTests": [ + [ + "tests/i18n/contenttypes/tests.py", + [ + "ContentTypeTests" + ] + ] + ], + "I18nForm": [ + [ + "tests/i18n/forms.py", + [ + "I18nForm" + ] + ] + ], + "SelectDateForm": [ + [ + "tests/i18n/forms.py", + [ + "SelectDateForm" + ] + ] + ], + "CompanyForm": [ + [ + "tests/i18n/forms.py", + [ + "CompanyForm" + ] + ] + ], + "LoadingAppConfig": [ + [ + "tests/i18n/loading_app/apps.py", + [ + "LoadingAppConfig" + ] + ] + ], + "PermanentRedirectLocaleMiddleWare": [ + [ + "tests/i18n/patterns/tests.py", + [ + "PermanentRedirectLocaleMiddleWare" + ] + ] + ], + "URLTestCaseBase": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLTestCaseBase" + ] + ] + ], + "URLPrefixTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLPrefixTests" + ] + ] + ], + "URLDisabledTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLDisabledTests" + ] + ] + ], + "RequestURLConfTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "RequestURLConfTests" + ] + ] + ], + "PathUnusedTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "PathUnusedTests" + ] + ] + ], + "URLTranslationTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLTranslationTests" + ] + ] + ], + "URLNamespaceTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLNamespaceTests" + ] + ] + ], + "URLRedirectTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLRedirectTests" + ] + ] + ], + "URLVaryAcceptLanguageTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLVaryAcceptLanguageTests" + ] + ] + ], + "URLRedirectWithoutTrailingSlashTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLRedirectWithoutTrailingSlashTests" + ] + ] + ], + "URLRedirectWithoutTrailingSlashSettingTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLRedirectWithoutTrailingSlashSettingTests" + ] + ] + ], + "URLResponseTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLResponseTests" + ] + ] + ], + "URLRedirectWithScriptAliasTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLRedirectWithScriptAliasTests" + ] + ] + ], + "URLTagTests": [ + [ + "tests/i18n/patterns/tests.py", + [ + "URLTagTests" + ] + ] + ], + "MessageCompilationTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "MessageCompilationTests" + ] + ] + ], + "PoFileTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "PoFileTests" + ] + ] + ], + "PoFileContentsTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "PoFileContentsTests" + ] + ] + ], + "MultipleLocaleCompilationTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "MultipleLocaleCompilationTests" + ] + ] + ], + "ExcludedLocaleCompilationTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "ExcludedLocaleCompilationTests" + ] + ] + ], + "IgnoreDirectoryCompilationTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "IgnoreDirectoryCompilationTests" + ] + ] + ], + "CompilationErrorHandling": [ + [ + "tests/i18n/test_compilation.py", + [ + "CompilationErrorHandling" + ] + ] + ], + "ProjectAndAppTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "ProjectAndAppTests" + ] + ] + ], + "FuzzyTranslationTest": [ + [ + "tests/i18n/test_compilation.py", + [ + "FuzzyTranslationTest" + ] + ] + ], + "AppCompilationTest": [ + [ + "tests/i18n/test_compilation.py", + [ + "AppCompilationTest" + ] + ] + ], + "PathLibLocaleCompilationTests": [ + [ + "tests/i18n/test_compilation.py", + [ + "PathLibLocaleCompilationTests" + ] + ] + ], + "ExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "ExtractorTests" + ] + ] + ], + "BasicExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "BasicExtractorTests" + ] + ] + ], + "JavaScriptExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "JavaScriptExtractorTests" + ] + ] + ], + "IgnoredExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "IgnoredExtractorTests" + ] + ] + ], + "SymlinkExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "SymlinkExtractorTests" + ] + ] + ], + "CopyPluralFormsExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "CopyPluralFormsExtractorTests" + ] + ] + ], + "NoWrapExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "NoWrapExtractorTests" + ] + ] + ], + "LocationCommentsTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "LocationCommentsTests" + ] + ] + ], + "KeepPotFileExtractorTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "KeepPotFileExtractorTests" + ] + ] + ], + "MultipleLocaleExtractionTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "MultipleLocaleExtractionTests" + ] + ] + ], + "ExcludedLocaleExtractionTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "ExcludedLocaleExtractionTests" + ] + ] + ], + "CustomLayoutExtractionTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "CustomLayoutExtractionTests" + ] + ] + ], + "NoSettingsExtractionTests": [ + [ + "tests/i18n/test_extraction.py", + [ + "NoSettingsExtractionTests" + ] + ] + ], + "TranslatableFileTests": [ + [ + "tests/i18n/test_management.py", + [ + "TranslatableFileTests" + ] + ] + ], + "FrenchTestCase": [ + [ + "tests/i18n/test_percents.py", + [ + "FrenchTestCase" + ] + ] + ], + "ExtractingStringsWithPercentSigns": [ + [ + "tests/i18n/test_percents.py", + [ + "ExtractingStringsWithPercentSigns" + ] + ] + ], + "RenderingTemplatesWithPercentSigns": [ + [ + "tests/i18n/test_percents.py", + [ + "RenderingTemplatesWithPercentSigns" + ] + ] + ], + "AppModuleStub": [ + [ + "tests/i18n/tests.py", + [ + "AppModuleStub" + ] + ] + ], + "TranslationTests": [ + [ + "tests/i18n/tests.py", + [ + "TranslationTests" + ] + ] + ], + "TranslationLoadingTests": [ + [ + "tests/i18n/tests.py", + [ + "TranslationLoadingTests" + ] + ] + ], + "sideeffect_str": [ + [ + "tests/i18n/tests.py", + [ + "TranslationThreadSafetyTests", + "setUp", + "sideeffect_str" + ] + ] + ], + "TranslationThreadSafetyTests": [ + [ + "tests/i18n/tests.py", + [ + "TranslationThreadSafetyTests" + ] + ] + ], + "FormattingTests": [ + [ + "tests/i18n/tests.py", + [ + "FormattingTests" + ] + ] + ], + "MiscTests": [ + [ + "tests/i18n/tests.py", + [ + "MiscTests" + ] + ], + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "MiscTests" + ] + ] + ], + "ResolutionOrderI18NTests": [ + [ + "tests/i18n/tests.py", + [ + "ResolutionOrderI18NTests" + ] + ] + ], + "AppResolutionOrderI18NTests": [ + [ + "tests/i18n/tests.py", + [ + "AppResolutionOrderI18NTests" + ] + ] + ], + "LocalePathsResolutionOrderI18NTests": [ + [ + "tests/i18n/tests.py", + [ + "LocalePathsResolutionOrderI18NTests" + ] + ] + ], + "DjangoFallbackResolutionOrderI18NTests": [ + [ + "tests/i18n/tests.py", + [ + "DjangoFallbackResolutionOrderI18NTests" + ] + ] + ], + "TranslationFallbackI18NTests": [ + [ + "tests/i18n/tests.py", + [ + "TranslationFallbackI18NTests" + ] + ] + ], + "TestModels": [ + [ + "tests/i18n/tests.py", + [ + "TestModels" + ] + ] + ], + "TestLanguageInfo": [ + [ + "tests/i18n/tests.py", + [ + "TestLanguageInfo" + ] + ] + ], + "LocaleMiddlewareTests": [ + [ + "tests/i18n/tests.py", + [ + "LocaleMiddlewareTests" + ] + ] + ], + "UnprefixedDefaultLanguageTests": [ + [ + "tests/i18n/tests.py", + [ + "UnprefixedDefaultLanguageTests" + ] + ] + ], + "CountrySpecificLanguageTests": [ + [ + "tests/i18n/tests.py", + [ + "CountrySpecificLanguageTests" + ] + ] + ], + "TranslationFilesMissing": [ + [ + "tests/i18n/tests.py", + [ + "TranslationFilesMissing" + ] + ] + ], + "NonDjangoLanguageTests": [ + [ + "tests/i18n/tests.py", + [ + "NonDjangoLanguageTests" + ] + ] + ], + "WatchForTranslationChangesTests": [ + [ + "tests/i18n/tests.py", + [ + "WatchForTranslationChangesTests" + ] + ] + ], + "TranslationFileChangedTests": [ + [ + "tests/i18n/tests.py", + [ + "TranslationFileChangedTests" + ] + ] + ], + "POFileAssertionMixin": [ + [ + "tests/i18n/utils.py", + [ + "POFileAssertionMixin" + ] + ] + ], + "RunInTmpDirMixin": [ + [ + "tests/i18n/utils.py", + [ + "RunInTmpDirMixin" + ] + ] + ], + "CurrentTranslation": [ + [ + "tests/indexes/models.py", + [ + "CurrentTranslation" + ] + ] + ], + "IndexTogetherSingleList": [ + [ + "tests/indexes/models.py", + [ + "IndexTogetherSingleList" + ] + ] + ], + "IndexedArticle": [ + [ + "tests/indexes/models.py", + [ + "IndexedArticle" + ] + ] + ], + "IndexedArticle2": [ + [ + "tests/indexes/models.py", + [ + "IndexedArticle2" + ] + ] + ], + "SchemaIndexesNotPostgreSQLTests": [ + [ + "tests/indexes/tests.py", + [ + "SchemaIndexesNotPostgreSQLTests" + ] + ] + ], + "PartialIndexConditionIgnoredTests": [ + [ + "tests/indexes/tests.py", + [ + "PartialIndexConditionIgnoredTests" + ] + ] + ], + "SchemaIndexesPostgreSQLTests": [ + [ + "tests/indexes/tests.py", + [ + "SchemaIndexesPostgreSQLTests" + ] + ] + ], + "SchemaIndexesMySQLTests": [ + [ + "tests/indexes/tests.py", + [ + "SchemaIndexesMySQLTests" + ] + ] + ], + "PartialIndexTests": [ + [ + "tests/indexes/tests.py", + [ + "PartialIndexTests" + ] + ] + ], + "CoveringIndexTests": [ + [ + "tests/indexes/tests.py", + [ + "CoveringIndexTests" + ] + ] + ], + "CoveringIndexIgnoredTests": [ + [ + "tests/indexes/tests.py", + [ + "CoveringIndexIgnoredTests" + ] + ] + ], + "Poet": [ + [ + "tests/inline_formsets/models.py", + [ + "Poet" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Poet" + ] + ] + ], + "Poem": [ + [ + "tests/inline_formsets/models.py", + [ + "Poem" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Poem" + ] + ] + ], + "PoemModelForm": [ + [ + "tests/inline_formsets/tests.py", + [ + "InlineFormsetFactoryTest", + "test_fk_in_all_formset_forms", + "PoemModelForm" + ] + ] + ], + "InlineFormsetFactoryTest": [ + [ + "tests/inline_formsets/tests.py", + [ + "InlineFormsetFactoryTest" + ] + ] + ], + "People": [ + [ + "tests/inspectdb/models.py", + [ + "People" + ] + ] + ], + "PeopleData": [ + [ + "tests/inspectdb/models.py", + [ + "PeopleData" + ] + ] + ], + "PeopleMoreData": [ + [ + "tests/inspectdb/models.py", + [ + "PeopleMoreData" + ] + ] + ], + "DigitsInColumnName": [ + [ + "tests/inspectdb/models.py", + [ + "DigitsInColumnName" + ] + ] + ], + "SpecialName": [ + [ + "tests/inspectdb/models.py", + [ + "SpecialName" + ] + ] + ], + "ColumnTypes": [ + [ + "tests/inspectdb/models.py", + [ + "ColumnTypes" + ] + ] + ], + "JSONFieldColumnType": [ + [ + "tests/inspectdb/models.py", + [ + "JSONFieldColumnType" + ] + ] + ], + "CharFieldDbCollation": [ + [ + "tests/inspectdb/models.py", + [ + "CharFieldDbCollation" + ] + ] + ], + "TextFieldDbCollation": [ + [ + "tests/inspectdb/models.py", + [ + "TextFieldDbCollation" + ] + ] + ], + "UniqueTogether": [ + [ + "tests/inspectdb/models.py", + [ + "UniqueTogether" + ] + ] + ], + "InspectDBTestCase": [ + [ + "tests/inspectdb/tests.py", + [ + "InspectDBTestCase" + ] + ] + ], + "InspectDBTransactionalTests": [ + [ + "tests/inspectdb/tests.py", + [ + "InspectDBTransactionalTests" + ] + ] + ], + "District": [ + [ + "tests/introspection/models.py", + [ + "District" + ] + ], + [ + "tests/many_to_one/models.py", + [ + "District" + ] + ] + ], + "ArticleReporter": [ + [ + "tests/introspection/models.py", + [ + "ArticleReporter" + ] + ] + ], + "CheckConstraintModel": [ + [ + "tests/introspection/models.py", + [ + "CheckConstraintModel" + ] + ] + ], + "UniqueConstraintConditionModel": [ + [ + "tests/introspection/models.py", + [ + "UniqueConstraintConditionModel" + ] + ] + ], + "BackendSpecificChecksTests": [ + [ + "tests/invalid_models_tests/test_backend_specific.py", + [ + "BackendSpecificChecksTests" + ] + ] + ], + "NoColumnField": [ + [ + "tests/invalid_models_tests/test_custom_fields.py", + [ + "CustomFieldTest", + "test_none_column", + "NoColumnField" + ] + ] + ], + "CustomFieldTest": [ + [ + "tests/invalid_models_tests/test_custom_fields.py", + [ + "CustomFieldTest" + ] + ] + ], + "IPAddressModel": [ + [ + "tests/invalid_models_tests/test_deprecated_fields.py", + [ + "DeprecatedFieldsTests", + "test_IPAddressField_deprecated", + "IPAddressModel" + ] + ] + ], + "CommaSeparatedIntegerModel": [ + [ + "tests/invalid_models_tests/test_deprecated_fields.py", + [ + "DeprecatedFieldsTests", + "test_CommaSeparatedIntegerField_deprecated", + "CommaSeparatedIntegerModel" + ] + ] + ], + "NullBooleanFieldModel": [ + [ + "tests/invalid_models_tests/test_deprecated_fields.py", + [ + "DeprecatedFieldsTests", + "test_nullbooleanfield_deprecated", + "NullBooleanFieldModel" + ] + ] + ], + "PostgresJSONFieldModel": [ + [ + "tests/invalid_models_tests/test_deprecated_fields.py", + [ + "DeprecatedFieldsTests", + "test_postgres_jsonfield_deprecated", + "PostgresJSONFieldModel" + ] + ] + ], + "DeprecatedFieldsTests": [ + [ + "tests/invalid_models_tests/test_deprecated_fields.py", + [ + "DeprecatedFieldsTests" + ] + ] + ], + "IndexTogetherTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexTogetherTests" + ] + ] + ], + "UniqueTogetherTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "UniqueTogetherTests" + ] + ] + ], + "Target": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests", + "test_index_include_pointing_to_fk", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_inheritance_clash", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_id_clash", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_check_constraint_pointing_to_fk", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_pointing_to_fk", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests", + "test_unique_constraint_include_pointing_to_fk", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_valid_foreign_key_without_accessor", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_non_unique_field", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_non_unique_field_under_explicit_model", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_partially_unique_field", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_key_to_unique_field_with_meta_constraint", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_invalid_related_query_name", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "_test_accessor_clash", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_clash_between_accessors", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_m2m_to_m2m_with_inheritance", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "_test_reverse_query_name_clash", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "test_no_clash_across_apps_without_accessor", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedNameClashTests", + "_test_explicit_related_name_clash", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedQueryNameClashTests", + "_test_explicit_related_query_name_clash", + "Target" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ComplexClashTests", + "test_complex_clash", + "Target" + ] + ], + [ + "tests/one_to_one/models.py", + [ + "Target" + ] + ] + ], + "IndexesTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "IndexesTests" + ] + ], + [ + "tests/model_indexes/tests.py", + [ + "IndexesTests" + ] + ] + ], + "VeryLongModelNamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_M2M_long_column_name", + "VeryLongModelNamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" + ] + ] + ], + "ModelWithLongField": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_M2M_long_column_name", + "ModelWithLongField" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_local_field_long_column_name", + "ModelWithLongField" + ] + ] + ], + "m2msimple": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_M2M_long_column_name", + "m2msimple" + ] + ] + ], + "m2mcomplex": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests", + "test_M2M_long_column_name", + "m2mcomplex" + ] + ] + ], + "FieldNamesTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "FieldNamesTests" + ] + ] + ], + "Through": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_field_name_clash_with_m2m_through", + "Through" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_to_concrete_and_proxy_allowed", + "Through" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "Through" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_through_db_table_mutually_exclusive", + "Through" + ] + ], + [ + "tests/test_runner/models.py", + [ + "Through" + ] + ] + ], + "Mother": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_multiinheritance_clash", + "Mother" + ] + ] + ], + "Father": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_multiinheritance_clash", + "Father" + ] + ] + ], + "GrandParent": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_multigeneration_inheritance", + "GrandParent" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "GrandParent" + ] + ] + ], + "GrandChild": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests", + "test_multigeneration_inheritance", + "GrandChild" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "GrandChild" + ] + ] + ], + "ShadowingFieldsTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "ShadowingFieldsTests" + ] + ] + ], + "RelationModel": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_non_valid", + "RelationModel" + ] + ], + [ + "tests/managers_regress/models.py", + [ + "RelationModel" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_virtual_field", + "RelationModel" + ] + ] + ], + "Parent2": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_two_related_model_field", + "Parent2" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Parent2" + ] + ] + ], + "Parent1": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_ordering_pointing_to_two_related_model_field", + "Parent1" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Parent1" + ] + ] + ], + "_Model": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_name_beginning_with_underscore", + "_Model" + ] + ] + ], + "Model_": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_name_ending_with_underscore", + "Model_" + ] + ] + ], + "Test__Model": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_name_contains_double_underscores", + "Test__Model" + ] + ] + ], + "ShippingMethod": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_two_m2m_through_same_model_with_different_through_fields", + "ShippingMethod" + ] + ] + ], + "ShippingMethodPrice": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_two_m2m_through_same_model_with_different_through_fields", + "ShippingMethodPrice" + ] + ] + ], + "ParkingLot": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_onetoone_with_parent_model", + "ParkingLot" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_onetoone_with_explicit_parent_link_parent_model", + "ParkingLot" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "ParkingLot" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "ParkingLot" + ] + ] + ], + "Baz": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_field_table_name_clash", + "Baz" + ] + ], + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_field_table_name_clash_database_routers_installed", + "Baz" + ] + ], + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_fk_to_fk_get_col_output_field", + "Baz" + ] + ], + [ + "tests/utils_tests/test_lazyobject.py", + [ + "Baz" + ] + ] + ], + "A1": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "A1" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_a/models.py", + [ + "A1" + ] + ] + ], + "C1": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "C1" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_c/models.py", + [ + "C1" + ] + ] + ], + "A2": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "A2" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_a/models.py", + [ + "A2" + ] + ] + ], + "C2": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "C2" + ] + ], + [ + "tests/migrations/migrations_test_apps/lookuperror_c/models.py", + [ + "C2" + ] + ] + ], + "Intermediate": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_unmanaged_shadow_models_not_checked", + "Intermediate" + ] + ], + [ + "tests/serializers/models/data.py", + [ + "Intermediate" + ] + ], + [ + "tests/unmanaged_models/models.py", + [ + "Intermediate" + ] + ] + ], + "ThroughProxy": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_m2m_to_concrete_and_proxy_allowed", + "ThroughProxy" + ] + ] + ], + "DummyModel": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_lazy_reference_checks", + "DummyModel" + ] + ] + ], + "DummyClass": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests", + "test_lazy_reference_checks", + "DummyClass" + ] + ] + ], + "OtherModelTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "OtherModelTests" + ] + ] + ], + "MultipleAutoFields": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "MultipleAutoFieldsTests", + "test_multiple_autofields", + "with_self_assertRaisesMes", + "MultipleAutoFields" + ] + ] + ], + "MultipleAutoFieldsTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "MultipleAutoFieldsTests" + ] + ] + ], + "JSONFieldTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "JSONFieldTests" + ] + ], + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "JSONFieldTests" + ] + ], + [ + "tests/model_fields/test_jsonfield.py", + [ + "JSONFieldTests" + ] + ] + ], + "ConstraintsTests": [ + [ + "tests/invalid_models_tests/test_models.py", + [ + "ConstraintsTests" + ] + ] + ], + "AutoFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "AutoFieldTests" + ] + ], + [ + "tests/model_fields/test_autofield.py", + [ + "AutoFieldTests" + ] + ] + ], + "BinaryFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "BinaryFieldTests" + ] + ], + [ + "tests/model_fields/test_binaryfield.py", + [ + "BinaryFieldTests" + ] + ] + ], + "ThingItem": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_iterable_of_iterable_choices", + "ThingItem" + ] + ] + ], + "Things": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_iterable_of_iterable_choices", + "Things" + ] + ] + ], + "ThingWithIterableChoices": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests", + "test_iterable_of_iterable_choices", + "ThingWithIterableChoices" + ] + ] + ], + "CharFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "CharFieldTests" + ] + ] + ], + "DateFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DateFieldTests" + ] + ] + ], + "DateTimeFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DateTimeFieldTests" + ] + ], + [ + "tests/model_fields/test_datetimefield.py", + [ + "DateTimeFieldTests" + ] + ] + ], + "DecimalFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "DecimalFieldTests" + ] + ], + [ + "tests/model_fields/test_decimalfield.py", + [ + "DecimalFieldTests" + ] + ] + ], + "FileFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FileFieldTests" + ] + ], + [ + "tests/model_fields/test_filefield.py", + [ + "FileFieldTests" + ] + ] + ], + "FilePathFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "FilePathFieldTests" + ] + ], + [ + "tests/model_fields/test_filepathfield.py", + [ + "FilePathFieldTests" + ] + ] + ], + "GenericIPAddressFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "GenericIPAddressFieldTests" + ] + ], + [ + "tests/model_fields/test_genericipaddressfield.py", + [ + "GenericIPAddressFieldTests" + ] + ], + [ + "tests/validation/tests.py", + [ + "GenericIPAddressFieldTests" + ] + ] + ], + "ImageFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "ImageFieldTests" + ] + ], + [ + "tests/model_fields/test_imagefield.py", + [ + "ImageFieldTests" + ] + ] + ], + "IntegerFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "IntegerFieldTests" + ] + ], + [ + "tests/model_fields/test_integerfield.py", + [ + "IntegerFieldTests" + ] + ] + ], + "TimeFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "TimeFieldTests" + ] + ] + ], + "TextFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "TextFieldTests" + ] + ], + [ + "tests/model_fields/test_textfield.py", + [ + "TextFieldTests" + ] + ] + ], + "UUIDFieldTests": [ + [ + "tests/invalid_models_tests/test_ordinary_fields.py", + [ + "UUIDFieldTests" + ] + ] + ], + "ModelM2M": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_with_useless_options", + "ModelM2M" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_with_useless_related_name", + "ModelM2M" + ] + ] + ], + "AmbiguousRelationship": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_ambiguous_relationship_model_from", + "AmbiguousRelationship" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_ambiguous_relationship_model_to", + "AmbiguousRelationship" + ] + ] + ], + "WrongModel": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_relationship_model_with_foreign_key_to_wrong_model", + "WrongModel" + ] + ] + ], + "InvalidRelationship": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_relationship_model_with_foreign_key_to_wrong_model", + "InvalidRelationship" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_relationship_model_missing_foreign_key", + "InvalidRelationship" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_too_many_foreign_keys_in_self_referential_model", + "InvalidRelationship" + ] + ] + ], + "GroupMember": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_many_to_many_through_isolate_apps_model", + "GroupMember" + ] + ] + ], + "MMembership": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_non_unique_fields", + "MMembership" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_partially_unique_field", + "MMembership" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_foreign_object_to_unique_field_with_meta_constraint", + "MMembership" + ] + ] + ], + "SwappableModel": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests", + "test_not_swapped_model", + "SwappableModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "ManagersRegressionTests", + "test_swappable_manager", + "SwappableModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "ManagersRegressionTests", + "test_custom_swappable_manager", + "SwappableModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "ManagersRegressionTests", + "test_explicit_swappable_manager", + "SwappableModel" + ] + ], + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_swappable", + "SwappableModel" + ] + ] + ], + "RelativeFieldTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "RelativeFieldTests" + ] + ] + ], + "Another": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "_test_accessor_clash", + "Another" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests", + "_test_reverse_query_name_clash", + "Another" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedNameClashTests", + "_test_explicit_related_name_clash", + "Another" + ] + ], + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedQueryNameClashTests", + "_test_explicit_related_query_name_clash", + "Another" + ] + ] + ], + "FKRel": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests", + "test_no_clash_for_hidden_related_name", + "FKRel" + ] + ] + ], + "AccessorClashTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "AccessorClashTests" + ] + ] + ], + "ReverseQueryNameClashTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ReverseQueryNameClashTests" + ] + ] + ], + "ExplicitRelatedNameClashTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedNameClashTests" + ] + ] + ], + "ExplicitRelatedQueryNameClashTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ExplicitRelatedQueryNameClashTests" + ] + ] + ], + "SelfReferentialM2MClashTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialM2MClashTests" + ] + ] + ], + "SelfReferentialFKClashTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "SelfReferentialFKClashTests" + ] + ] + ], + "ComplexClashTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "ComplexClashTests" + ] + ] + ], + "M2mThroughFieldsTests": [ + [ + "tests/invalid_models_tests/test_relative_fields.py", + [ + "M2mThroughFieldsTests" + ] + ] + ], + "Tournament": [ + [ + "tests/known_related_objects/models.py", + [ + "Tournament" + ] + ] + ], + "Organiser": [ + [ + "tests/known_related_objects/models.py", + [ + "Organiser" + ] + ] + ], + "Pool": [ + [ + "tests/known_related_objects/models.py", + [ + "Pool" + ] + ] + ], + "PoolStyle": [ + [ + "tests/known_related_objects/models.py", + [ + "PoolStyle" + ] + ] + ], + "ExistingRelatedInstancesTests": [ + [ + "tests/known_related_objects/tests.py", + [ + "ExistingRelatedInstancesTests" + ] + ] + ], + "MyHandler": [ + [ + "tests/logging_tests/logconfig.py", + [ + "MyHandler" + ] + ] + ], + "MyEmailBackend": [ + [ + "tests/logging_tests/logconfig.py", + [ + "MyEmailBackend" + ] + ], + [ + "tests/mail/tests.py", + [ + "SMTPBackendTests", + "test_connection_timeout_custom", + "MyEmailBackend" + ] + ] + ], + "CustomExceptionReporter": [ + [ + "tests/logging_tests/logconfig.py", + [ + "CustomExceptionReporter" + ] + ], + [ + "tests/view_tests/views.py", + [ + "CustomExceptionReporter" + ] + ] + ], + "LoggingFiltersTest": [ + [ + "tests/logging_tests/tests.py", + [ + "LoggingFiltersTest" + ] + ] + ], + "SetupDefaultLoggingMixin": [ + [ + "tests/logging_tests/tests.py", + [ + "SetupDefaultLoggingMixin" + ] + ] + ], + "DefaultLoggingTests": [ + [ + "tests/logging_tests/tests.py", + [ + "DefaultLoggingTests" + ] + ] + ], + "LoggingAssertionMixin": [ + [ + "tests/logging_tests/tests.py", + [ + "LoggingAssertionMixin" + ] + ] + ], + "HandlerLoggingTests": [ + [ + "tests/logging_tests/tests.py", + [ + "HandlerLoggingTests" + ] + ] + ], + "I18nLoggingTests": [ + [ + "tests/logging_tests/tests.py", + [ + "I18nLoggingTests" + ] + ] + ], + "CallbackFilterTest": [ + [ + "tests/logging_tests/tests.py", + [ + "CallbackFilterTest" + ] + ] + ], + "ManagerEmailHandler": [ + [ + "tests/logging_tests/tests.py", + [ + "AdminEmailHandlerTest", + "test_customize_send_mail_method", + "ManagerEmailHandler" + ] + ] + ], + "AdminEmailHandlerTest": [ + [ + "tests/logging_tests/tests.py", + [ + "AdminEmailHandlerTest" + ] + ] + ], + "SettingsConfigTest": [ + [ + "tests/logging_tests/tests.py", + [ + "SettingsConfigTest" + ] + ] + ], + "SetupConfigureLogging": [ + [ + "tests/logging_tests/tests.py", + [ + "SetupConfigureLogging" + ] + ] + ], + "SecurityLoggerTest": [ + [ + "tests/logging_tests/tests.py", + [ + "SecurityLoggerTest" + ] + ] + ], + "SettingsCustomLoggingTest": [ + [ + "tests/logging_tests/tests.py", + [ + "SettingsCustomLoggingTest" + ] + ] + ], + "LogFormattersTests": [ + [ + "tests/logging_tests/tests.py", + [ + "LogFormattersTests" + ] + ] + ], + "UncaughtException": [ + [ + "tests/logging_tests/views.py", + [ + "UncaughtException" + ] + ] + ], + "Alarm": [ + [ + "tests/lookup/models.py", + [ + "Alarm" + ] + ] + ], + "NulledTextField": [ + [ + "tests/lookup/models.py", + [ + "NulledTextField" + ] + ] + ], + "NulledTransform": [ + [ + "tests/lookup/models.py", + [ + "NulledTransform" + ] + ] + ], + "IsNullWithNoneAsRHS": [ + [ + "tests/lookup/models.py", + [ + "IsNullWithNoneAsRHS" + ] + ] + ], + "Season": [ + [ + "tests/lookup/models.py", + [ + "Season" + ] + ] + ], + "Game": [ + [ + "tests/lookup/models.py", + [ + "Game" + ] + ] + ], + "Player": [ + [ + "tests/lookup/models.py", + [ + "Player" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Player" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Player" + ] + ] + ], + "Stock": [ + [ + "tests/lookup/models.py", + [ + "Stock" + ] + ] + ], + "Freebie": [ + [ + "tests/lookup/models.py", + [ + "Freebie" + ] + ] + ], + "DecimalFieldLookupTests": [ + [ + "tests/lookup/test_decimalfield.py", + [ + "DecimalFieldLookupTests" + ] + ] + ], + "CustomLookup": [ + [ + "tests/lookup/test_lookups.py", + [ + "CustomLookup" + ] + ] + ], + "YearLookupTests": [ + [ + "tests/lookup/test_lookups.py", + [ + "YearLookupTests" + ] + ] + ], + "TimeFieldLookupTests": [ + [ + "tests/lookup/test_timefield.py", + [ + "TimeFieldLookupTests" + ] + ] + ], + "UnhashableInt": [ + [ + "tests/lookup/tests.py", + [ + "LookupTests", + "test_in_ignore_none_with_unhashable_items", + "UnhashableInt" + ] + ] + ], + "LookupQueryingTests": [ + [ + "tests/lookup/tests.py", + [ + "LookupQueryingTests" + ] + ] + ], + "Issue": [ + [ + "tests/m2m_and_m2o/models.py", + [ + "Issue" + ] + ], + [ + "tests/proxy_models/models.py", + [ + "Issue" + ] + ] + ], + "StringReferenceModel": [ + [ + "tests/m2m_and_m2o/models.py", + [ + "StringReferenceModel" + ] + ] + ], + "RelatedObjectTests": [ + [ + "tests/m2m_and_m2o/tests.py", + [ + "RelatedObjectTests" + ] + ] + ], + "RelatedObjectUnicodeTests": [ + [ + "tests/m2m_and_m2o/tests.py", + [ + "RelatedObjectUnicodeTests" + ] + ] + ], + "Writer": [ + [ + "tests/m2m_intermediary/models.py", + [ + "Writer" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Writer" + ] + ] + ], + "M2MIntermediaryTests": [ + [ + "tests/m2m_intermediary/tests.py", + [ + "M2MIntermediaryTests" + ] + ] + ], + "M2MMultipleTests": [ + [ + "tests/m2m_multiple/tests.py", + [ + "M2MMultipleTests" + ] + ] + ], + "Colleague": [ + [ + "tests/m2m_recursive/models.py", + [ + "Colleague" + ] + ] + ], + "RecursiveM2MTests": [ + [ + "tests/m2m_recursive/tests.py", + [ + "RecursiveM2MTests" + ] + ] + ], + "RecursiveSymmetricalM2MThroughTests": [ + [ + "tests/m2m_recursive/tests.py", + [ + "RecursiveSymmetricalM2MThroughTests" + ] + ] + ], + "SelfRefer": [ + [ + "tests/m2m_regress/models.py", + [ + "SelfRefer" + ] + ] + ], + "TagCollection": [ + [ + "tests/m2m_regress/models.py", + [ + "TagCollection" + ] + ] + ], + "Entry": [ + [ + "tests/m2m_regress/models.py", + [ + "Entry" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_auto_now_add_interactive", + "Entry" + ] + ], + [ + "tests/syndication_tests/models.py", + [ + "Entry" + ] + ] + ], + "SelfReferChild": [ + [ + "tests/m2m_regress/models.py", + [ + "SelfReferChild" + ] + ] + ], + "SelfReferChildSibling": [ + [ + "tests/m2m_regress/models.py", + [ + "SelfReferChildSibling" + ] + ] + ], + "Line": [ + [ + "tests/m2m_regress/models.py", + [ + "Line" + ] + ], + [ + "tests/postgres_tests/models.py", + [ + "Line" + ] + ] + ], + "Worksheet": [ + [ + "tests/m2m_regress/models.py", + [ + "Worksheet" + ] + ] + ], + "BadModelWithSplit": [ + [ + "tests/m2m_regress/models.py", + [ + "BadModelWithSplit" + ] + ] + ], + "RegressionModelSplit": [ + [ + "tests/m2m_regress/models.py", + [ + "RegressionModelSplit" + ] + ] + ], + "M2MRegressionTests": [ + [ + "tests/m2m_regress/tests.py", + [ + "M2MRegressionTests" + ] + ] + ], + "Part": [ + [ + "tests/m2m_signals/models.py", + [ + "Part" + ] + ] + ], + "SportsCar": [ + [ + "tests/m2m_signals/models.py", + [ + "SportsCar" + ] + ] + ], + "ManyToManySignalsTest": [ + [ + "tests/m2m_signals/tests.py", + [ + "ManyToManySignalsTest" + ] + ] + ], + "PersonChild": [ + [ + "tests/m2m_through/models.py", + [ + "PersonChild" + ] + ] + ], + "CustomMembership": [ + [ + "tests/m2m_through/models.py", + [ + "CustomMembership" + ] + ] + ], + "TestNoDefaultsOrNulls": [ + [ + "tests/m2m_through/models.py", + [ + "TestNoDefaultsOrNulls" + ] + ] + ], + "PersonSelfRefM2M": [ + [ + "tests/m2m_through/models.py", + [ + "PersonSelfRefM2M" + ] + ] + ], + "SymmetricalFriendship": [ + [ + "tests/m2m_through/models.py", + [ + "SymmetricalFriendship" + ] + ] + ], + "Relationship": [ + [ + "tests/m2m_through/models.py", + [ + "Relationship" + ] + ] + ], + "M2mThroughTests": [ + [ + "tests/m2m_through/tests.py", + [ + "M2mThroughTests" + ] + ] + ], + "M2mThroughReferentialTests": [ + [ + "tests/m2m_through/tests.py", + [ + "M2mThroughReferentialTests" + ] + ] + ], + "M2mThroughToFieldsTests": [ + [ + "tests/m2m_through/tests.py", + [ + "M2mThroughToFieldsTests" + ] + ] + ], + "UserMembership": [ + [ + "tests/m2m_through_regress/models.py", + [ + "UserMembership" + ] + ] + ], + "CarDriver": [ + [ + "tests/m2m_through_regress/models.py", + [ + "CarDriver" + ] + ] + ], + "Competitor": [ + [ + "tests/m2m_through_regress/models.py", + [ + "Competitor" + ] + ] + ], + "IndividualCompetitor": [ + [ + "tests/m2m_through_regress/models.py", + [ + "IndividualCompetitor" + ] + ] + ], + "CompetingTeam": [ + [ + "tests/m2m_through_regress/models.py", + [ + "CompetingTeam" + ] + ] + ], + "ProxiedIndividualCompetitor": [ + [ + "tests/m2m_through_regress/models.py", + [ + "ProxiedIndividualCompetitor" + ] + ] + ], + "MultiTableTests": [ + [ + "tests/m2m_through_regress/test_multitable.py", + [ + "MultiTableTests" + ] + ] + ], + "M2MThroughTestCase": [ + [ + "tests/m2m_through_regress/tests.py", + [ + "M2MThroughTestCase" + ] + ] + ], + "M2MThroughSerializationTestCase": [ + [ + "tests/m2m_through_regress/tests.py", + [ + "M2MThroughSerializationTestCase" + ] + ] + ], + "ToFieldThroughTests": [ + [ + "tests/m2m_through_regress/tests.py", + [ + "ToFieldThroughTests" + ] + ] + ], + "ThroughLoadDataTestCase": [ + [ + "tests/m2m_through_regress/tests.py", + [ + "ThroughLoadDataTestCase" + ] + ] + ], + "ManyToOneRecursiveTests": [ + [ + "tests/m2o_recursive/tests.py", + [ + "ManyToOneRecursiveTests" + ] + ] + ], + "MultipleManyToOneRecursiveTests": [ + [ + "tests/m2o_recursive/tests.py", + [ + "MultipleManyToOneRecursiveTests" + ] + ] + ], + "SendTestEmailManagementCommand": [ + [ + "tests/mail/test_sendtestemail.py", + [ + "SendTestEmailManagementCommand" + ] + ] + ], + "HeadersCheckMixin": [ + [ + "tests/mail/tests.py", + [ + "HeadersCheckMixin" + ] + ] + ], + "MailTests": [ + [ + "tests/mail/tests.py", + [ + "MailTests" + ] + ] + ], + "MailTimeZoneTests": [ + [ + "tests/mail/tests.py", + [ + "MailTimeZoneTests" + ] + ] + ], + "PythonGlobalState": [ + [ + "tests/mail/tests.py", + [ + "PythonGlobalState" + ] + ] + ], + "BaseEmailBackendTests": [ + [ + "tests/mail/tests.py", + [ + "BaseEmailBackendTests" + ] + ] + ], + "LocmemBackendTests": [ + [ + "tests/mail/tests.py", + [ + "LocmemBackendTests" + ] + ] + ], + "FileBackendTests": [ + [ + "tests/mail/tests.py", + [ + "FileBackendTests" + ] + ] + ], + "FileBackendPathLibTests": [ + [ + "tests/mail/tests.py", + [ + "FileBackendPathLibTests" + ] + ] + ], + "ConsoleBackendTests": [ + [ + "tests/mail/tests.py", + [ + "ConsoleBackendTests" + ] + ] + ], + "FakeSMTPChannel": [ + [ + "tests/mail/tests.py", + [ + "FakeSMTPChannel" + ] + ] + ], + "FakeSMTPServer": [ + [ + "tests/mail/tests.py", + [ + "FakeSMTPServer" + ] + ] + ], + "FakeAUTHSMTPConnection": [ + [ + "tests/mail/tests.py", + [ + "FakeAUTHSMTPConnection" + ] + ] + ], + "SMTPBackendTestsBase": [ + [ + "tests/mail/tests.py", + [ + "SMTPBackendTestsBase" + ] + ] + ], + "CustomEmailBackend": [ + [ + "tests/mail/tests.py", + [ + "SMTPBackendTests", + "test_server_login", + "CustomEmailBackend" + ] + ] + ], + "SMTPBackendTests": [ + [ + "tests/mail/tests.py", + [ + "SMTPBackendTests" + ] + ] + ], + "SMTPBackendStoppedServerTests": [ + [ + "tests/mail/tests.py", + [ + "SMTPBackendStoppedServerTests" + ] + ] + ], + "OnlyFred": [ + [ + "tests/managers_regress/models.py", + [ + "OnlyFred" + ] + ] + ], + "OnlyBarney": [ + [ + "tests/managers_regress/models.py", + [ + "OnlyBarney" + ] + ] + ], + "Value42": [ + [ + "tests/managers_regress/models.py", + [ + "Value42" + ] + ] + ], + "AbstractBase1": [ + [ + "tests/managers_regress/models.py", + [ + "AbstractBase1" + ] + ] + ], + "AbstractBase2": [ + [ + "tests/managers_regress/models.py", + [ + "AbstractBase2" + ] + ] + ], + "AbstractBase3": [ + [ + "tests/managers_regress/models.py", + [ + "AbstractBase3" + ] + ] + ], + "Child1": [ + [ + "tests/managers_regress/models.py", + [ + "Child1" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_abstract_model_children_inherit_indexes", + "Child1" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Child1" + ] + ] + ], + "Child2": [ + [ + "tests/managers_regress/models.py", + [ + "Child2" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_abstract_model_children_inherit_indexes", + "Child2" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Child2" + ] + ] + ], + "Child3": [ + [ + "tests/managers_regress/models.py", + [ + "Child3" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Child3" + ] + ] + ], + "Child4": [ + [ + "tests/managers_regress/models.py", + [ + "Child4" + ] + ], + [ + "tests/select_related_onetoone/models.py", + [ + "Child4" + ] + ] + ], + "Child5": [ + [ + "tests/managers_regress/models.py", + [ + "Child5" + ] + ] + ], + "Child6": [ + [ + "tests/managers_regress/models.py", + [ + "Child6" + ] + ] + ], + "Child7": [ + [ + "tests/managers_regress/models.py", + [ + "Child7" + ] + ] + ], + "ManagersRegressionTests": [ + [ + "tests/managers_regress/tests.py", + [ + "ManagersRegressionTests" + ] + ] + ], + "CustomManager": [ + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "CustomManager" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "CustomManager" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "CustomManager" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_manager_no_duplicates", + "CustomManager" + ] + ], + [ + "tests/queries/models.py", + [ + "CustomManager" + ] + ] + ], + "PlainModel": [ + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "PlainModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "PlainModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "PlainModel" + ] + ] + ], + "ModelWithAbstractParent": [ + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "ModelWithAbstractParent" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "ModelWithAbstractParent" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "ModelWithAbstractParent" + ] + ] + ], + "MTIModel": [ + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_implicit_inheritance", + "MTIModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_default_manager_inheritance", + "MTIModel" + ] + ], + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance", + "test_base_manager_inheritance", + "MTIModel" + ] + ] + ], + "TestManagerInheritance": [ + [ + "tests/managers_regress/tests.py", + [ + "TestManagerInheritance" + ] + ] + ], + "Publication": [ + [ + "tests/many_to_many/models.py", + [ + "Publication" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Publication" + ] + ], + [ + "tests/model_package/models/publication.py", + [ + "Publication" + ] + ] + ], + "NoDeletedArticleManager": [ + [ + "tests/many_to_many/models.py", + [ + "NoDeletedArticleManager" + ] + ] + ], + "UserArticle": [ + [ + "tests/many_to_many/models.py", + [ + "UserArticle" + ] + ] + ], + "AbstractArticle": [ + [ + "tests/many_to_many/models.py", + [ + "AbstractArticle" + ] + ], + [ + "tests/sites_framework/models.py", + [ + "AbstractArticle" + ] + ] + ], + "InheritedArticleA": [ + [ + "tests/many_to_many/models.py", + [ + "InheritedArticleA" + ] + ] + ], + "InheritedArticleB": [ + [ + "tests/many_to_many/models.py", + [ + "InheritedArticleB" + ] + ] + ], + "ManyToManyTests": [ + [ + "tests/many_to_many/tests.py", + [ + "ManyToManyTests" + ] + ] + ], + "First": [ + [ + "tests/many_to_one/models.py", + [ + "First" + ] + ] + ], + "Second": [ + [ + "tests/many_to_one/models.py", + [ + "Second" + ] + ] + ], + "Third": [ + [ + "tests/many_to_one/models.py", + [ + "Third" + ] + ] + ], + "ParentStringPrimaryKey": [ + [ + "tests/many_to_one/models.py", + [ + "ParentStringPrimaryKey" + ] + ] + ], + "ChildNullableParent": [ + [ + "tests/many_to_one/models.py", + [ + "ChildNullableParent" + ] + ] + ], + "ChildStringPrimaryKeyParent": [ + [ + "tests/many_to_one/models.py", + [ + "ChildStringPrimaryKeyParent" + ] + ] + ], + "ToFieldChild": [ + [ + "tests/many_to_one/models.py", + [ + "ToFieldChild" + ] + ] + ], + "Record": [ + [ + "tests/many_to_one/models.py", + [ + "Record" + ] + ] + ], + "Relation": [ + [ + "tests/many_to_one/models.py", + [ + "Relation" + ] + ], + [ + "tests/model_meta/models.py", + [ + "Relation" + ] + ] + ], + "SchoolManager": [ + [ + "tests/many_to_one/models.py", + [ + "SchoolManager" + ] + ], + [ + "tests/one_to_one/models.py", + [ + "SchoolManager" + ] + ] + ], + "ManyToOneTests": [ + [ + "tests/many_to_one/tests.py", + [ + "ManyToOneTests" + ] + ] + ], + "ManyToOneNullTests": [ + [ + "tests/many_to_one_null/tests.py", + [ + "ManyToOneNullTests" + ] + ] + ], + "PersonWithDefaultMaxLengths": [ + [ + "tests/max_lengths/models.py", + [ + "PersonWithDefaultMaxLengths" + ] + ] + ], + "PersonWithCustomMaxLengths": [ + [ + "tests/max_lengths/models.py", + [ + "PersonWithCustomMaxLengths" + ] + ] + ], + "MaxLengthArgumentsTests": [ + [ + "tests/max_lengths/tests.py", + [ + "MaxLengthArgumentsTests" + ] + ] + ], + "MaxLengthORMTests": [ + [ + "tests/max_lengths/tests.py", + [ + "MaxLengthORMTests" + ] + ] + ], + "override_settings_tags": [ + [ + "tests/messages_tests/base.py", + [ + "override_settings_tags" + ] + ] + ], + "BaseTests": [ + [ + "tests/messages_tests/base.py", + [ + "BaseTests" + ] + ] + ], + "SomeObject": [ + [ + "tests/messages_tests/models.py", + [ + "SomeObject" + ] + ] + ], + "DummyStorage": [ + [ + "tests/messages_tests/test_api.py", + [ + "DummyStorage" + ] + ], + [ + "tests/staticfiles_tests/storage.py", + [ + "DummyStorage" + ] + ] + ], + "ApiTests": [ + [ + "tests/messages_tests/test_api.py", + [ + "ApiTests" + ] + ] + ], + "CustomRequest": [ + [ + "tests/messages_tests/test_api.py", + [ + "CustomRequest" + ] + ] + ], + "CustomRequestApiTests": [ + [ + "tests/messages_tests/test_api.py", + [ + "CustomRequestApiTests" + ] + ] + ], + "FallbackTests": [ + [ + "tests/messages_tests/test_fallback.py", + [ + "FallbackTests" + ] + ] + ], + "MiddlewareTests": [ + [ + "tests/messages_tests/test_middleware.py", + [ + "MiddlewareTests" + ] + ], + [ + "tests/middleware_exceptions/tests.py", + [ + "MiddlewareTests" + ] + ] + ], + "SuccessMessageMixinTests": [ + [ + "tests/messages_tests/test_mixins.py", + [ + "SuccessMessageMixinTests" + ] + ] + ], + "SessionTests": [ + [ + "tests/messages_tests/test_session.py", + [ + "SessionTests" + ] + ], + [ + "tests/test_client_regress/tests.py", + [ + "SessionTests" + ] + ] + ], + "ContactFormViewWithMsg": [ + [ + "tests/messages_tests/urls.py", + [ + "ContactFormViewWithMsg" + ] + ] + ], + "DeleteFormViewWithMsg": [ + [ + "tests/messages_tests/urls.py", + [ + "DeleteFormViewWithMsg" + ] + ] + ], + "SecurityMiddlewareTest": [ + [ + "tests/middleware/test_security.py", + [ + "SecurityMiddlewareTest" + ] + ] + ], + "MyCommonMiddleware": [ + [ + "tests/middleware/tests.py", + [ + "CommonMiddlewareTest", + "test_response_redirect_class_subclass", + "MyCommonMiddleware" + ] + ] + ], + "CommonMiddlewareTest": [ + [ + "tests/middleware/tests.py", + [ + "CommonMiddlewareTest" + ] + ] + ], + "SubclassedMiddleware": [ + [ + "tests/middleware/tests.py", + [ + "BrokenLinkEmailsMiddlewareTest", + "test_custom_request_checker", + "SubclassedMiddleware" + ] + ] + ], + "BrokenLinkEmailsMiddlewareTest": [ + [ + "tests/middleware/tests.py", + [ + "BrokenLinkEmailsMiddlewareTest" + ] + ] + ], + "ConditionalGetMiddlewareTest": [ + [ + "tests/middleware/tests.py", + [ + "ConditionalGetMiddlewareTest" + ] + ] + ], + "OtherXFrameOptionsMiddleware": [ + [ + "tests/middleware/tests.py", + [ + "XFrameOptionsMiddlewareTest", + "test_is_extendable", + "OtherXFrameOptionsMiddleware" + ] + ] + ], + "XFrameOptionsMiddlewareTest": [ + [ + "tests/middleware/tests.py", + [ + "XFrameOptionsMiddlewareTest" + ] + ] + ], + "GZipMiddlewareTest": [ + [ + "tests/middleware/tests.py", + [ + "GZipMiddlewareTest" + ] + ] + ], + "ETagGZipMiddlewareTest": [ + [ + "tests/middleware/tests.py", + [ + "ETagGZipMiddlewareTest" + ] + ] + ], + "SensitiveCBV": [ + [ + "tests/middleware/views.py", + [ + "SensitiveCBV" + ] + ] + ], + "BaseMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "BaseMiddleware" + ] + ] + ], + "ProcessExceptionMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "ProcessExceptionMiddleware" + ] + ] + ], + "AsyncProcessExceptionMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "AsyncProcessExceptionMiddleware" + ] + ] + ], + "ProcessExceptionLogMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "ProcessExceptionLogMiddleware" + ] + ] + ], + "ProcessExceptionExcMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "ProcessExceptionExcMiddleware" + ] + ] + ], + "ProcessViewMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "ProcessViewMiddleware" + ] + ], + [ + "tests/utils_tests/test_decorators.py", + [ + "ProcessViewMiddleware" + ] + ] + ], + "AsyncProcessViewMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "AsyncProcessViewMiddleware" + ] + ] + ], + "ProcessViewNoneMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "ProcessViewNoneMiddleware" + ] + ] + ], + "ProcessViewTemplateResponseMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "ProcessViewTemplateResponseMiddleware" + ] + ] + ], + "TemplateResponseMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "TemplateResponseMiddleware" + ] + ] + ], + "AsyncTemplateResponseMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "AsyncTemplateResponseMiddleware" + ] + ] + ], + "LogMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "LogMiddleware" + ] + ] + ], + "NoTemplateResponseMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "NoTemplateResponseMiddleware" + ] + ] + ], + "AsyncNoTemplateResponseMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "AsyncNoTemplateResponseMiddleware" + ] + ] + ], + "NotFoundMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "NotFoundMiddleware" + ] + ] + ], + "PaymentMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "PaymentMiddleware" + ] + ] + ], + "SyncAndAsyncMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "SyncAndAsyncMiddleware" + ] + ] + ], + "DecoratedPaymentMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "DecoratedPaymentMiddleware" + ] + ] + ], + "NotSyncOrAsyncMiddleware": [ + [ + "tests/middleware_exceptions/middleware.py", + [ + "NotSyncOrAsyncMiddleware" + ] + ] + ], + "RootUrlconfTests": [ + [ + "tests/middleware_exceptions/tests.py", + [ + "RootUrlconfTests" + ] + ] + ], + "MyMiddleware": [ + [ + "tests/middleware_exceptions/tests.py", + [ + "MyMiddleware" + ] + ] + ], + "MyMiddlewareWithExceptionMessage": [ + [ + "tests/middleware_exceptions/tests.py", + [ + "MyMiddlewareWithExceptionMessage" + ] + ] + ], + "MiddlewareNotUsedTests": [ + [ + "tests/middleware_exceptions/tests.py", + [ + "MiddlewareNotUsedTests" + ] + ] + ], + "MiddlewareSyncAsyncTests": [ + [ + "tests/middleware_exceptions/tests.py", + [ + "MiddlewareSyncAsyncTests" + ] + ] + ], + "AsyncMiddlewareTests": [ + [ + "tests/middleware_exceptions/tests.py", + [ + "AsyncMiddlewareTests" + ] + ] + ], + "CustomHttpResponse": [ + [ + "tests/middleware_exceptions/views.py", + [ + "exception_in_render", + "CustomHttpResponse" + ] + ], + [ + "tests/middleware_exceptions/views.py", + [ + "async_exception_in_render", + "CustomHttpResponse" + ] + ] + ], + "Receiver": [ + [ + "tests/migrate_signals/tests.py", + [ + "Receiver" + ] + ] + ], + "OneTimeReceiver": [ + [ + "tests/migrate_signals/tests.py", + [ + "OneTimeReceiver" + ] + ] + ], + "MigrateSignalTests": [ + [ + "tests/migrate_signals/tests.py", + [ + "MigrateSignalTests" + ] + ] + ], + "MigrationDataPersistenceTestCase": [ + [ + "tests/migration_test_data_persistence/tests.py", + [ + "MigrationDataPersistenceTestCase" + ] + ] + ], + "MigrationDataNormalPersistenceTestCase": [ + [ + "tests/migration_test_data_persistence/tests.py", + [ + "MigrationDataNormalPersistenceTestCase" + ] + ] + ], + "A3": [ + [ + "tests/migrations/migrations_test_apps/lookuperror_a/models.py", + [ + "A3" + ] + ] + ], + "A4": [ + [ + "tests/migrations/migrations_test_apps/lookuperror_a/models.py", + [ + "A4" + ] + ] + ], + "C3": [ + [ + "tests/migrations/migrations_test_apps/lookuperror_c/models.py", + [ + "C3" + ] + ] + ], + "OtherAuthor": [ + [ + "tests/migrations/migrations_test_apps/migrated_unapplied_app/models.py", + [ + "OtherAuthor" + ] + ] + ], + "SillyModel": [ + [ + "tests/migrations/migrations_test_apps/unmigrated_app/models.py", + [ + "SillyModel" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_not_null_addition", + "SillyModel" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_no_field_rename", + "SillyModel" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_dry_run", + "SillyModel" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_dry_run_verbosity_3", + "SillyModel" + ] + ], + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_migrations_modules_path_not_exist", + "SillyModel" + ] + ] + ], + "UnmigratedModel": [ + [ + "tests/migrations/migrations_test_apps/unmigrated_app_simple/models.py", + [ + "UnmigratedModel" + ] + ], + [ + "tests/migrations/models.py", + [ + "UnmigratedModel" + ] + ] + ], + "Classroom": [ + [ + "tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models.py", + [ + "Classroom" + ] + ], + [ + "tests/queries/models.py", + [ + "Classroom" + ] + ] + ], + "Lesson": [ + [ + "tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models.py", + [ + "Lesson" + ] + ] + ], + "CustomModelBase": [ + [ + "tests/migrations/models.py", + [ + "CustomModelBase" + ] + ] + ], + "ModelWithCustomBase": [ + [ + "tests/migrations/models.py", + [ + "ModelWithCustomBase" + ] + ] + ], + "UnicodeModel": [ + [ + "tests/migrations/models.py", + [ + "UnicodeModel" + ] + ] + ], + "Unserializable": [ + [ + "tests/migrations/models.py", + [ + "Unserializable" + ] + ] + ], + "UnserializableModel": [ + [ + "tests/migrations/models.py", + [ + "UnserializableModel" + ] + ] + ], + "FoodQuerySet": [ + [ + "tests/migrations/models.py", + [ + "FoodQuerySet" + ] + ] + ], + "BaseFoodManager": [ + [ + "tests/migrations/models.py", + [ + "BaseFoodManager" + ] + ] + ], + "FoodManager": [ + [ + "tests/migrations/models.py", + [ + "FoodManager" + ] + ] + ], + "NoMigrationFoodManager": [ + [ + "tests/migrations/models.py", + [ + "NoMigrationFoodManager" + ] + ] + ], + "DefaultOtherRouter": [ + [ + "tests/migrations/routers.py", + [ + "DefaultOtherRouter" + ] + ] + ], + "DeconstructibleObject": [ + [ + "tests/migrations/test_autodetector.py", + [ + "DeconstructibleObject" + ] + ] + ], + "AutodetectorTests": [ + [ + "tests/migrations/test_autodetector.py", + [ + "AutodetectorTests" + ] + ] + ], + "Migration_1": [ + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests", + "test_single_operation", + "Migration_1" + ] + ] + ], + "MigrationSuggestNameTests": [ + [ + "tests/migrations/test_autodetector.py", + [ + "MigrationSuggestNameTests" + ] + ] + ], + "MigrationTestBase": [ + [ + "tests/migrations/test_base.py", + [ + "MigrationTestBase" + ] + ] + ], + "OperationTestBase": [ + [ + "tests/migrations/test_base.py", + [ + "OperationTestBase" + ] + ] + ], + "NewModel1": [ + [ + "tests/migrations/test_commands.py", + [ + "MigrateTests", + "test_migrate_not_reflected_changes", + "NewModel1" + ] + ] + ], + "NewModel2": [ + [ + "tests/migrations/test_commands.py", + [ + "MigrateTests", + "test_migrate_not_reflected_changes", + "NewModel2" + ] + ] + ], + "RenamedModel": [ + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests", + "test_makemigrations_non_interactive_no_model_rename", + "RenamedModel" + ] + ] + ], + "MakeMigrationsTests": [ + [ + "tests/migrations/test_commands.py", + [ + "MakeMigrationsTests" + ] + ] + ], + "SquashMigrationsTests": [ + [ + "tests/migrations/test_commands.py", + [ + "SquashMigrationsTests" + ] + ] + ], + "AppLabelErrorTests": [ + [ + "tests/migrations/test_commands.py", + [ + "AppLabelErrorTests" + ] + ] + ], + "ExceptionTests": [ + [ + "tests/migrations/test_exceptions.py", + [ + "ExceptionTests" + ] + ], + [ + "tests/test_client_regress/tests.py", + [ + "ExceptionTests" + ] + ] + ], + "DeferredSQL": [ + [ + "tests/migrations/test_executor.py", + [ + "ExecutorTests", + "test_migrations_not_applied_on_deferred_sql_failure", + "DeferredSQL" + ] + ] + ], + "ExecutorTests": [ + [ + "tests/migrations/test_executor.py", + [ + "ExecutorTests" + ] + ] + ], + "FakeLoader": [ + [ + "tests/migrations/test_executor.py", + [ + "FakeLoader" + ] + ] + ], + "FakeMigration": [ + [ + "tests/migrations/test_executor.py", + [ + "FakeMigration" + ] + ] + ], + "ExecutorUnitTests": [ + [ + "tests/migrations/test_executor.py", + [ + "ExecutorUnitTests" + ] + ] + ], + "GraphTests": [ + [ + "tests/migrations/test_graph.py", + [ + "GraphTests" + ] + ] + ], + "NodeTests": [ + [ + "tests/migrations/test_graph.py", + [ + "NodeTests" + ] + ], + [ + "tests/utils_tests/test_tree.py", + [ + "NodeTests" + ] + ] + ], + "RecorderTests": [ + [ + "tests/migrations/test_loader.py", + [ + "RecorderTests" + ] + ] + ], + "LoaderTests": [ + [ + "tests/migrations/test_loader.py", + [ + "LoaderTests" + ] + ], + [ + "tests/template_tests/test_engine.py", + [ + "LoaderTests" + ] + ] + ], + "PycLoaderTests": [ + [ + "tests/migrations/test_loader.py", + [ + "PycLoaderTests" + ] + ] + ], + "AgnosticRouter": [ + [ + "tests/migrations/test_multidb.py", + [ + "AgnosticRouter" + ] + ] + ], + "MigrateNothingRouter": [ + [ + "tests/migrations/test_multidb.py", + [ + "MigrateNothingRouter" + ] + ] + ], + "MigrateEverythingRouter": [ + [ + "tests/migrations/test_multidb.py", + [ + "MigrateEverythingRouter" + ] + ] + ], + "MigrateWhenFooRouter": [ + [ + "tests/migrations/test_multidb.py", + [ + "MigrateWhenFooRouter" + ] + ] + ], + "MultiDBOperationTests": [ + [ + "tests/migrations/test_multidb.py", + [ + "MultiDBOperationTests" + ] + ] + ], + "Mixin": [ + [ + "tests/migrations/test_operations.py", + [ + "Mixin" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal", + "Mixin" + ] + ], + [ + "tests/model_inheritance/models.py", + [ + "Mixin" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_abstract_model_with_regular_python_mixin_mro", + "Mixin" + ] + ] + ], + "SwappableOperationTests": [ + [ + "tests/migrations/test_operations.py", + [ + "SwappableOperationTests" + ] + ] + ], + "TestCreateModel": [ + [ + "tests/migrations/test_operations.py", + [ + "TestCreateModel" + ] + ] + ], + "FieldOperationTests": [ + [ + "tests/migrations/test_operations.py", + [ + "FieldOperationTests" + ] + ] + ], + "OptimizerTests": [ + [ + "tests/migrations/test_optimizer.py", + [ + "OptimizerTests" + ] + ] + ], + "QuestionerTests": [ + [ + "tests/migrations/test_questioner.py", + [ + "QuestionerTests" + ] + ] + ], + "AuthorProxy": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "AuthorProxy" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_fk_to_proxy", + "AuthorProxy" + ] + ] + ], + "SubAuthor": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "SubAuthor" + ] + ] + ], + "FoodNoManagers": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "FoodNoManagers" + ] + ] + ], + "FoodNoDefaultManager": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "FoodNoDefaultManager" + ] + ] + ], + "FoodOrderedManagers": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_create", + "FoodOrderedManagers" + ] + ] + ], + "BossManager": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_no_duplicate_managers", + "BossManager" + ] + ] + ], + "Boss": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_no_duplicate_managers", + "Boss" + ] + ] + ], + "Author2": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_custom_base_manager", + "Author2" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Author2" + ] + ] + ], + "FooBar": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "FooBar" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "GetFieldDisplayTests", + "test_overriding_FIELD_display", + "FooBar" + ] + ], + [ + "tests/test_runner_apps/tagged/tests_inheritance.py", + [ + "FooBar" + ] + ] + ], + "AbstractSubFooBar": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "AbstractSubFooBar" + ] + ] + ], + "SubFooBar": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_model_with_multiple_inheritance", + "SubFooBar" + ] + ] + ], + "E": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_render_project_dependencies", + "E" + ] + ] + ], + "Magazine": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_dangling_references_throw_error", + "Magazine" + ] + ], + [ + "tests/migrations/test_state.py", + [ + "StateTests", + "test_reference_mixed_case_app_label", + "Magazine" + ] + ] + ], + "StateTests": [ + [ + "tests/migrations/test_state.py", + [ + "StateTests" + ] + ] + ], + "StateRelationsTests": [ + [ + "tests/migrations/test_state.py", + [ + "StateRelationsTests" + ] + ] + ], + "SearchableLocation": [ + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable_from_abstract", + "SearchableLocation" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "SearchableLocation" + ] + ] + ], + "Station": [ + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable_from_abstract", + "Station" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Station" + ] + ] + ], + "BusStation": [ + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_create_swappable_from_abstract", + "BusStation" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "BusStation" + ] + ] + ], + "PrivateFieldModel": [ + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_order_with_respect_to_private_field", + "PrivateFieldModel" + ] + ] + ], + "ModelWithConstraints": [ + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests", + "test_from_model_constraints", + "ModelWithConstraints" + ] + ] + ], + "ModelStateTests": [ + [ + "tests/migrations/test_state.py", + [ + "ModelStateTests" + ] + ], + [ + "tests/model_regress/test_state.py", + [ + "ModelStateTests" + ] + ] + ], + "RelatedModelsTests": [ + [ + "tests/migrations/test_state.py", + [ + "RelatedModelsTests" + ] + ] + ], + "DeconstructibleInstances": [ + [ + "tests/migrations/test_writer.py", + [ + "DeconstructibleInstances" + ] + ] + ], + "Money": [ + [ + "tests/migrations/test_writer.py", + [ + "Money" + ] + ] + ], + "TestModel1": [ + [ + "tests/migrations/test_writer.py", + [ + "TestModel1" + ] + ] + ], + "TextEnum": [ + [ + "tests/migrations/test_writer.py", + [ + "TextEnum" + ] + ] + ], + "TextTranslatedEnum": [ + [ + "tests/migrations/test_writer.py", + [ + "TextTranslatedEnum" + ] + ] + ], + "BinaryEnum": [ + [ + "tests/migrations/test_writer.py", + [ + "BinaryEnum" + ] + ] + ], + "IntEnum": [ + [ + "tests/migrations/test_writer.py", + [ + "IntEnum" + ] + ] + ], + "OperationWriterTests": [ + [ + "tests/migrations/test_writer.py", + [ + "OperationWriterTests" + ] + ] + ], + "NestedEnum": [ + [ + "tests/migrations/test_writer.py", + [ + "WriterTests", + "NestedEnum" + ] + ] + ], + "NestedChoices": [ + [ + "tests/migrations/test_writer.py", + [ + "WriterTests", + "NestedChoices" + ] + ] + ], + "DateChoices": [ + [ + "tests/migrations/test_writer.py", + [ + "WriterTests", + "test_serialize_choices", + "DateChoices" + ] + ] + ], + "TestModel2": [ + [ + "tests/migrations/test_writer.py", + [ + "WriterTests", + "test_serialize_local_function_reference", + "TestModel2" + ] + ] + ], + "ComplexSerializer": [ + [ + "tests/migrations/test_writer.py", + [ + "WriterTests", + "test_register_serializer", + "ComplexSerializer" + ] + ] + ], + "WriterTests": [ + [ + "tests/migrations/test_writer.py", + [ + "WriterTests" + ] + ] + ], + "Suit": [ + [ + "tests/model_enums/tests.py", + [ + "Suit" + ] + ] + ], + "YearInSchool": [ + [ + "tests/model_enums/tests.py", + [ + "YearInSchool" + ] + ] + ], + "Gender": [ + [ + "tests/model_enums/tests.py", + [ + "Gender" + ] + ] + ], + "BlankStr": [ + [ + "tests/model_enums/tests.py", + [ + "ChoicesTests", + "test_textchoices_blank_value", + "BlankStr" + ] + ] + ], + "InvalidArgumentEnum": [ + [ + "tests/model_enums/tests.py", + [ + "ChoicesTests", + "test_invalid_definition", + "with_self_assertRaisesMes", + "InvalidArgumentEnum" + ] + ] + ], + "Fruit": [ + [ + "tests/model_enums/tests.py", + [ + "ChoicesTests", + "test_invalid_definition", + "None_1", + "Fruit" + ] + ] + ], + "ChoicesTests": [ + [ + "tests/model_enums/tests.py", + [ + "ChoicesTests" + ] + ], + [ + "tests/model_fields/tests.py", + [ + "ChoicesTests" + ] + ] + ], + "Separator": [ + [ + "tests/model_enums/tests.py", + [ + "Separator" + ] + ] + ], + "Constants": [ + [ + "tests/model_enums/tests.py", + [ + "Constants" + ] + ] + ], + "Set": [ + [ + "tests/model_enums/tests.py", + [ + "Set" + ] + ] + ], + "MoonLandings": [ + [ + "tests/model_enums/tests.py", + [ + "MoonLandings" + ] + ] + ], + "DateAndTime": [ + [ + "tests/model_enums/tests.py", + [ + "DateAndTime" + ] + ] + ], + "MealTimes": [ + [ + "tests/model_enums/tests.py", + [ + "MealTimes" + ] + ] + ], + "Frequency": [ + [ + "tests/model_enums/tests.py", + [ + "Frequency" + ] + ] + ], + "IPv4Address": [ + [ + "tests/model_enums/tests.py", + [ + "IPv4Address" + ] + ] + ], + "IPv6Address": [ + [ + "tests/model_enums/tests.py", + [ + "IPv6Address" + ] + ] + ], + "IPv4Network": [ + [ + "tests/model_enums/tests.py", + [ + "IPv4Network" + ] + ] + ], + "IPv6Network": [ + [ + "tests/model_enums/tests.py", + [ + "IPv6Network" + ] + ] + ], + "Boolean": [ + [ + "tests/model_enums/tests.py", + [ + "CustomChoicesTests", + "test_bool_unsupported", + "with_self_assertRaisesMes", + "Boolean" + ] + ] + ], + "Timezone": [ + [ + "tests/model_enums/tests.py", + [ + "CustomChoicesTests", + "test_timezone_unsupported", + "with_self_assertRaisesMes", + "Timezone" + ] + ] + ], + "Identifier": [ + [ + "tests/model_enums/tests.py", + [ + "CustomChoicesTests", + "test_uuid_unsupported", + "with_self_assertRaisesMes", + "Identifier" + ] + ], + [ + "tests/queries/models.py", + [ + "Identifier" + ] + ] + ], + "CustomChoicesTests": [ + [ + "tests/model_enums/tests.py", + [ + "CustomChoicesTests" + ] + ] + ], + "Whiz": [ + [ + "tests/model_fields/models.py", + [ + "Whiz" + ] + ], + [ + "tests/string_lookup/models.py", + [ + "Whiz" + ] + ] + ], + "WhizDelayed": [ + [ + "tests/model_fields/models.py", + [ + "WhizDelayed" + ] + ] + ], + "WhizIter": [ + [ + "tests/model_fields/models.py", + [ + "WhizIter" + ] + ] + ], + "WhizIterEmpty": [ + [ + "tests/model_fields/models.py", + [ + "WhizIterEmpty" + ] + ] + ], + "Choiceful": [ + [ + "tests/model_fields/models.py", + [ + "Choiceful" + ] + ] + ], + "BigD": [ + [ + "tests/model_fields/models.py", + [ + "BigD" + ] + ] + ], + "BigS": [ + [ + "tests/model_fields/models.py", + [ + "BigS" + ] + ] + ], + "UnicodeSlugField": [ + [ + "tests/model_fields/models.py", + [ + "UnicodeSlugField" + ] + ] + ], + "AutoModel": [ + [ + "tests/model_fields/models.py", + [ + "AutoModel" + ] + ] + ], + "BigAutoModel": [ + [ + "tests/model_fields/models.py", + [ + "BigAutoModel" + ] + ] + ], + "SmallAutoModel": [ + [ + "tests/model_fields/models.py", + [ + "SmallAutoModel" + ] + ] + ], + "SmallIntegerModel": [ + [ + "tests/model_fields/models.py", + [ + "SmallIntegerModel" + ] + ] + ], + "BigIntegerModel": [ + [ + "tests/model_fields/models.py", + [ + "BigIntegerModel" + ] + ] + ], + "PositiveBigIntegerModel": [ + [ + "tests/model_fields/models.py", + [ + "PositiveBigIntegerModel" + ] + ] + ], + "PositiveSmallIntegerModel": [ + [ + "tests/model_fields/models.py", + [ + "PositiveSmallIntegerModel" + ] + ] + ], + "PositiveIntegerModel": [ + [ + "tests/model_fields/models.py", + [ + "PositiveIntegerModel" + ] + ] + ], + "NullBooleanModel": [ + [ + "tests/model_fields/models.py", + [ + "NullBooleanModel" + ] + ] + ], + "BooleanModel": [ + [ + "tests/model_fields/models.py", + [ + "BooleanModel" + ] + ] + ], + "DateTimeModel": [ + [ + "tests/model_fields/models.py", + [ + "DateTimeModel" + ] + ] + ], + "DurationModel": [ + [ + "tests/model_fields/models.py", + [ + "DurationModel" + ] + ] + ], + "NullDurationModel": [ + [ + "tests/model_fields/models.py", + [ + "NullDurationModel" + ] + ] + ], + "PrimaryKeyCharModel": [ + [ + "tests/model_fields/models.py", + [ + "PrimaryKeyCharModel" + ] + ] + ], + "FksToBooleans": [ + [ + "tests/model_fields/models.py", + [ + "FksToBooleans" + ] + ] + ], + "FkToChar": [ + [ + "tests/model_fields/models.py", + [ + "FkToChar" + ] + ] + ], + "RenamedField": [ + [ + "tests/model_fields/models.py", + [ + "RenamedField" + ] + ] + ], + "VerboseNameField": [ + [ + "tests/model_fields/models.py", + [ + "VerboseNameField" + ] + ] + ], + "GenericIPAddress": [ + [ + "tests/model_fields/models.py", + [ + "GenericIPAddress" + ] + ] + ], + "DecimalLessThanOne": [ + [ + "tests/model_fields/models.py", + [ + "DecimalLessThanOne" + ] + ] + ], + "FieldClassAttributeModel": [ + [ + "tests/model_fields/models.py", + [ + "FieldClassAttributeModel" + ] + ] + ], + "DataModel": [ + [ + "tests/model_fields/models.py", + [ + "DataModel" + ] + ] + ], + "Document": [ + [ + "tests/model_fields/models.py", + [ + "Document" + ] + ], + [ + "tests/model_forms/models.py", + [ + "Document" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_creation_with_db_table_double_quotes", + "Document" + ] + ] + ], + "TestImageFieldFile": [ + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "TestImageFieldFile" + ] + ] + ], + "TestImageField": [ + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "TestImageField" + ] + ] + ], + "AbstractPersonWithHeight": [ + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "AbstractPersonWithHeight" + ] + ] + ], + "PersonWithHeight": [ + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "PersonWithHeight" + ] + ] + ], + "PersonWithHeightAndWidth": [ + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "PersonWithHeightAndWidth" + ] + ] + ], + "PersonDimensionsFirst": [ + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "PersonDimensionsFirst" + ] + ] + ], + "PersonTwoImages": [ + [ + "tests/model_fields/models.py", + [ + "if_Image_", + "PersonTwoImages" + ] + ] + ], + "CustomJSONDecoder": [ + [ + "tests/model_fields/models.py", + [ + "CustomJSONDecoder" + ] + ] + ], + "JSONModel": [ + [ + "tests/model_fields/models.py", + [ + "JSONModel" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_func_index_json_key_transform", + "JSONModel" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_func_index_json_key_transform_cast", + "JSONModel" + ] + ] + ], + "NullableJSONModel": [ + [ + "tests/model_fields/models.py", + [ + "NullableJSONModel" + ] + ] + ], + "RelatedJSONModel": [ + [ + "tests/model_fields/models.py", + [ + "RelatedJSONModel" + ] + ] + ], + "AllFieldsModel": [ + [ + "tests/model_fields/models.py", + [ + "AllFieldsModel" + ] + ] + ], + "ManyToMany": [ + [ + "tests/model_fields/models.py", + [ + "ManyToMany" + ] + ] + ], + "UUIDModel": [ + [ + "tests/model_fields/models.py", + [ + "UUIDModel" + ] + ] + ], + "NullableUUIDModel": [ + [ + "tests/model_fields/models.py", + [ + "NullableUUIDModel" + ] + ] + ], + "RelatedToUUIDModel": [ + [ + "tests/model_fields/models.py", + [ + "RelatedToUUIDModel" + ] + ] + ], + "UUIDChild": [ + [ + "tests/model_fields/models.py", + [ + "UUIDChild" + ] + ] + ], + "UUIDGrandchild": [ + [ + "tests/model_fields/models.py", + [ + "UUIDGrandchild" + ] + ] + ], + "BigAutoFieldTests": [ + [ + "tests/model_fields/test_autofield.py", + [ + "BigAutoFieldTests" + ] + ] + ], + "SmallAutoFieldTests": [ + [ + "tests/model_fields/test_autofield.py", + [ + "SmallAutoFieldTests" + ] + ] + ], + "MyBigAutoField": [ + [ + "tests/model_fields/test_autofield.py", + [ + "AutoFieldInheritanceTests", + "test_issubclass_of_autofield", + "MyBigAutoField" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "MyBigAutoField" + ] + ] + ], + "MySmallAutoField": [ + [ + "tests/model_fields/test_autofield.py", + [ + "AutoFieldInheritanceTests", + "test_issubclass_of_autofield", + "MySmallAutoField" + ] + ] + ], + "AutoFieldInheritanceTests": [ + [ + "tests/model_fields/test_autofield.py", + [ + "AutoFieldInheritanceTests" + ] + ] + ], + "BooleanFieldTests": [ + [ + "tests/model_fields/test_booleanfield.py", + [ + "BooleanFieldTests" + ] + ] + ], + "ValidationTest": [ + [ + "tests/model_fields/test_booleanfield.py", + [ + "ValidationTest" + ] + ], + [ + "tests/model_fields/test_datetimefield.py", + [ + "ValidationTest" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ValidationTest" + ] + ] + ], + "TestCharField": [ + [ + "tests/model_fields/test_charfield.py", + [ + "TestCharField" + ] + ] + ], + "TestMethods": [ + [ + "tests/model_fields/test_charfield.py", + [ + "TestMethods" + ] + ], + [ + "tests/model_fields/test_jsonfield.py", + [ + "TestMethods" + ] + ], + [ + "tests/model_fields/test_textfield.py", + [ + "TestMethods" + ] + ], + [ + "tests/model_fields/test_uuid.py", + [ + "TestMethods" + ] + ] + ], + "TestSaveLoad": [ + [ + "tests/model_fields/test_durationfield.py", + [ + "TestSaveLoad" + ] + ], + [ + "tests/model_fields/test_jsonfield.py", + [ + "TestSaveLoad" + ] + ], + [ + "tests/model_fields/test_uuid.py", + [ + "TestSaveLoad" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSaveLoad" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestSaveLoad" + ] + ] + ], + "TestQuerying": [ + [ + "tests/model_fields/test_durationfield.py", + [ + "TestQuerying" + ] + ], + [ + "tests/model_fields/test_jsonfield.py", + [ + "TestQuerying" + ] + ], + [ + "tests/model_fields/test_uuid.py", + [ + "TestQuerying" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestQuerying" + ] + ], + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestQuerying" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestQuerying" + ] + ] + ], + "TestSerialization": [ + [ + "tests/model_fields/test_durationfield.py", + [ + "TestSerialization" + ] + ], + [ + "tests/model_fields/test_jsonfield.py", + [ + "TestSerialization" + ] + ], + [ + "tests/model_fields/test_uuid.py", + [ + "TestSerialization" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSerialization" + ] + ], + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestSerialization" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestSerialization" + ] + ] + ], + "TestValidation": [ + [ + "tests/model_fields/test_durationfield.py", + [ + "TestValidation" + ] + ], + [ + "tests/model_fields/test_jsonfield.py", + [ + "TestValidation" + ] + ], + [ + "tests/model_fields/test_uuid.py", + [ + "TestValidation" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestValidation" + ] + ], + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestValidation" + ] + ] + ], + "TestFormField": [ + [ + "tests/model_fields/test_durationfield.py", + [ + "TestFormField" + ] + ], + [ + "tests/model_fields/test_jsonfield.py", + [ + "TestFormField" + ] + ], + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestFormField" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestFormField" + ] + ] + ], + "FieldFlagsTests": [ + [ + "tests/model_fields/test_field_flags.py", + [ + "FieldFlagsTests" + ] + ] + ], + "AbstractMyDocument": [ + [ + "tests/model_fields/test_filefield.py", + [ + "FileFieldTests", + "test_abstract_filefield_model", + "AbstractMyDocument" + ] + ] + ], + "MyDocument": [ + [ + "tests/model_fields/test_filefield.py", + [ + "FileFieldTests", + "test_abstract_filefield_model", + "MyDocument" + ] + ] + ], + "TestFloatField": [ + [ + "tests/model_fields/test_floatfield.py", + [ + "TestFloatField" + ] + ] + ], + "FKUniqueTrue": [ + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_warning_when_unique_true_on_fk", + "FKUniqueTrue" + ] + ] + ], + "AbstractForeignKeyModel": [ + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_pending_operations", + "AbstractForeignKeyModel" + ] + ] + ], + "AbstractReferent": [ + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_app_relative_foreign_key", + "AbstractReferent" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "AbstractReferent" + ] + ], + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "AbstractReferent" + ] + ] + ], + "Referred": [ + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "Referred" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "Referred" + ] + ] + ], + "ConcreteReferent": [ + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "ConcreteReferent" + ] + ], + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_app_relative_foreign_key", + "assert_app_model_resolved", + "ConcreteReferent" + ] + ] + ], + "ForeignKeyTests": [ + [ + "tests/model_fields/test_foreignkey.py", + [ + "ForeignKeyTests" + ] + ] + ], + "ImageFieldTestMixin": [ + [ + "tests/model_fields/test_imagefield.py", + [ + "ImageFieldTestMixin" + ] + ] + ], + "ImageFieldTwoDimensionsTests": [ + [ + "tests/model_fields/test_imagefield.py", + [ + "ImageFieldTwoDimensionsTests" + ] + ] + ], + "ImageFieldNoDimensionsTests": [ + [ + "tests/model_fields/test_imagefield.py", + [ + "ImageFieldNoDimensionsTests" + ] + ] + ], + "ImageFieldOneDimensionTests": [ + [ + "tests/model_fields/test_imagefield.py", + [ + "ImageFieldOneDimensionTests" + ] + ] + ], + "ImageFieldDimensionsFirstTests": [ + [ + "tests/model_fields/test_imagefield.py", + [ + "ImageFieldDimensionsFirstTests" + ] + ] + ], + "ImageFieldUsingFileTests": [ + [ + "tests/model_fields/test_imagefield.py", + [ + "ImageFieldUsingFileTests" + ] + ] + ], + "TwoImageFieldTests": [ + [ + "tests/model_fields/test_imagefield.py", + [ + "TwoImageFieldTests" + ] + ] + ], + "SmallIntegerFieldTests": [ + [ + "tests/model_fields/test_integerfield.py", + [ + "SmallIntegerFieldTests" + ] + ] + ], + "BigIntegerFieldTests": [ + [ + "tests/model_fields/test_integerfield.py", + [ + "BigIntegerFieldTests" + ] + ] + ], + "PositiveSmallIntegerFieldTests": [ + [ + "tests/model_fields/test_integerfield.py", + [ + "PositiveSmallIntegerFieldTests" + ] + ] + ], + "PositiveIntegerFieldTests": [ + [ + "tests/model_fields/test_integerfield.py", + [ + "PositiveIntegerFieldTests" + ] + ] + ], + "PositiveBigIntegerFieldTests": [ + [ + "tests/model_fields/test_integerfield.py", + [ + "PositiveBigIntegerFieldTests" + ] + ] + ], + "MyTransform": [ + [ + "tests/model_fields/test_jsonfield.py", + [ + "TestMethods", + "test_get_transforms", + "MyTransform" + ] + ] + ], + "AbstractManyToManyModel": [ + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests", + "test_abstract_model_pending_operations", + "AbstractManyToManyModel" + ] + ] + ], + "ManyToManyFieldTests": [ + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldTests" + ] + ] + ], + "ManyToManyFieldDBTests": [ + [ + "tests/model_fields/test_manytomanyfield.py", + [ + "ManyToManyFieldDBTests" + ] + ] + ], + "PromiseTest": [ + [ + "tests/model_fields/test_promises.py", + [ + "PromiseTest" + ] + ] + ], + "SlugFieldTests": [ + [ + "tests/model_fields/test_slugfield.py", + [ + "SlugFieldTests" + ] + ] + ], + "TestAsPrimaryKey": [ + [ + "tests/model_fields/test_uuid.py", + [ + "TestAsPrimaryKey" + ] + ] + ], + "TestAsPrimaryKeyTransactionTests": [ + [ + "tests/model_fields/test_uuid.py", + [ + "TestAsPrimaryKeyTransactionTests" + ] + ] + ], + "Nested": [ + [ + "tests/model_fields/tests.py", + [ + "Nested" + ] + ] + ], + "InheritAbstractModel1": [ + [ + "tests/model_fields/tests.py", + [ + "BasicFieldTests", + "test_abstract_inherited_fields", + "InheritAbstractModel1" + ] + ] + ], + "InheritAbstractModel2": [ + [ + "tests/model_fields/tests.py", + [ + "BasicFieldTests", + "test_abstract_inherited_fields", + "InheritAbstractModel2" + ] + ] + ], + "BasicFieldTests": [ + [ + "tests/model_fields/tests.py", + [ + "BasicFieldTests" + ] + ] + ], + "GetFieldDisplayTests": [ + [ + "tests/model_fields/tests.py", + [ + "GetFieldDisplayTests" + ] + ] + ], + "GetChoicesTests": [ + [ + "tests/model_fields/tests.py", + [ + "GetChoicesTests" + ] + ] + ], + "GetChoicesOrderingTests": [ + [ + "tests/model_fields/tests.py", + [ + "GetChoicesOrderingTests" + ] + ] + ], + "GetChoicesLimitChoicesToTests": [ + [ + "tests/model_fields/tests.py", + [ + "GetChoicesLimitChoicesToTests" + ] + ] + ], + "WriterManager": [ + [ + "tests/model_forms/models.py", + [ + "WriterManager" + ] + ] + ], + "ImprovedArticle": [ + [ + "tests/model_forms/models.py", + [ + "ImprovedArticle" + ] + ] + ], + "ImprovedArticleWithParentLink": [ + [ + "tests/model_forms/models.py", + [ + "ImprovedArticleWithParentLink" + ] + ] + ], + "BetterWriter": [ + [ + "tests/model_forms/models.py", + [ + "BetterWriter" + ] + ] + ], + "PublicationDefaults": [ + [ + "tests/model_forms/models.py", + [ + "PublicationDefaults" + ] + ] + ], + "Author1": [ + [ + "tests/model_forms/models.py", + [ + "Author1" + ] + ] + ], + "WriterProfile": [ + [ + "tests/model_forms/models.py", + [ + "WriterProfile" + ] + ] + ], + "TextFile": [ + [ + "tests/model_forms/models.py", + [ + "TextFile" + ] + ] + ], + "CustomFileField": [ + [ + "tests/model_forms/models.py", + [ + "CustomFileField" + ] + ] + ], + "CustomFF": [ + [ + "tests/model_forms/models.py", + [ + "CustomFF" + ] + ] + ], + "FilePathModel": [ + [ + "tests/model_forms/models.py", + [ + "FilePathModel" + ] + ] + ], + "OptionalImageFile": [ + [ + "tests/model_forms/models.py", + [ + "try_", + "OptionalImageFile" + ] + ] + ], + "NoExtensionImageFile": [ + [ + "tests/model_forms/models.py", + [ + "try_", + "NoExtensionImageFile" + ] + ] + ], + "Homepage": [ + [ + "tests/model_forms/models.py", + [ + "Homepage" + ] + ] + ], + "Price": [ + [ + "tests/model_forms/models.py", + [ + "Price" + ] + ], + [ + "tests/model_formsets/models.py", + [ + "Price" + ] + ] + ], + "Triple": [ + [ + "tests/model_forms/models.py", + [ + "Triple" + ] + ] + ], + "ArticleStatus": [ + [ + "tests/model_forms/models.py", + [ + "ArticleStatus" + ] + ] + ], + "BookXtra": [ + [ + "tests/model_forms/models.py", + [ + "BookXtra" + ] + ] + ], + "DerivedBook": [ + [ + "tests/model_forms/models.py", + [ + "DerivedBook" + ] + ] + ], + "ExplicitPK": [ + [ + "tests/model_forms/models.py", + [ + "ExplicitPK" + ] + ] + ], + "DateTimePost": [ + [ + "tests/model_forms/models.py", + [ + "DateTimePost" + ] + ] + ], + "DerivedPost": [ + [ + "tests/model_forms/models.py", + [ + "DerivedPost" + ] + ] + ], + "BigInt": [ + [ + "tests/model_forms/models.py", + [ + "BigInt" + ] + ] + ], + "MarkupField": [ + [ + "tests/model_forms/models.py", + [ + "MarkupField" + ] + ] + ], + "CustomFieldForExclusionModel": [ + [ + "tests/model_forms/models.py", + [ + "CustomFieldForExclusionModel" + ] + ] + ], + "FlexibleDatePost": [ + [ + "tests/model_forms/models.py", + [ + "FlexibleDatePost" + ] + ], + [ + "tests/validation/models.py", + [ + "FlexibleDatePost" + ] + ] + ], + "Colour": [ + [ + "tests/model_forms/models.py", + [ + "Colour" + ] + ] + ], + "ColourfulItem": [ + [ + "tests/model_forms/models.py", + [ + "ColourfulItem" + ] + ] + ], + "CustomErrorMessage": [ + [ + "tests/model_forms/models.py", + [ + "CustomErrorMessage" + ] + ] + ], + "StrictAssignmentFieldSpecific": [ + [ + "tests/model_forms/models.py", + [ + "StrictAssignmentFieldSpecific" + ] + ] + ], + "StrictAssignmentAll": [ + [ + "tests/model_forms/models.py", + [ + "StrictAssignmentAll" + ] + ] + ], + "NullableUniqueCharFieldModel": [ + [ + "tests/model_forms/models.py", + [ + "NullableUniqueCharFieldModel" + ] + ] + ], + "NumbersToDice": [ + [ + "tests/model_forms/models.py", + [ + "NumbersToDice" + ] + ] + ], + "Dice": [ + [ + "tests/model_forms/models.py", + [ + "Dice" + ] + ] + ], + "ModelChoiceForm": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_deepcopies_widget", + "ModelChoiceForm" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_result_cache_not_shared", + "ModelChoiceForm" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_queryset_none", + "ModelChoiceForm" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_no_extra_query_when_accessing_attrs", + "ModelChoiceForm" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_disabled_modelchoicefield", + "ModelChoiceForm" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_disabled_modelchoicefield_initial_model_instance", + "ModelChoiceForm" + ] + ] + ], + "CustomModelChoiceIterator": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_overridable_choice_iterator", + "CustomModelChoiceIterator" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_custom_choice_iterator_passes_model_to_widget", + "CustomModelChoiceIterator" + ] + ] + ], + "CustomModelChoiceField": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_overridable_choice_iterator", + "CustomModelChoiceField" + ] + ] + ], + "CustomCheckboxSelectMultiple": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_choice_iterator_passes_model_to_widget", + "CustomCheckboxSelectMultiple" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_custom_choice_iterator_passes_model_to_widget", + "CustomCheckboxSelectMultiple" + ] + ] + ], + "CustomModelMultipleChoiceField": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_choice_iterator_passes_model_to_widget", + "CustomModelMultipleChoiceField" + ] + ], + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_custom_choice_iterator_passes_model_to_widget", + "CustomModelMultipleChoiceField" + ] + ] + ], + "CustomModelChoiceValue": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_custom_choice_iterator_passes_model_to_widget", + "CustomModelChoiceValue" + ] + ] + ], + "CategoriesForm": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests", + "test_num_queries", + "CategoriesForm" + ] + ] + ], + "ModelChoiceFieldTests": [ + [ + "tests/model_forms/test_modelchoicefield.py", + [ + "ModelChoiceFieldTests" + ] + ] + ], + "UUIDPKForm": [ + [ + "tests/model_forms/test_uuid.py", + [ + "UUIDPKForm" + ] + ] + ], + "ModelFormBaseTest": [ + [ + "tests/model_forms/test_uuid.py", + [ + "ModelFormBaseTest" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest" + ] + ] + ], + "ImageFileForm": [ + [ + "tests/model_forms/tests.py", + [ + "if_test_images_", + "ImageFileForm" + ] + ] + ], + "OptionalImageFileForm": [ + [ + "tests/model_forms/tests.py", + [ + "if_test_images_", + "OptionalImageFileForm" + ] + ] + ], + "NoExtensionImageFileForm": [ + [ + "tests/model_forms/tests.py", + [ + "if_test_images_", + "NoExtensionImageFileForm" + ] + ] + ], + "ProductForm": [ + [ + "tests/model_forms/tests.py", + [ + "ProductForm" + ] + ] + ], + "BookForm": [ + [ + "tests/model_forms/tests.py", + [ + "BookForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_blank_foreign_key_with_radio", + "BookForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_unique_together_exclusion", + "BookForm" + ] + ], + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_inlineformset_with_arrayfield", + "BookForm" + ] + ] + ], + "DerivedBookForm": [ + [ + "tests/model_forms/tests.py", + [ + "DerivedBookForm" + ] + ] + ], + "ExplicitPKForm": [ + [ + "tests/model_forms/tests.py", + [ + "ExplicitPKForm" + ] + ] + ], + "PostForm": [ + [ + "tests/model_forms/tests.py", + [ + "PostForm" + ] + ] + ], + "DerivedPostForm": [ + [ + "tests/model_forms/tests.py", + [ + "DerivedPostForm" + ] + ] + ], + "CustomWriterForm": [ + [ + "tests/model_forms/tests.py", + [ + "CustomWriterForm" + ] + ] + ], + "BaseCategoryForm": [ + [ + "tests/model_forms/tests.py", + [ + "BaseCategoryForm" + ] + ] + ], + "RoykoForm": [ + [ + "tests/model_forms/tests.py", + [ + "RoykoForm" + ] + ] + ], + "ArticleStatusForm": [ + [ + "tests/model_forms/tests.py", + [ + "ArticleStatusForm" + ] + ] + ], + "InventoryForm": [ + [ + "tests/model_forms/tests.py", + [ + "InventoryForm" + ] + ] + ], + "SelectInventoryForm": [ + [ + "tests/model_forms/tests.py", + [ + "SelectInventoryForm" + ] + ] + ], + "CustomFieldForExclusionForm": [ + [ + "tests/model_forms/tests.py", + [ + "CustomFieldForExclusionForm" + ] + ] + ], + "TextFileForm": [ + [ + "tests/model_forms/tests.py", + [ + "TextFileForm" + ] + ] + ], + "BigIntForm": [ + [ + "tests/model_forms/tests.py", + [ + "BigIntForm" + ] + ] + ], + "ModelFormWithMedia": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormWithMedia" + ] + ] + ], + "CustomErrorMessageForm": [ + [ + "tests/model_forms/tests.py", + [ + "CustomErrorMessageForm" + ] + ] + ], + "NoModelModelForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_no_model_class", + "NoModelModelForm" + ] + ] + ], + "EmptyPersonForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_empty_fields_on_modelform", + "EmptyPersonForm" + ] + ] + ], + "FormForTestingIsValid": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_blank_with_null_foreign_key_field", + "FormForTestingIsValid" + ] + ] + ], + "AwardForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_blank_false_with_null_true_foreign_key_field", + "AwardForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_non_blank_foreign_key_with_radio", + "AwardForm" + ] + ] + ], + "MissingFieldsForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_missing_fields_attribute", + "with_self_assertRaisesMes", + "MissingFieldsForm" + ] + ] + ], + "ExtraFields": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_extra_fields", + "ExtraFields" + ] + ] + ], + "ExtraPersonForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_extra_field_model_form", + "with_self_assertRaisesMes", + "ExtraPersonForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_extra_declared_field_model_form", + "ExtraPersonForm" + ] + ] + ], + "ReplaceField": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_replace_field", + "ReplaceField" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_replace_field_variant_2", + "ReplaceField" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_replace_field_variant_3", + "ReplaceField" + ] + ] + ], + "WriterForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_override_field", + "WriterForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelMultipleChoiceFieldTests", + "test_model_multiple_choice_show_hidden_initial", + "WriterForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelMultipleChoiceFieldTests", + "test_show_hidden_initial_changed_queries_efficiently", + "WriterForm" + ] + ] + ], + "InvalidCategoryForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_limit_nonexistent_field", + "with_self_assertRaisesMes", + "InvalidCategoryForm" + ] + ] + ], + "CategoryForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_limit_fields_with_string", + "with_self_assertRaisesMes", + "CategoryForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_fields_with_string", + "with_self_assertRaisesMes", + "CategoryForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests", + "test_foreignkeys_which_use_to_field", + "CategoryForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "CustomCleanTests", + "test_model_form_clean_applies_to_model", + "CategoryForm" + ] + ] + ], + "ExcludeFields": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_fields", + "ExcludeFields" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_nonexistent_field", + "ExcludeFields" + ] + ] + ], + "PriceFormWithoutQuantity": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_and_validation", + "PriceFormWithoutQuantity" + ] + ] + ], + "PriceFormWithoutQuantity_1": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_exclude_and_validation", + "PriceFormWithoutQuantity_1" + ] + ] + ], + "ConfusedForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_confused_form", + "ConfusedForm" + ] + ] + ], + "MixModelForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_mixmodel_form", + "MixModelForm" + ] + ] + ], + "BadForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_bad_form", + "BadForm" + ] + ] + ], + "InvalidModelForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_invalid_meta_model", + "InvalidModelForm" + ] + ] + ], + "SubCategoryForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_subcategory_form", + "SubCategoryForm" + ] + ] + ], + "SomeCategoryForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_subclassmeta_form", + "SomeCategoryForm" + ] + ] + ], + "SubclassMeta": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_subclassmeta_form", + "SubclassMeta" + ] + ] + ], + "OrderFields": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_orderfields_form", + "OrderFields" + ] + ] + ], + "OrderFields2": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_orderfields2_form", + "OrderFields2" + ] + ] + ], + "PubForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_populated_on_optional_field", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_non_empty_value_in_cleaned_data", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_optional_checkbox_input", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_checkboxselectmultiple", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_not_populated_on_selectmultiple", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_prefixed_form_with_default_field", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_splitdatetime_field", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_filefield", + "PubForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelFormBaseTest", + "test_default_selectdatewidget", + "PubForm" + ] + ] + ], + "FieldOverridesByFormMetaForm": [ + [ + "tests/model_forms/tests.py", + [ + "FieldOverridesByFormMetaForm" + ] + ] + ], + "TestFieldOverridesByFormMeta": [ + [ + "tests/model_forms/tests.py", + [ + "TestFieldOverridesByFormMeta" + ] + ] + ], + "IncompleteCategoryFormWithFields": [ + [ + "tests/model_forms/tests.py", + [ + "IncompleteCategoryFormWithFields" + ] + ] + ], + "IncompleteCategoryFormWithExclude": [ + [ + "tests/model_forms/tests.py", + [ + "IncompleteCategoryFormWithExclude" + ] + ] + ], + "TripleForm": [ + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_multiple_field_unique_together", + "TripleForm" + ] + ] + ], + "DateTimePostForm": [ + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_unique_for_date_in_exclude", + "DateTimePostForm" + ] + ] + ], + "FlexDatePostForm": [ + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_unique_for_date_with_nullable_date", + "FlexDatePostForm" + ] + ] + ], + "CustomProductForm": [ + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_override_unique_message", + "CustomProductForm" + ] + ] + ], + "CustomPriceForm": [ + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_override_unique_together_message", + "CustomPriceForm" + ] + ] + ], + "CustomPostForm": [ + [ + "tests/model_forms/tests.py", + [ + "UniqueTest", + "test_override_unique_for_date_message", + "CustomPostForm" + ] + ] + ], + "UniqueTest": [ + [ + "tests/model_forms/tests.py", + [ + "UniqueTest" + ] + ], + [ + "tests/schema/models.py", + [ + "UniqueTest" + ] + ] + ], + "PartialArticleForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_subset_fields", + "PartialArticleForm" + ] + ] + ], + "PartialArticleFormWithSlug": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_subset_fields", + "PartialArticleFormWithSlug" + ] + ] + ], + "ShortCategory": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests", + "test_custom_form_fields", + "ShortCategory" + ] + ] + ], + "ModelFormBasicTests": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormBasicTests" + ] + ] + ], + "ModelMultipleChoiceForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelMultipleChoiceFieldTests", + "test_model_multiple_choice_field_22745", + "ModelMultipleChoiceForm" + ] + ] + ], + "ArticleCategoriesForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelMultipleChoiceFieldTests", + "test_to_field_name_with_initial_data", + "ArticleCategoriesForm" + ] + ] + ], + "ModelMultipleChoiceFieldTests": [ + [ + "tests/model_forms/tests.py", + [ + "ModelMultipleChoiceFieldTests" + ] + ] + ], + "ImprovedArticleForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_modelform_onetoonefield", + "ImprovedArticleForm" + ] + ] + ], + "ImprovedArticleWithParentLinkForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_modelform_onetoonefield", + "ImprovedArticleWithParentLinkForm" + ] + ] + ], + "BetterWriterForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_modelform_subclassed_model", + "BetterWriterForm" + ] + ] + ], + "WriterProfileForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests", + "test_onetoonefield", + "WriterProfileForm" + ] + ] + ], + "ModelOneToOneFieldTests": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOneToOneFieldTests" + ] + ] + ], + "DocumentForm": [ + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_full_clear", + "DocumentForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_clear_and_file_contradiction", + "DocumentForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_render_empty_file_field", + "DocumentForm" + ] + ] + ], + "CFFForm": [ + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_custom_file_field_save", + "CFFForm" + ] + ] + ], + "PhotoForm": [ + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_file_field_multiple_save", + "PhotoForm" + ] + ] + ], + "FPForm": [ + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests", + "test_file_path_field_blank", + "FPForm" + ] + ] + ], + "FileAndImageFieldTests": [ + [ + "tests/model_forms/tests.py", + [ + "FileAndImageFieldTests" + ] + ] + ], + "HomepageForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOtherFieldTests", + "test_url_on_modelform", + "HomepageForm" + ] + ], + [ + "tests/model_forms/tests.py", + [ + "ModelOtherFieldTests", + "test_http_prefixing", + "HomepageForm" + ] + ] + ], + "InvalidArticleForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOtherFieldTests", + "test_modelform_non_editable_field", + "with_self_assertRaisesMes", + "InvalidArticleForm" + ] + ] + ], + "ModelOtherFieldTests": [ + [ + "tests/model_forms/tests.py", + [ + "ModelOtherFieldTests" + ] + ] + ], + "ColorModelChoiceField": [ + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests", + "test_prefetch_related_queryset", + "ColorModelChoiceField" + ] + ] + ], + "ColourfulItemForm": [ + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests", + "test_iterable_model_m2m", + "ColourfulItemForm" + ] + ] + ], + "PublicationDefaultsForm": [ + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests", + "test_callable_field_default", + "PublicationDefaultsForm" + ] + ] + ], + "OtherModelFormTests": [ + [ + "tests/model_forms/tests.py", + [ + "OtherModelFormTests" + ] + ] + ], + "ModelFormCustomErrorTests": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormCustomErrorTests" + ] + ] + ], + "TripleFormWithCleanOverride": [ + [ + "tests/model_forms/tests.py", + [ + "CustomCleanTests", + "test_override_clean", + "TripleFormWithCleanOverride" + ] + ] + ], + "CustomCleanTests": [ + [ + "tests/model_forms/tests.py", + [ + "CustomCleanTests" + ] + ] + ], + "Form2": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal", + "Form2" + ] + ] + ], + "SubForm": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests", + "test_field_removal_name_clashes", + "SubForm" + ] + ] + ], + "ModelFormInheritanceTests": [ + [ + "tests/model_forms/tests.py", + [ + "ModelFormInheritanceTests" + ] + ] + ], + "StumpJokeForm": [ + [ + "tests/model_forms/tests.py", + [ + "StumpJokeForm" + ] + ] + ], + "CustomFieldWithQuerysetButNoLimitChoicesTo": [ + [ + "tests/model_forms/tests.py", + [ + "CustomFieldWithQuerysetButNoLimitChoicesTo" + ] + ] + ], + "StumpJokeWithCustomFieldForm": [ + [ + "tests/model_forms/tests.py", + [ + "StumpJokeWithCustomFieldForm" + ] + ] + ], + "CharacterDetails": [ + [ + "tests/model_forms/tests.py", + [ + "LimitChoicesToTests", + "test_limit_choices_to_no_duplicates", + "CharacterDetails" + ] + ] + ], + "CharacterDetailsForm": [ + [ + "tests/model_forms/tests.py", + [ + "LimitChoicesToTests", + "test_limit_choices_to_no_duplicates", + "CharacterDetailsForm" + ] + ] + ], + "DiceForm": [ + [ + "tests/model_forms/tests.py", + [ + "LimitChoicesToTests", + "test_limit_choices_to_m2m_through", + "DiceForm" + ] + ] + ], + "LimitChoicesToTests": [ + [ + "tests/model_forms/tests.py", + [ + "LimitChoicesToTests" + ] + ] + ], + "InheritedForm": [ + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests", + "test_inherit_after_custom_callback", + "InheritedForm" + ] + ] + ], + "FormFieldCallbackTests": [ + [ + "tests/model_forms/tests.py", + [ + "FormFieldCallbackTests" + ] + ] + ], + "PartiallyLocalizedTripleForm": [ + [ + "tests/model_forms/tests.py", + [ + "LocalizedModelFormTest", + "test_model_form_applies_localize_to_some_fields", + "PartiallyLocalizedTripleForm" + ] + ] + ], + "FullyLocalizedTripleForm": [ + [ + "tests/model_forms/tests.py", + [ + "LocalizedModelFormTest", + "test_model_form_applies_localize_to_all_fields", + "FullyLocalizedTripleForm" + ] + ] + ], + "BrokenLocalizedTripleForm": [ + [ + "tests/model_forms/tests.py", + [ + "LocalizedModelFormTest", + "test_model_form_refuses_arbitrary_string", + "with_self_assertRaisesMes", + "BrokenLocalizedTripleForm" + ] + ] + ], + "LocalizedModelFormTest": [ + [ + "tests/model_forms/tests.py", + [ + "LocalizedModelFormTest" + ] + ] + ], + "CustomMetaclass": [ + [ + "tests/model_forms/tests.py", + [ + "CustomMetaclass" + ] + ] + ], + "CustomMetaclassForm": [ + [ + "tests/model_forms/tests.py", + [ + "CustomMetaclassForm" + ] + ] + ], + "CustomMetaclassTestCase": [ + [ + "tests/model_forms/tests.py", + [ + "CustomMetaclassTestCase" + ] + ] + ], + "StrictAssignmentTests": [ + [ + "tests/model_forms/tests.py", + [ + "StrictAssignmentTests" + ] + ] + ], + "ModelToDictTests": [ + [ + "tests/model_forms/tests.py", + [ + "ModelToDictTests" + ] + ] + ], + "BetterAuthor": [ + [ + "tests/model_formsets/models.py", + [ + "BetterAuthor" + ] + ] + ], + "BookWithCustomPK": [ + [ + "tests/model_formsets/models.py", + [ + "BookWithCustomPK" + ] + ] + ], + "BookWithOptionalAltEditor": [ + [ + "tests/model_formsets/models.py", + [ + "BookWithOptionalAltEditor" + ] + ] + ], + "AlternateBook": [ + [ + "tests/model_formsets/models.py", + [ + "AlternateBook" + ] + ] + ], + "AuthorMeeting": [ + [ + "tests/model_formsets/models.py", + [ + "AuthorMeeting" + ] + ] + ], + "CustomPrimaryKey": [ + [ + "tests/model_formsets/models.py", + [ + "CustomPrimaryKey" + ] + ] + ], + "Owner": [ + [ + "tests/model_formsets/models.py", + [ + "Owner" + ] + ] + ], + "OwnerProfile": [ + [ + "tests/model_formsets/models.py", + [ + "OwnerProfile" + ] + ] + ], + "MexicanRestaurant": [ + [ + "tests/model_formsets/models.py", + [ + "MexicanRestaurant" + ] + ] + ], + "ClassyMexicanRestaurant": [ + [ + "tests/model_formsets/models.py", + [ + "ClassyMexicanRestaurant" + ] + ] + ], + "Repository": [ + [ + "tests/model_formsets/models.py", + [ + "Repository" + ] + ] + ], + "Revision": [ + [ + "tests/model_formsets/models.py", + [ + "Revision" + ] + ] + ], + "UUIDPKParent": [ + [ + "tests/model_formsets/models.py", + [ + "UUIDPKParent" + ] + ] + ], + "UUIDPKChild": [ + [ + "tests/model_formsets/models.py", + [ + "UUIDPKChild" + ] + ] + ], + "ChildWithEditablePK": [ + [ + "tests/model_formsets/models.py", + [ + "ChildWithEditablePK" + ] + ] + ], + "AutoPKChildOfUUIDPKParent": [ + [ + "tests/model_formsets/models.py", + [ + "AutoPKChildOfUUIDPKParent" + ] + ] + ], + "AutoPKParent": [ + [ + "tests/model_formsets/models.py", + [ + "AutoPKParent" + ] + ] + ], + "UUIDPKChildOfAutoPKParent": [ + [ + "tests/model_formsets/models.py", + [ + "UUIDPKChildOfAutoPKParent" + ] + ] + ], + "ParentWithUUIDAlternateKey": [ + [ + "tests/model_formsets/models.py", + [ + "ParentWithUUIDAlternateKey" + ] + ] + ], + "ChildRelatedViaAK": [ + [ + "tests/model_formsets/models.py", + [ + "ChildRelatedViaAK" + ] + ] + ], + "InlineFormsetTests": [ + [ + "tests/model_formsets/test_uuid.py", + [ + "InlineFormsetTests" + ] + ], + [ + "tests/model_formsets_regress/tests.py", + [ + "InlineFormsetTests" + ] + ] + ], + "PoetForm": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_custom_save_method", + "PoetForm" + ] + ] + ], + "PostForm1": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_custom_form", + "PostForm1" + ] + ] + ], + "PostForm2": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_custom_form", + "PostForm2" + ] + ] + ], + "BaseAuthorFormSet": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_custom_queryset_init", + "BaseAuthorFormSet" + ] + ] + ], + "PoemForm": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_inline_formsets_with_custom_save_method", + "PoemForm" + ] + ] + ], + "PoemForm2": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_inline_formsets_with_custom_save_method_related_instance", + "PoemForm2" + ] + ] + ], + "MembershipForm": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest", + "test_callable_defaults", + "MembershipForm" + ] + ] + ], + "ModelFormsetTest": [ + [ + "tests/model_formsets/tests.py", + [ + "ModelFormsetTest" + ] + ] + ], + "TestModelFormsetOverridesTroughFormMeta": [ + [ + "tests/model_formsets/tests.py", + [ + "TestModelFormsetOverridesTroughFormMeta" + ] + ] + ], + "UserSite": [ + [ + "tests/model_formsets_regress/models.py", + [ + "UserSite" + ] + ] + ], + "UserPreferences": [ + [ + "tests/model_formsets_regress/models.py", + [ + "UserPreferences" + ] + ] + ], + "ProfileNetwork": [ + [ + "tests/model_formsets_regress/models.py", + [ + "ProfileNetwork" + ] + ] + ], + "Network": [ + [ + "tests/model_formsets_regress/models.py", + [ + "Network" + ] + ] + ], + "Host": [ + [ + "tests/model_formsets_regress/models.py", + [ + "Host" + ] + ] + ], + "FormsetTests": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "FormsetTests" + ] + ] + ], + "UserSiteForm": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "UserSiteForm" + ] + ] + ], + "Callback": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "Callback" + ] + ] + ], + "FormfieldCallbackTests": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "FormfieldCallbackTests" + ] + ] + ], + "BaseCustomDeleteFormSet": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "BaseCustomDeleteFormSet" + ] + ] + ], + "BaseCustomDeleteModelFormSet": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "FormfieldShouldDeleteFormTests", + "BaseCustomDeleteModelFormSet" + ] + ] + ], + "CustomDeleteUserForm": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "FormfieldShouldDeleteFormTests", + "CustomDeleteUserForm" + ] + ] + ], + "FormfieldShouldDeleteFormTests": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "FormfieldShouldDeleteFormTests" + ] + ] + ], + "RedeleteTests": [ + [ + "tests/model_formsets_regress/tests.py", + [ + "RedeleteTests" + ] + ] + ], + "QuotedDbTable": [ + [ + "tests/model_indexes/tests.py", + [ + "SimpleIndexesTests", + "test_name_auto_generation_with_quoted_db_table", + "QuotedDbTable" + ] + ] + ], + "SimpleIndexesTests": [ + [ + "tests/model_indexes/tests.py", + [ + "SimpleIndexesTests" + ] + ] + ], + "CommonInfo": [ + [ + "tests/model_inheritance/models.py", + [ + "CommonInfo" + ] + ] + ], + "Attachment": [ + [ + "tests/model_inheritance/models.py", + [ + "Attachment" + ] + ] + ], + "Chef": [ + [ + "tests/model_inheritance/models.py", + [ + "Chef" + ] + ] + ], + "Rating": [ + [ + "tests/model_inheritance/models.py", + [ + "Rating" + ] + ] + ], + "ItalianRestaurant": [ + [ + "tests/model_inheritance/models.py", + [ + "ItalianRestaurant" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "ItalianRestaurant" + ] + ] + ], + "Supplier": [ + [ + "tests/model_inheritance/models.py", + [ + "Supplier" + ] + ], + [ + "tests/model_inheritance_regress/models.py", + [ + "Supplier" + ] + ] + ], + "NamedURL": [ + [ + "tests/model_inheritance/models.py", + [ + "NamedURL" + ] + ] + ], + "MixinModel": [ + [ + "tests/model_inheritance/models.py", + [ + "MixinModel" + ] + ] + ], + "SubBase": [ + [ + "tests/model_inheritance/models.py", + [ + "SubBase" + ] + ] + ], + "AbstractBase": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_single_parent", + "AbstractBase" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_cannot_override_indirect_abstract_field", + "AbstractBase" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_override_field_with_attr", + "AbstractBase" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadowed_fkey_id", + "AbstractBase" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadow_related_name_when_set_to_none", + "AbstractBase" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_reverse_foreign_key", + "AbstractBase" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multi_inheritance_field_clashes", + "AbstractBase" + ] + ] + ], + "AbstractDescendant": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_single_parent", + "AbstractDescendant" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multi_inheritance_field_clashes", + "AbstractDescendant" + ] + ] + ], + "DerivedChild": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_single_parent", + "DerivedChild" + ] + ] + ], + "DerivedGrandChild": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_single_parent", + "DerivedGrandChild" + ] + ] + ], + "ParentA": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_allows_inherited_field", + "ParentA" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_diamond_shaped_multiple_inheritance_is_depth_first", + "ParentA" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_target_field_may_be_pushed_down", + "ParentA" + ] + ] + ], + "ParentB": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_allows_inherited_field", + "ParentB" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_diamond_shaped_multiple_inheritance_is_depth_first", + "ParentB" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_target_field_may_be_pushed_down", + "ParentB" + ] + ] + ], + "Root": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_diamond_shaped_multiple_inheritance_is_depth_first", + "Root" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_target_field_may_be_pushed_down", + "Root" + ] + ] + ], + "ConcreteParent": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_cannot_shadow_concrete_inherited_field", + "ConcreteParent" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_override_one2one_relation_auto_field_clashes", + "ConcreteParent" + ] + ] + ], + "AbstractParent": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_cannot_shadow_concrete_inherited_field", + "AbstractParent" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_override_one2one_relation_auto_field_clashes", + "AbstractParent" + ] + ] + ], + "FirstChild": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_cannot_shadow_concrete_inherited_field", + "FirstChild" + ] + ] + ], + "AnotherChild": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multiple_inheritance_cannot_shadow_concrete_inherited_field", + "AnotherChild" + ] + ] + ], + "RelatedModelAbstract": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_virtual_field", + "RelatedModelAbstract" + ] + ] + ], + "ModelAbstract": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_virtual_field", + "ModelAbstract" + ] + ] + ], + "OverrideRelatedModelAbstract": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_virtual_field", + "OverrideRelatedModelAbstract" + ] + ] + ], + "ExtendModelAbstract": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_virtual_field", + "ExtendModelAbstract" + ] + ] + ], + "ConcreteDescendant": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_cannot_override_indirect_abstract_field", + "ConcreteDescendant" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multi_inheritance_field_clashes", + "ConcreteDescendant" + ] + ] + ], + "Descendant": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_cannot_override_indirect_abstract_field", + "with_self_assertRaisesMes", + "Descendant" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_override_field_with_attr", + "Descendant" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_shadowed_fkey_id", + "Descendant" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_reverse_foreign_key", + "Descendant" + ] + ], + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_override_one2one_relation_auto_field_clashes", + "with_self_assertRaisesMes", + "Descendant" + ] + ] + ], + "RemovedAbstractModelField": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_overriding_field_removed_by_concrete_model", + "RemovedAbstractModelField" + ] + ] + ], + "OverrideRemovedFieldByConcreteModel": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_overriding_field_removed_by_concrete_model", + "OverrideRemovedFieldByConcreteModel" + ] + ] + ], + "ConcreteBase": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_multi_inheritance_field_clashes", + "ConcreteBase" + ] + ] + ], + "Mixin2": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_abstract_model_with_regular_python_mixin_mro", + "Mixin2" + ] + ] + ], + "DescendantMixin": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_abstract_model_with_regular_python_mixin_mro", + "DescendantMixin" + ] + ] + ], + "ConcreteModel2": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests", + "test_abstract_model_with_regular_python_mixin_mro", + "ConcreteModel2" + ] + ] + ], + "AbstractInheritanceTests": [ + [ + "tests/model_inheritance/test_abstract_inheritance.py", + [ + "AbstractInheritanceTests" + ] + ] + ], + "ClassAttr": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_set_name", + "ClassAttr" + ] + ] + ], + "ScalarParent": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_shadow_parent_attribute_with_field", + "ScalarParent" + ] + ] + ], + "ScalarOverride": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_shadow_parent_attribute_with_field", + "ScalarOverride" + ] + ] + ], + "PropertyParent": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_shadow_parent_property_with_field", + "PropertyParent" + ] + ] + ], + "PropertyOverride": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_shadow_parent_property_with_field", + "PropertyOverride" + ] + ] + ], + "MethodParent": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_shadow_parent_method_with_field", + "MethodParent" + ] + ] + ], + "MethodOverride": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests", + "test_shadow_parent_method_with_field", + "MethodOverride" + ] + ] + ], + "ModelInheritanceTests": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceTests" + ] + ] + ], + "ModelInheritanceDataTests": [ + [ + "tests/model_inheritance/tests.py", + [ + "ModelInheritanceDataTests" + ] + ] + ], + "Referenced": [ + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "Referenced" + ] + ] + ], + "Referent": [ + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "Referent" + ] + ] + ], + "Referent_3": [ + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests", + "test_abstract_fk_related_name", + "Referent_3" + ] + ] + ], + "InheritanceSameModelNameTests": [ + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceSameModelNameTests" + ] + ] + ], + "InheritanceUniqueTests": [ + [ + "tests/model_inheritance/tests.py", + [ + "InheritanceUniqueTests" + ] + ] + ], + "ParkingLot3": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "ParkingLot3" + ] + ] + ], + "ParkingLot4": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "ParkingLot4" + ] + ] + ], + "ParkingLot4A": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "ParkingLot4A" + ] + ] + ], + "ParkingLot4B": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "ParkingLot4B" + ] + ] + ], + "Wholesaler": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "Wholesaler" + ] + ] + ], + "SelfRefParent": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "SelfRefParent" + ] + ] + ], + "SelfRefChild": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "SelfRefChild" + ] + ] + ], + "ArticleWithAuthor": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "ArticleWithAuthor" + ] + ] + ], + "M2MBase": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "M2MBase" + ] + ] + ], + "M2MChild": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "M2MChild" + ] + ] + ], + "Evaluation": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "Evaluation" + ] + ] + ], + "QualityControl": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "QualityControl" + ] + ] + ], + "BaseM": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "BaseM" + ] + ] + ], + "DerivedM": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "DerivedM" + ] + ] + ], + "AuditBase": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "AuditBase" + ] + ] + ], + "CertificationAudit": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "CertificationAudit" + ] + ] + ], + "InternalCertificationAudit": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "InternalCertificationAudit" + ] + ] + ], + "AbstractEvent": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "AbstractEvent" + ] + ], + [ + "tests/queryset_pickle/models.py", + [ + "AbstractEvent" + ] + ] + ], + "BirthdayParty": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "BirthdayParty" + ] + ] + ], + "BachelorParty": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "BachelorParty" + ] + ] + ], + "MessyBachelorParty": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "MessyBachelorParty" + ] + ] + ], + "TrainStation": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "TrainStation" + ] + ] + ], + "Politician": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "Politician" + ] + ] + ], + "Congressman": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "Congressman" + ] + ] + ], + "Senator": [ + [ + "tests/model_inheritance_regress/models.py", + [ + "Senator" + ] + ] + ], + "ProfileForm": [ + [ + "tests/model_inheritance_regress/tests.py", + [ + "ModelInheritanceTest", + "test_inherited_unique_field_with_form", + "ProfileForm" + ] + ] + ], + "ModelInheritanceTest": [ + [ + "tests/model_inheritance_regress/tests.py", + [ + "ModelInheritanceTest" + ] + ] + ], + "InstanceOnlyDescriptor": [ + [ + "tests/model_meta/models.py", + [ + "InstanceOnlyDescriptor" + ] + ] + ], + "BasePerson": [ + [ + "tests/model_meta/models.py", + [ + "BasePerson" + ] + ] + ], + "ProxyPerson": [ + [ + "tests/model_meta/models.py", + [ + "ProxyPerson" + ] + ] + ], + "PersonThroughProxySubclass": [ + [ + "tests/model_meta/models.py", + [ + "PersonThroughProxySubclass" + ] + ] + ], + "Relating": [ + [ + "tests/model_meta/models.py", + [ + "Relating" + ] + ] + ], + "CommonAncestor": [ + [ + "tests/model_meta/models.py", + [ + "CommonAncestor" + ] + ] + ], + "FirstParent": [ + [ + "tests/model_meta/models.py", + [ + "FirstParent" + ] + ] + ], + "SecondParent": [ + [ + "tests/model_meta/models.py", + [ + "SecondParent" + ] + ] + ], + "OptionsBaseTests": [ + [ + "tests/model_meta/tests.py", + [ + "OptionsBaseTests" + ] + ] + ], + "GetFieldsTests": [ + [ + "tests/model_meta/tests.py", + [ + "GetFieldsTests" + ] + ] + ], + "LabelTests": [ + [ + "tests/model_meta/tests.py", + [ + "LabelTests" + ] + ] + ], + "DataTests": [ + [ + "tests/model_meta/tests.py", + [ + "DataTests" + ] + ] + ], + "M2MTests": [ + [ + "tests/model_meta/tests.py", + [ + "M2MTests" + ] + ] + ], + "RelatedObjectsTests": [ + [ + "tests/model_meta/tests.py", + [ + "RelatedObjectsTests" + ] + ] + ], + "PrivateFieldsTests": [ + [ + "tests/model_meta/tests.py", + [ + "PrivateFieldsTests" + ] + ] + ], + "GetFieldByNameTests": [ + [ + "tests/model_meta/tests.py", + [ + "GetFieldByNameTests" + ] + ] + ], + "RelationTreeTests": [ + [ + "tests/model_meta/tests.py", + [ + "RelationTreeTests" + ] + ] + ], + "ParentListTests": [ + [ + "tests/model_meta/tests.py", + [ + "ParentListTests" + ] + ] + ], + "PropertyNamesTests": [ + [ + "tests/model_meta/tests.py", + [ + "PropertyNamesTests" + ] + ] + ], + "ReturningFieldsTests": [ + [ + "tests/model_meta/tests.py", + [ + "ReturningFieldsTests" + ] + ] + ], + "AbstractModelTests": [ + [ + "tests/model_meta/tests.py", + [ + "AbstractModelTests" + ] + ] + ], + "ModelDefaultPKConfig": [ + [ + "tests/model_options/apps.py", + [ + "ModelDefaultPKConfig" + ] + ] + ], + "ModelPKConfig": [ + [ + "tests/model_options/apps.py", + [ + "ModelPKConfig" + ] + ] + ], + "ModelPKNonAutoConfig": [ + [ + "tests/model_options/apps.py", + [ + "ModelPKNonAutoConfig" + ] + ] + ], + "ModelPKNoneConfig": [ + [ + "tests/model_options/apps.py", + [ + "ModelPKNoneConfig" + ] + ] + ], + "ModelPKNonexistentConfig": [ + [ + "tests/model_options/apps.py", + [ + "ModelPKNonexistentConfig" + ] + ] + ], + "BookStore": [ + [ + "tests/model_options/models/default_related_name.py", + [ + "BookStore" + ] + ] + ], + "EditorStore": [ + [ + "tests/model_options/models/default_related_name.py", + [ + "EditorStore" + ] + ] + ], + "ScientistRef": [ + [ + "tests/model_options/models/tablespaces.py", + [ + "ScientistRef" + ] + ] + ], + "ArticleRef": [ + [ + "tests/model_options/models/tablespaces.py", + [ + "ArticleRef" + ] + ] + ], + "Scientist": [ + [ + "tests/model_options/models/tablespaces.py", + [ + "Scientist" + ] + ] + ], + "M2MModel": [ + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_m2m_default_auto_field_setting", + "M2MModel" + ] + ], + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK", + "test_m2m_app_default_auto_field", + "M2MModel" + ] + ], + [ + "tests/queryset_pickle/models.py", + [ + "M2MModel" + ] + ] + ], + "TestDefaultPK": [ + [ + "tests/model_options/test_default_pk.py", + [ + "TestDefaultPK" + ] + ] + ], + "DefaultRelatedNameTests": [ + [ + "tests/model_options/test_default_related_name.py", + [ + "DefaultRelatedNameTests" + ] + ] + ], + "TablespacesTests": [ + [ + "tests/model_options/test_tablespaces.py", + [ + "TablespacesTests" + ] + ] + ], + "Advertisement": [ + [ + "tests/model_package/tests.py", + [ + "Advertisement" + ] + ] + ], + "ModelPackageTests": [ + [ + "tests/model_package/tests.py", + [ + "ModelPackageTests" + ] + ] + ], + "Movie": [ + [ + "tests/model_regress/models.py", + [ + "Movie" + ] + ], + [ + "tests/nested_foreign_keys/models.py", + [ + "Movie" + ] + ], + [ + "tests/serializers/models/base.py", + [ + "Movie" + ] + ] + ], + "Party": [ + [ + "tests/model_regress/models.py", + [ + "Party" + ] + ] + ], + "NonAutoPK": [ + [ + "tests/model_regress/models.py", + [ + "NonAutoPK" + ] + ] + ], + "Model3": [ + [ + "tests/model_regress/models.py", + [ + "Model3" + ] + ] + ], + "MissingDjangoVersion": [ + [ + "tests/model_regress/test_pickle.py", + [ + "ModelPickleTests", + "test_missing_django_version_unpickling", + "MissingDjangoVersion" + ] + ] + ], + "DifferentDjangoVersion": [ + [ + "tests/model_regress/test_pickle.py", + [ + "ModelPickleTests", + "test_unsupported_unpickle", + "DifferentDjangoVersion" + ] + ] + ], + "PickledModel": [ + [ + "tests/model_regress/test_pickle.py", + [ + "ModelPickleTests", + "test_with_getstate", + "PickledModel" + ] + ] + ], + "ModelPickleTests": [ + [ + "tests/model_regress/test_pickle.py", + [ + "ModelPickleTests" + ] + ] + ], + "HorseBase": [ + [ + "tests/model_regress/tests.py", + [ + "ModelTests", + "test_metaclass_can_access_attribute_dict", + "HorseBase" + ] + ] + ], + "Horse": [ + [ + "tests/model_regress/tests.py", + [ + "ModelTests", + "test_metaclass_can_access_attribute_dict", + "Horse" + ] + ] + ], + "ModelTests": [ + [ + "tests/model_regress/tests.py", + [ + "ModelTests" + ] + ] + ], + "ModelValidationTest": [ + [ + "tests/model_regress/tests.py", + [ + "ModelValidationTest" + ] + ] + ], + "EvaluateMethodTest": [ + [ + "tests/model_regress/tests.py", + [ + "EvaluateMethodTest" + ] + ] + ], + "ModelFieldsCacheTest": [ + [ + "tests/model_regress/tests.py", + [ + "ModelFieldsCacheTest" + ] + ] + ], + "NamedTupleClassTests": [ + [ + "tests/model_utils/tests.py", + [ + "NamedTupleClassTests" + ] + ] + ], + "ValidationTestModel": [ + [ + "tests/modeladmin/models.py", + [ + "ValidationTestModel" + ] + ] + ], + "ValidationTestInlineModel": [ + [ + "tests/modeladmin/models.py", + [ + "ValidationTestInlineModel" + ] + ] + ], + "AdminBase": [ + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests", + "test_actions_inheritance", + "AdminBase" + ] + ] + ], + "AdminA": [ + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests", + "test_actions_inheritance", + "AdminA" + ] + ] + ], + "AdminB": [ + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests", + "test_actions_inheritance", + "AdminB" + ] + ] + ], + "AdminActionsTests": [ + [ + "tests/modeladmin/test_actions.py", + [ + "AdminActionsTests" + ] + ] + ], + "CheckTestCase": [ + [ + "tests/modeladmin/test_checks.py", + [ + "CheckTestCase" + ] + ] + ], + "TestModelAdmin": [ + [ + "tests/modeladmin/test_checks.py", + [ + "RawIdCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RawIdCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RawIdCheckTests", + "test_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RawIdCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RawIdCheckTests", + "test_field_attname", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_non_iterable_item", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_item_not_a_pair", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_second_element_of_item_not_a_dict", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_missing_fields_key", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_specified_both_fields_and_fieldsets", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_duplicate_fields", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_duplicate_fields_in_fieldsets", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsCheckTests", + "test_duplicate_fields_in_fields", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsCheckTests", + "test_inline", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FormCheckTests", + "test_invalid_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterVerticalCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterVerticalCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterVerticalCheckTests", + "test_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterVerticalCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterHorizontalCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterHorizontalCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterHorizontalCheckTests", + "test_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FilterHorizontalCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RadioFieldsCheckTests", + "test_not_dictionary", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RadioFieldsCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RadioFieldsCheckTests", + "test_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RadioFieldsCheckTests", + "test_invalid_value", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "RadioFieldsCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests", + "test_not_list_or_tuple", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests", + "test_not_dictionary", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests", + "test_missing_field_again", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests", + "test_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests", + "test_one_to_one_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests", + "test_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests", + "test_valid_field_accessible_via_instance", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests", + "test_missing_in_list_display", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests", + "test_None_is_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests", + "test_list_display_links_check_skipped_if_get_list_display_overridden", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests", + "test_list_display_link_checked_for_list_tuple_if_get_list_display_overridden", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_list_filter_validation", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_list_filter_class", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_callable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_callable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_filter", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_filter_again", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_filter_again_again", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_list_filter_is_func", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_associated_with_field_name", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListPerPageCheckTests", + "test_not_integer", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListPerPageCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListMaxShowAllCheckTests", + "test_not_integer", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListMaxShowAllCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "SearchFieldsCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "DateHierarchyCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "DateHierarchyCheckTests", + "test_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "DateHierarchyCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "DateHierarchyCheckTests", + "test_related_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "DateHierarchyCheckTests", + "test_related_invalid_field_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_random_marker_not_alone", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_valid_random_marker_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_valid_complex_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_invalid_expression", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_valid_expression", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListSelectRelatedCheckTests", + "test_invalid_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListSelectRelatedCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "SaveAsCheckTests", + "test_not_boolean", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "SaveAsCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "SaveOnTopCheckTests", + "test_not_boolean", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "SaveOnTopCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_not_iterable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_not_correct_inline_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_not_model_admin", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_missing_model_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_invalid_model_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_invalid_model", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_invalid_callable", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_missing_field", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ExtraCheckTests", + "test_not_integer", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ExtraCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MaxNumCheckTests", + "test_not_integer", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MaxNumCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MinNumCheckTests", + "test_not_integer", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MinNumCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_invalid_type", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_valid_case", + "TestModelAdmin" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_deleted_objects_with_custom_has_delete_permission", + "TestModelAdmin" + ] + ] + ], + "RawIdCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "RawIdCheckTests" + ] + ] + ], + "TestModelAdmin_1": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests", + "test_missing_fields_key", + "TestModelAdmin_1" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests", + "test_not_iterable", + "TestModelAdmin_1" + ] + ] + ], + "FieldsetsCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsetsCheckTests" + ] + ] + ], + "ValidationTestInline": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsCheckTests", + "test_inline", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_not_model_admin", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_missing_model_field", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_invalid_model_type", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_invalid_model", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_valid_case", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_missing_field", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_valid_case", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ExtraCheckTests", + "test_not_integer", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ExtraCheckTests", + "test_valid_case", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MaxNumCheckTests", + "test_not_integer", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MaxNumCheckTests", + "test_valid_case", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MinNumCheckTests", + "test_not_integer", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "MinNumCheckTests", + "test_valid_case", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_invalid_type", + "ValidationTestInline" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_valid_case", + "ValidationTestInline" + ] + ] + ], + "FieldsCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FieldsCheckTests" + ] + ] + ], + "FakeForm": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormCheckTests", + "test_invalid_type", + "FakeForm" + ] + ] + ], + "TestModelAdminWithNoForm": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormCheckTests", + "test_invalid_type", + "TestModelAdminWithNoForm" + ] + ] + ], + "AdminBandForm": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormCheckTests", + "test_valid_case", + "AdminBandForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude_with_readonly", + "AdminBandForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_formfield_override_readonly", + "AdminBandForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude", + "AdminBandForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_validation", + "AdminBandForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_form_exclude_kwarg_override", + "AdminBandForm" + ] + ] + ], + "FormCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormCheckTests" + ] + ] + ], + "FilterVerticalCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FilterVerticalCheckTests" + ] + ] + ], + "FilterHorizontalCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FilterHorizontalCheckTests" + ] + ] + ], + "RadioFieldsCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "RadioFieldsCheckTests" + ] + ] + ], + "PrepopulatedFieldsCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "PrepopulatedFieldsCheckTests" + ] + ] + ], + "PositionField": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests", + "test_valid_field_accessible_via_instance", + "PositionField" + ] + ] + ], + "ListDisplayTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayTests" + ] + ] + ], + "ListDisplayLinksCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayLinksCheckTests" + ] + ] + ], + "RandomClass": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_filter", + "RandomClass" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_filter_again", + "RandomClass" + ] + ] + ], + "AwesomeFilter": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_not_filter_again_again", + "AwesomeFilter" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests", + "test_valid_case", + "AwesomeFilter" + ] + ] + ], + "ListFilterTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListFilterTests" + ] + ] + ], + "ListPerPageCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListPerPageCheckTests" + ] + ] + ], + "ListMaxShowAllCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListMaxShowAllCheckTests" + ] + ] + ], + "SearchFieldsCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "SearchFieldsCheckTests" + ] + ] + ], + "DateHierarchyCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "DateHierarchyCheckTests" + ] + ] + ], + "OrderingCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "OrderingCheckTests" + ] + ] + ], + "ListSelectRelatedCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListSelectRelatedCheckTests" + ] + ] + ], + "SaveAsCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "SaveAsCheckTests" + ] + ] + ], + "SaveOnTopCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "SaveOnTopCheckTests" + ] + ] + ], + "SomethingBad": [ + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests", + "test_invalid_model_type", + "SomethingBad" + ] + ] + ], + "InlinesCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "InlinesCheckTests" + ] + ] + ], + "ProxyChild": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "ProxyChild" + ] + ] + ], + "ProxyProxyChild": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "ProxyProxyChild" + ] + ] + ], + "InlineFkName": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "InlineFkName" + ] + ] + ], + "InlineNoFkName": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "InlineNoFkName" + ] + ] + ], + "ProxyProxyChildAdminFkName": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests", + "test_proxy_model_parent", + "ProxyProxyChildAdminFkName" + ] + ] + ], + "FkNameCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FkNameCheckTests" + ] + ] + ], + "ExtraCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ExtraCheckTests" + ] + ] + ], + "MaxNumCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "MaxNumCheckTests" + ] + ] + ], + "MinNumCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "MinNumCheckTests" + ] + ] + ], + "FakeFormSet": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_invalid_type", + "FakeFormSet" + ] + ] + ], + "ValidationTestInlineWithoutFormsetClass": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_inline_without_formset_class", + "ValidationTestInlineWithoutFormsetClass" + ] + ] + ], + "TestModelAdminWithoutFormsetClass": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_inline_without_formset_class", + "TestModelAdminWithoutFormsetClass" + ] + ] + ], + "RealModelFormSet": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests", + "test_valid_case", + "RealModelFormSet" + ] + ] + ], + "FormsetCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "FormsetCheckTests" + ] + ] + ], + "ProductAdmin": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayEditableTests", + "test_list_display_links_is_none", + "ProductAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayEditableTests", + "test_list_display_first_item_same_as_list_editable_first_item", + "ProductAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayEditableTests", + "test_list_display_first_item_in_list_editable", + "ProductAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayEditableTests", + "test_list_display_first_item_same_as_list_editable_no_list_display_links", + "ProductAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayEditableTests", + "test_list_display_first_item_in_list_editable_no_list_display_links", + "ProductAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayEditableTests", + "test_both_list_editable_and_list_display_links", + "ProductAdmin" + ] + ] + ], + "ListDisplayEditableTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ListDisplayEditableTests" + ] + ] + ], + "Admin": [ + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_e036", + "Admin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_e037", + "Admin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_e38", + "Admin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_e039", + "Admin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_is_onetoone", + "Admin" + ] + ] + ], + "NoSearchFieldsAdmin": [ + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_e040", + "NoSearchFieldsAdmin" + ] + ] + ], + "AutocompleteAdmin": [ + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_e040", + "AutocompleteAdmin" + ] + ], + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_is_valid", + "AutocompleteAdmin" + ] + ] + ], + "SearchFieldsAdmin": [ + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests", + "test_autocomplete_is_valid", + "SearchFieldsAdmin" + ] + ] + ], + "AutocompleteFieldsTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "AutocompleteFieldsTests" + ] + ] + ], + "ActionsCheckTests": [ + [ + "tests/modeladmin/test_checks.py", + [ + "ActionsCheckTests" + ] + ] + ], + "InlineBandAdmin": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_fieldsets", + "InlineBandAdmin" + ] + ] + ], + "EmployeeProfile": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_lookup_allowed_onetoone", + "EmployeeProfile" + ] + ] + ], + "EmployeeInfo": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_lookup_allowed_onetoone", + "EmployeeInfo" + ] + ] + ], + "EmployeeProfileAdmin": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_lookup_allowed_onetoone", + "EmployeeProfileAdmin" + ] + ] + ], + "BandAdmin_1": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_field_arguments_restricted_on_form", + "BandAdmin_1" + ] + ] + ], + "BandAdmin_2": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_field_arguments_restricted_on_form", + "BandAdmin_2" + ] + ] + ], + "BandAdmin_3": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_field_arguments_restricted_on_form", + "BandAdmin_3" + ] + ] + ], + "BandAdmin_4": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_field_arguments_restricted_on_form", + "BandAdmin_4" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude_with_readonly", + "BandAdmin_4" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude", + "BandAdmin_4" + ] + ] + ], + "AdminConcertForm": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude_with_readonly", + "AdminConcertForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude", + "AdminConcertForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_exclude_kwarg_override", + "AdminConcertForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_fields", + "AdminConcertForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_exclude", + "AdminConcertForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_queryset_override", + "AdminConcertForm" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "AdminConcertForm" + ] + ] + ], + "ConcertInline": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude_with_readonly", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_custom_form_meta_exclude", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_exclude_kwarg_override", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_fields", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_formset_overriding_get_exclude_with_form_exclude", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_raw_id_fields_widget_override", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_regression_for_ticket_15820", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "ConcertInline" + ] + ], + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests", + "test_inline_has_add_permission_uses_obj", + "ConcertInline" + ] + ] + ], + "ConcertAdminWithForm": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_queryset_override", + "ConcertAdminWithForm" + ] + ] + ], + "CustomConcertForm": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_regression_for_ticket_15820", + "CustomConcertForm" + ] + ] + ], + "ConcertAdmin_2": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "ConcertAdmin_2" + ] + ] + ], + "AdminConcertForm_3": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "AdminConcertForm_3" + ] + ] + ], + "ConcertAdmin_4": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_foreign_key_as_radio_field", + "ConcertAdmin_4" + ] + ] + ], + "OtherSongAdmin": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests", + "test_get_autocomplete_fields", + "OtherSongAdmin" + ] + ] + ], + "ModelAdminTests": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminTests" + ] + ] + ], + "MockViewUser": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests", + "MockViewUser" + ] + ] + ], + "MockAddUser": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests", + "MockAddUser" + ] + ] + ], + "MockChangeUser": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests", + "MockChangeUser" + ] + ] + ], + "MockDeleteUser": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests", + "MockDeleteUser" + ] + ] + ], + "ModelAdminPermissionTests": [ + [ + "tests/modeladmin/tests.py", + [ + "ModelAdminPermissionTests" + ] + ] + ], + "Review": [ + [ + "tests/multiple_database/models.py", + [ + "Review" + ] + ] + ], + "BookManager": [ + [ + "tests/multiple_database/models.py", + [ + "BookManager" + ] + ] + ], + "Pet": [ + [ + "tests/multiple_database/models.py", + [ + "Pet" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Pet" + ] + ] + ], + "AuthRouter": [ + [ + "tests/multiple_database/routers.py", + [ + "AuthRouter" + ] + ] + ], + "WriteRouter": [ + [ + "tests/multiple_database/routers.py", + [ + "WriteRouter" + ] + ] + ], + "QueryTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "QueryTestCase" + ] + ] + ], + "ConnectionRouterTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "ConnectionRouterTestCase" + ] + ] + ], + "RouterTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "RouterTestCase" + ] + ] + ], + "AuthTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "AuthTestCase" + ] + ] + ], + "AntiPetRouter": [ + [ + "tests/multiple_database/tests.py", + [ + "AntiPetRouter" + ] + ] + ], + "PickleQuerySetTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "PickleQuerySetTestCase" + ] + ] + ], + "DatabaseReceiver": [ + [ + "tests/multiple_database/tests.py", + [ + "DatabaseReceiver" + ] + ] + ], + "WriteToOtherRouter": [ + [ + "tests/multiple_database/tests.py", + [ + "WriteToOtherRouter" + ] + ] + ], + "SignalTests": [ + [ + "tests/multiple_database/tests.py", + [ + "SignalTests" + ] + ], + [ + "tests/signals/tests.py", + [ + "SignalTests" + ] + ] + ], + "AttributeErrorRouter": [ + [ + "tests/multiple_database/tests.py", + [ + "AttributeErrorRouter" + ] + ] + ], + "RouterAttributeErrorTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "RouterAttributeErrorTestCase" + ] + ] + ], + "ModelMetaRouter": [ + [ + "tests/multiple_database/tests.py", + [ + "ModelMetaRouter" + ] + ] + ], + "RouterModelArgumentTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "RouterModelArgumentTestCase" + ] + ] + ], + "SyncOnlyDefaultDatabaseRouter": [ + [ + "tests/multiple_database/tests.py", + [ + "SyncOnlyDefaultDatabaseRouter" + ] + ] + ], + "MigrateTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "MigrateTestCase" + ] + ] + ], + "RouterUsed": [ + [ + "tests/multiple_database/tests.py", + [ + "RouterUsed" + ] + ] + ], + "WriteCheckRouter": [ + [ + "tests/multiple_database/tests.py", + [ + "RouteForWriteTestCase", + "WriteCheckRouter" + ] + ] + ], + "RouteForWriteTestCase": [ + [ + "tests/multiple_database/tests.py", + [ + "RouteForWriteTestCase" + ] + ] + ], + "NoRelationRouter": [ + [ + "tests/multiple_database/tests.py", + [ + "NoRelationRouter" + ] + ] + ], + "RelationAssignmentTests": [ + [ + "tests/multiple_database/tests.py", + [ + "RelationAssignmentTests" + ] + ] + ], + "MutuallyReferentialTests": [ + [ + "tests/mutually_referential/tests.py", + [ + "MutuallyReferentialTests" + ] + ] + ], + "Screening": [ + [ + "tests/nested_foreign_keys/models.py", + [ + "Screening" + ] + ] + ], + "ScreeningNullFK": [ + [ + "tests/nested_foreign_keys/models.py", + [ + "ScreeningNullFK" + ] + ] + ], + "Package": [ + [ + "tests/nested_foreign_keys/models.py", + [ + "Package" + ] + ] + ], + "PackageNullFK": [ + [ + "tests/nested_foreign_keys/models.py", + [ + "PackageNullFK" + ] + ] + ], + "NestedForeignKeysTests": [ + [ + "tests/nested_foreign_keys/tests.py", + [ + "NestedForeignKeysTests" + ] + ] + ], + "DeeplyNestedForeignKeysTests": [ + [ + "tests/nested_foreign_keys/tests.py", + [ + "DeeplyNestedForeignKeysTests" + ] + ] + ], + "NoModelTests": [ + [ + "tests/no_models/tests.py", + [ + "NoModelTests" + ] + ] + ], + "SystemDetails": [ + [ + "tests/null_fk/models.py", + [ + "SystemDetails" + ] + ] + ], + "SystemInfo": [ + [ + "tests/null_fk/models.py", + [ + "SystemInfo" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "SystemInfo" + ] + ] + ], + "Forum": [ + [ + "tests/null_fk/models.py", + [ + "Forum" + ] + ], + [ + "tests/null_fk_ordering/models.py", + [ + "Forum" + ] + ] + ], + "PropertyValue": [ + [ + "tests/null_fk/models.py", + [ + "PropertyValue" + ] + ] + ], + "Property": [ + [ + "tests/null_fk/models.py", + [ + "Property" + ] + ] + ], + "NullFkTests": [ + [ + "tests/null_fk/tests.py", + [ + "NullFkTests" + ] + ] + ], + "NullFkOrderingTests": [ + [ + "tests/null_fk_ordering/tests.py", + [ + "NullFkOrderingTests" + ] + ] + ], + "OuterA": [ + [ + "tests/null_queries/models.py", + [ + "OuterA" + ] + ] + ], + "OuterB": [ + [ + "tests/null_queries/models.py", + [ + "OuterB" + ] + ] + ], + "NullQueriesTests": [ + [ + "tests/null_queries/tests.py", + [ + "NullQueriesTests" + ] + ] + ], + "UndergroundBar": [ + [ + "tests/one_to_one/models.py", + [ + "UndergroundBar" + ] + ] + ], + "Waiter": [ + [ + "tests/one_to_one/models.py", + [ + "Waiter" + ] + ] + ], + "Favorites": [ + [ + "tests/one_to_one/models.py", + [ + "Favorites" + ] + ] + ], + "ManualPrimaryKey": [ + [ + "tests/one_to_one/models.py", + [ + "ManualPrimaryKey" + ] + ] + ], + "MultiModel": [ + [ + "tests/one_to_one/models.py", + [ + "MultiModel" + ] + ] + ], + "Pointer": [ + [ + "tests/one_to_one/models.py", + [ + "Pointer" + ] + ] + ], + "Pointer2": [ + [ + "tests/one_to_one/models.py", + [ + "Pointer2" + ] + ] + ], + "HiddenPointer": [ + [ + "tests/one_to_one/models.py", + [ + "HiddenPointer" + ] + ] + ], + "ToFieldPointer": [ + [ + "tests/one_to_one/models.py", + [ + "ToFieldPointer" + ] + ] + ], + "DirectorManager": [ + [ + "tests/one_to_one/models.py", + [ + "DirectorManager" + ] + ] + ], + "Director": [ + [ + "tests/one_to_one/models.py", + [ + "Director" + ] + ] + ], + "OneToOneTests": [ + [ + "tests/one_to_one/tests.py", + [ + "OneToOneTests" + ] + ] + ], + "OrLookupsTests": [ + [ + "tests/or_lookups/tests.py", + [ + "OrLookupsTests" + ] + ] + ], + "BaseOrderWithRespectToTests": [ + [ + "tests/order_with_respect_to/base_tests.py", + [ + "BaseOrderWithRespectToTests" + ] + ] + ], + "Entity": [ + [ + "tests/order_with_respect_to/models.py", + [ + "Entity" + ] + ], + [ + "tests/select_for_update/models.py", + [ + "Entity" + ] + ] + ], + "Dimension": [ + [ + "tests/order_with_respect_to/models.py", + [ + "Dimension" + ] + ] + ], + "Component": [ + [ + "tests/order_with_respect_to/models.py", + [ + "Component" + ] + ] + ], + "OrderWithRespectToBaseTests": [ + [ + "tests/order_with_respect_to/tests.py", + [ + "OrderWithRespectToBaseTests" + ] + ] + ], + "OrderWithRespectToTests": [ + [ + "tests/order_with_respect_to/tests.py", + [ + "OrderWithRespectToTests" + ] + ] + ], + "TestOrderWithRespectToOneToOnePK": [ + [ + "tests/order_with_respect_to/tests.py", + [ + "TestOrderWithRespectToOneToOnePK" + ] + ] + ], + "OrderedByAuthorArticle": [ + [ + "tests/ordering/models.py", + [ + "OrderedByAuthorArticle" + ] + ] + ], + "OrderedByFArticle": [ + [ + "tests/ordering/models.py", + [ + "OrderedByFArticle" + ] + ] + ], + "ChildArticle": [ + [ + "tests/ordering/models.py", + [ + "ChildArticle" + ] + ] + ], + "OrderingTests": [ + [ + "tests/ordering/tests.py", + [ + "OrderingTests" + ] + ] + ], + "ValidAdjacentNumsPage": [ + [ + "tests/pagination/custom.py", + [ + "ValidAdjacentNumsPage" + ] + ] + ], + "ValidAdjacentNumsPaginator": [ + [ + "tests/pagination/custom.py", + [ + "ValidAdjacentNumsPaginator" + ] + ] + ], + "CountContainer": [ + [ + "tests/pagination/tests.py", + [ + "PaginationTests", + "test_paginate_misc_classes", + "CountContainer" + ] + ] + ], + "LenContainer": [ + [ + "tests/pagination/tests.py", + [ + "PaginationTests", + "test_paginate_misc_classes", + "LenContainer" + ] + ] + ], + "AttributeErrorContainer": [ + [ + "tests/pagination/tests.py", + [ + "PaginationTests", + "test_count_does_not_silence_attribute_error", + "AttributeErrorContainer" + ] + ] + ], + "TypeErrorContainer": [ + [ + "tests/pagination/tests.py", + [ + "PaginationTests", + "test_count_does_not_silence_type_error", + "TypeErrorContainer" + ] + ] + ], + "PaginationTests": [ + [ + "tests/pagination/tests.py", + [ + "PaginationTests" + ] + ] + ], + "ObjectList": [ + [ + "tests/pagination/tests.py", + [ + "ModelPaginationTests", + "test_paginating_unordered_object_list_raises_warning", + "ObjectList" + ] + ] + ], + "ModelPaginationTests": [ + [ + "tests/pagination/tests.py", + [ + "ModelPaginationTests" + ] + ] + ], + "PostgreSQLSimpleTestCase": [ + [ + "tests/postgres_tests/__init__.py", + [ + "PostgreSQLSimpleTestCase" + ] + ] + ], + "PostgreSQLTestCase": [ + [ + "tests/postgres_tests/__init__.py", + [ + "PostgreSQLTestCase" + ] + ] + ], + "PostgreSQLWidgetTestCase": [ + [ + "tests/postgres_tests/__init__.py", + [ + "PostgreSQLWidgetTestCase" + ] + ] + ], + "DummyArrayField": [ + [ + "tests/postgres_tests/fields.py", + [ + "try_", + "except_ImportError_", + "DummyArrayField" + ] + ] + ], + "EnumField": [ + [ + "tests/postgres_tests/fields.py", + [ + "EnumField" + ] + ] + ], + "TagField": [ + [ + "tests/postgres_tests/models.py", + [ + "TagField" + ] + ] + ], + "PostgreSQLModel": [ + [ + "tests/postgres_tests/models.py", + [ + "PostgreSQLModel" + ] + ] + ], + "IntegerArrayModel": [ + [ + "tests/postgres_tests/models.py", + [ + "IntegerArrayModel" + ] + ] + ], + "NullableIntegerArrayModel": [ + [ + "tests/postgres_tests/models.py", + [ + "NullableIntegerArrayModel" + ] + ] + ], + "CharArrayModel": [ + [ + "tests/postgres_tests/models.py", + [ + "CharArrayModel" + ] + ] + ], + "DateTimeArrayModel": [ + [ + "tests/postgres_tests/models.py", + [ + "DateTimeArrayModel" + ] + ] + ], + "NestedIntegerArrayModel": [ + [ + "tests/postgres_tests/models.py", + [ + "NestedIntegerArrayModel" + ] + ] + ], + "OtherTypesArrayModel": [ + [ + "tests/postgres_tests/models.py", + [ + "OtherTypesArrayModel" + ] + ] + ], + "HStoreModel": [ + [ + "tests/postgres_tests/models.py", + [ + "HStoreModel" + ] + ] + ], + "ArrayEnumModel": [ + [ + "tests/postgres_tests/models.py", + [ + "ArrayEnumModel" + ] + ] + ], + "CharFieldModel": [ + [ + "tests/postgres_tests/models.py", + [ + "CharFieldModel" + ] + ] + ], + "TextFieldModel": [ + [ + "tests/postgres_tests/models.py", + [ + "TextFieldModel" + ] + ] + ], + "Scene": [ + [ + "tests/postgres_tests/models.py", + [ + "Scene" + ] + ] + ], + "CITestModel": [ + [ + "tests/postgres_tests/models.py", + [ + "CITestModel" + ] + ] + ], + "LineSavedSearch": [ + [ + "tests/postgres_tests/models.py", + [ + "LineSavedSearch" + ] + ] + ], + "RangesModel": [ + [ + "tests/postgres_tests/models.py", + [ + "RangesModel" + ] + ] + ], + "RangeLookupsModel": [ + [ + "tests/postgres_tests/models.py", + [ + "RangeLookupsModel" + ] + ] + ], + "ArrayFieldSubclass": [ + [ + "tests/postgres_tests/models.py", + [ + "ArrayFieldSubclass" + ] + ] + ], + "AggregateTestModel": [ + [ + "tests/postgres_tests/models.py", + [ + "AggregateTestModel" + ] + ] + ], + "StatTestModel": [ + [ + "tests/postgres_tests/models.py", + [ + "StatTestModel" + ] + ] + ], + "NowTestModel": [ + [ + "tests/postgres_tests/models.py", + [ + "NowTestModel" + ] + ] + ], + "UUIDTestModel": [ + [ + "tests/postgres_tests/models.py", + [ + "UUIDTestModel" + ] + ] + ], + "Room": [ + [ + "tests/postgres_tests/models.py", + [ + "Room" + ] + ], + [ + "tests/prefetch_related/models.py", + [ + "Room" + ] + ] + ], + "HotelReservation": [ + [ + "tests/postgres_tests/models.py", + [ + "HotelReservation" + ] + ] + ], + "TestGeneralAggregate": [ + [ + "tests/postgres_tests/test_aggregates.py", + [ + "TestGeneralAggregate" + ] + ] + ], + "TestAggregateDistinct": [ + [ + "tests/postgres_tests/test_aggregates.py", + [ + "TestAggregateDistinct" + ] + ] + ], + "SomeFunc": [ + [ + "tests/postgres_tests/test_aggregates.py", + [ + "TestStatisticsAggregate", + "test_alias_is_required", + "SomeFunc" + ] + ] + ], + "TestStatisticsAggregate": [ + [ + "tests/postgres_tests/test_aggregates.py", + [ + "TestStatisticsAggregate" + ] + ] + ], + "PostgresConfigTests": [ + [ + "tests/postgres_tests/test_apps.py", + [ + "PostgresConfigTests" + ] + ] + ], + "BasicTests": [ + [ + "tests/postgres_tests/test_array.py", + [ + "BasicTests" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "BasicTests" + ] + ] + ], + "TestEnum": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestQuerying", + "test_enum_lookup", + "TestEnum" + ] + ] + ], + "TestDateTimeExactQuerying": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestDateTimeExactQuerying" + ] + ] + ], + "TestOtherTypesExactQuerying": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestOtherTypesExactQuerying" + ] + ] + ], + "TestChecks": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestChecks" + ] + ], + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestChecks" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestChecks" + ] + ] + ], + "TestMigrations": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestMigrations" + ] + ] + ], + "TestSimpleFormField": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestSimpleFormField" + ] + ] + ], + "SplitForm": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_valid", + "SplitForm" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_required", + "SplitForm" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_remove_trailing_nulls", + "SplitForm" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_remove_trailing_nulls_not_required", + "SplitForm" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_required_field", + "SplitForm" + ] + ], + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField", + "test_rendering", + "SplitForm" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestFormField", + "test_using_split_datetime_widget", + "SplitForm" + ] + ] + ], + "TestSplitFormField": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormField" + ] + ] + ], + "TestSplitFormWidget": [ + [ + "tests/postgres_tests/test_array.py", + [ + "TestSplitFormWidget" + ] + ] + ], + "BulkSaveTests": [ + [ + "tests/postgres_tests/test_bulk_update.py", + [ + "BulkSaveTests" + ] + ] + ], + "CITextTestCase": [ + [ + "tests/postgres_tests/test_citext.py", + [ + "CITextTestCase" + ] + ] + ], + "TsTzRange": [ + [ + "tests/postgres_tests/test_constraints.py", + [ + "ExclusionConstraintTests", + "test_range_overlaps_custom", + "TsTzRange" + ] + ] + ], + "ExclusionConstraintTests": [ + [ + "tests/postgres_tests/test_constraints.py", + [ + "ExclusionConstraintTests" + ] + ] + ], + "TestTransactionNow": [ + [ + "tests/postgres_tests/test_functions.py", + [ + "TestTransactionNow" + ] + ] + ], + "TestRandomUUID": [ + [ + "tests/postgres_tests/test_functions.py", + [ + "TestRandomUUID" + ] + ] + ], + "SimpleTests": [ + [ + "tests/postgres_tests/test_hstore.py", + [ + "SimpleTests" + ] + ], + [ + "tests/str/tests.py", + [ + "SimpleTests" + ] + ], + [ + "tests/unmanaged_models/tests.py", + [ + "SimpleTests" + ] + ] + ], + "HStoreFormTest": [ + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestFormField", + "test_field_has_changed", + "HStoreFormTest" + ] + ] + ], + "TestValidator": [ + [ + "tests/postgres_tests/test_hstore.py", + [ + "TestValidator" + ] + ] + ], + "IndexTestMixin": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "IndexTestMixin" + ] + ] + ], + "BloomIndexTests": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "BloomIndexTests" + ] + ] + ], + "BrinIndexTests": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "BrinIndexTests" + ] + ] + ], + "BTreeIndexTests": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "BTreeIndexTests" + ] + ] + ], + "GinIndexTests": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "GinIndexTests" + ] + ] + ], + "GistIndexTests": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "GistIndexTests" + ] + ] + ], + "HashIndexTests": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "HashIndexTests" + ] + ] + ], + "SpGistIndexTests": [ + [ + "tests/postgres_tests/test_indexes.py", + [ + "SpGistIndexTests" + ] + ] + ], + "PostgresIntegrationTests": [ + [ + "tests/postgres_tests/test_integration.py", + [ + "PostgresIntegrationTests" + ] + ] + ], + "InspectDBTests": [ + [ + "tests/postgres_tests/test_introspection.py", + [ + "InspectDBTests" + ] + ] + ], + "AddIndexConcurrentlyTests": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "AddIndexConcurrentlyTests" + ] + ] + ], + "RemoveIndexConcurrentlyTests": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "RemoveIndexConcurrentlyTests" + ] + ] + ], + "NoMigrationRouter": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "NoMigrationRouter" + ] + ] + ], + "CreateExtensionTests": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "CreateExtensionTests" + ] + ] + ], + "CreateCollationTests": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "CreateCollationTests" + ] + ] + ], + "RemoveCollationTests": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "RemoveCollationTests" + ] + ] + ], + "AddConstraintNotValidTests": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "AddConstraintNotValidTests" + ] + ] + ], + "ValidateConstraintTests": [ + [ + "tests/postgres_tests/test_operations.py", + [ + "ValidateConstraintTests" + ] + ] + ], + "TestRangeContainsLookup": [ + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestRangeContainsLookup" + ] + ] + ], + "TestQueryingWithRanges": [ + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestQueryingWithRanges" + ] + ] + ], + "TestValidators": [ + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestValidators" + ] + ], + [ + "tests/validators/tests.py", + [ + "TestValidators" + ] + ] + ], + "SplitDateTimeRangeField": [ + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestFormField", + "test_using_split_datetime_widget", + "SplitDateTimeRangeField" + ] + ] + ], + "DateTimeRangeForm": [ + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestFormField", + "test_datetime_form_as_table", + "DateTimeRangeForm" + ] + ], + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestFormField", + "test_datetime_form_initial_data", + "DateTimeRangeForm" + ] + ] + ], + "RangeForm": [ + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestFormField", + "test_rendering", + "RangeForm" + ] + ] + ], + "TestWidget": [ + [ + "tests/postgres_tests/test_ranges.py", + [ + "TestWidget" + ] + ] + ], + "GrailTestData": [ + [ + "tests/postgres_tests/test_search.py", + [ + "GrailTestData" + ] + ] + ], + "SimpleSearchTest": [ + [ + "tests/postgres_tests/test_search.py", + [ + "SimpleSearchTest" + ] + ] + ], + "SearchVectorFieldTest": [ + [ + "tests/postgres_tests/test_search.py", + [ + "SearchVectorFieldTest" + ] + ] + ], + "SearchConfigTests": [ + [ + "tests/postgres_tests/test_search.py", + [ + "SearchConfigTests" + ] + ] + ], + "MultipleFieldsTest": [ + [ + "tests/postgres_tests/test_search.py", + [ + "MultipleFieldsTest" + ] + ] + ], + "TestCombinations": [ + [ + "tests/postgres_tests/test_search.py", + [ + "TestCombinations" + ] + ] + ], + "TestRankingAndWeights": [ + [ + "tests/postgres_tests/test_search.py", + [ + "TestRankingAndWeights" + ] + ] + ], + "SearchVectorIndexTests": [ + [ + "tests/postgres_tests/test_search.py", + [ + "SearchVectorIndexTests" + ] + ] + ], + "SearchQueryTests": [ + [ + "tests/postgres_tests/test_search.py", + [ + "SearchQueryTests" + ] + ] + ], + "SearchHeadlineTests": [ + [ + "tests/postgres_tests/test_search.py", + [ + "SearchHeadlineTests" + ] + ] + ], + "OIDTests": [ + [ + "tests/postgres_tests/test_signals.py", + [ + "OIDTests" + ] + ] + ], + "TrigramTest": [ + [ + "tests/postgres_tests/test_trigram.py", + [ + "TrigramTest" + ] + ] + ], + "TrigramTextFieldTest": [ + [ + "tests/postgres_tests/test_trigram.py", + [ + "TrigramTextFieldTest" + ] + ] + ], + "UnaccentTest": [ + [ + "tests/postgres_tests/test_unaccent.py", + [ + "UnaccentTest" + ] + ] + ], + "UnaccentTextFieldTest": [ + [ + "tests/postgres_tests/test_unaccent.py", + [ + "UnaccentTextFieldTest" + ] + ] + ], + "AuthorWithAge": [ + [ + "tests/prefetch_related/models.py", + [ + "AuthorWithAge" + ] + ] + ], + "FavoriteAuthors": [ + [ + "tests/prefetch_related/models.py", + [ + "FavoriteAuthors" + ] + ] + ], + "AuthorAddress": [ + [ + "tests/prefetch_related/models.py", + [ + "AuthorAddress" + ] + ] + ], + "BookWithYear": [ + [ + "tests/prefetch_related/models.py", + [ + "BookWithYear" + ] + ] + ], + "Bio": [ + [ + "tests/prefetch_related/models.py", + [ + "Bio" + ] + ] + ], + "Reader": [ + [ + "tests/prefetch_related/models.py", + [ + "Reader" + ] + ] + ], + "BookReview": [ + [ + "tests/prefetch_related/models.py", + [ + "BookReview" + ] + ] + ], + "Qualification": [ + [ + "tests/prefetch_related/models.py", + [ + "Qualification" + ] + ] + ], + "ModelIterableSubclass": [ + [ + "tests/prefetch_related/models.py", + [ + "ModelIterableSubclass" + ] + ] + ], + "TeacherQuerySet": [ + [ + "tests/prefetch_related/models.py", + [ + "TeacherQuerySet" + ] + ] + ], + "TeacherManager": [ + [ + "tests/prefetch_related/models.py", + [ + "TeacherManager" + ] + ] + ], + "LessonEntry": [ + [ + "tests/prefetch_related/models.py", + [ + "LessonEntry" + ] + ] + ], + "WordEntry": [ + [ + "tests/prefetch_related/models.py", + [ + "WordEntry" + ] + ] + ], + "Flea": [ + [ + "tests/prefetch_related/models.py", + [ + "Flea" + ] + ] + ], + "PrefetchRelatedObjectsTests": [ + [ + "tests/prefetch_related/test_prefetch_related_objects.py", + [ + "PrefetchRelatedObjectsTests" + ] + ] + ], + "UUIDPrefetchRelated": [ + [ + "tests/prefetch_related/test_uuid.py", + [ + "UUIDPrefetchRelated" + ] + ] + ], + "UUIDPrefetchRelatedLookups": [ + [ + "tests/prefetch_related/test_uuid.py", + [ + "UUIDPrefetchRelatedLookups" + ] + ] + ], + "PrefetchRelatedTests": [ + [ + "tests/prefetch_related/tests.py", + [ + "PrefetchRelatedTests" + ] + ] + ], + "RawQuerySetTests": [ + [ + "tests/prefetch_related/tests.py", + [ + "RawQuerySetTests" + ] + ] + ], + "CustomPrefetchTests": [ + [ + "tests/prefetch_related/tests.py", + [ + "CustomPrefetchTests" + ] + ] + ], + "DefaultManagerTests": [ + [ + "tests/prefetch_related/tests.py", + [ + "DefaultManagerTests" + ] + ] + ], + "MultiTableInheritanceTest": [ + [ + "tests/prefetch_related/tests.py", + [ + "MultiTableInheritanceTest" + ] + ] + ], + "ForeignKeyToFieldTest": [ + [ + "tests/prefetch_related/tests.py", + [ + "ForeignKeyToFieldTest" + ] + ] + ], + "LookupOrderingTest": [ + [ + "tests/prefetch_related/tests.py", + [ + "LookupOrderingTest" + ] + ] + ], + "NullableTest": [ + [ + "tests/prefetch_related/tests.py", + [ + "NullableTest" + ] + ] + ], + "MultiDbTests": [ + [ + "tests/prefetch_related/tests.py", + [ + "MultiDbTests" + ] + ] + ], + "Ticket19607Tests": [ + [ + "tests/prefetch_related/tests.py", + [ + "Ticket19607Tests" + ] + ] + ], + "Ticket21410Tests": [ + [ + "tests/prefetch_related/tests.py", + [ + "Ticket21410Tests" + ] + ] + ], + "Ticket21760Tests": [ + [ + "tests/prefetch_related/tests.py", + [ + "Ticket21760Tests" + ] + ] + ], + "DirectPrefetchedObjectCacheReuseTests": [ + [ + "tests/prefetch_related/tests.py", + [ + "DirectPrefetchedObjectCacheReuseTests" + ] + ] + ], + "ReadPrefetchedObjectsCacheTests": [ + [ + "tests/prefetch_related/tests.py", + [ + "ReadPrefetchedObjectsCacheTests" + ] + ] + ], + "TestStartProjectSettings": [ + [ + "tests/project_template/test_settings.py", + [ + "TestStartProjectSettings" + ] + ] + ], + "PropertyTests": [ + [ + "tests/properties/tests.py", + [ + "PropertyTests" + ] + ] + ], + "NiceModel": [ + [ + "tests/proxy_model_inheritance/app2/models.py", + [ + "NiceModel" + ] + ] + ], + "ConcreteModelSubclass": [ + [ + "tests/proxy_model_inheritance/models.py", + [ + "ConcreteModelSubclass" + ] + ] + ], + "ConcreteModelSubclassProxy": [ + [ + "tests/proxy_model_inheritance/models.py", + [ + "ConcreteModelSubclassProxy" + ] + ] + ], + "ProxyModelInheritanceTests": [ + [ + "tests/proxy_model_inheritance/tests.py", + [ + "ProxyModelInheritanceTests" + ] + ] + ], + "MultiTableInheritanceProxyTest": [ + [ + "tests/proxy_model_inheritance/tests.py", + [ + "MultiTableInheritanceProxyTest" + ] + ] + ], + "SubManager": [ + [ + "tests/proxy_models/models.py", + [ + "SubManager" + ] + ] + ], + "MyPerson": [ + [ + "tests/proxy_models/models.py", + [ + "MyPerson" + ] + ] + ], + "ManagerMixin": [ + [ + "tests/proxy_models/models.py", + [ + "ManagerMixin" + ] + ] + ], + "OtherPerson": [ + [ + "tests/proxy_models/models.py", + [ + "OtherPerson" + ] + ] + ], + "StatusPerson": [ + [ + "tests/proxy_models/models.py", + [ + "StatusPerson" + ] + ] + ], + "MyPersonProxy": [ + [ + "tests/proxy_models/models.py", + [ + "MyPersonProxy" + ] + ] + ], + "LowerStatusPerson": [ + [ + "tests/proxy_models/models.py", + [ + "LowerStatusPerson" + ] + ] + ], + "AnotherUserProxy": [ + [ + "tests/proxy_models/models.py", + [ + "AnotherUserProxy" + ] + ] + ], + "UserProxyProxy": [ + [ + "tests/proxy_models/models.py", + [ + "UserProxyProxy" + ] + ] + ], + "MultiUserProxy": [ + [ + "tests/proxy_models/models.py", + [ + "MultiUserProxy" + ] + ] + ], + "StateProxy": [ + [ + "tests/proxy_models/models.py", + [ + "StateProxy" + ] + ] + ], + "BaseUser": [ + [ + "tests/proxy_models/models.py", + [ + "BaseUser" + ] + ], + [ + "tests/queries/models.py", + [ + "BaseUser" + ] + ] + ], + "TrackerUser": [ + [ + "tests/proxy_models/models.py", + [ + "TrackerUser" + ] + ] + ], + "ProxyTrackerUser": [ + [ + "tests/proxy_models/models.py", + [ + "ProxyTrackerUser" + ] + ] + ], + "Bug": [ + [ + "tests/proxy_models/models.py", + [ + "Bug" + ] + ] + ], + "ProxyBug": [ + [ + "tests/proxy_models/models.py", + [ + "ProxyBug" + ] + ] + ], + "ProxyProxyBug": [ + [ + "tests/proxy_models/models.py", + [ + "ProxyProxyBug" + ] + ] + ], + "Improvement": [ + [ + "tests/proxy_models/models.py", + [ + "Improvement" + ] + ] + ], + "ProxyImprovement": [ + [ + "tests/proxy_models/models.py", + [ + "ProxyImprovement" + ] + ] + ], + "NoAbstract": [ + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_abstract_base_with_model_fields", + "with_self_assertRaisesMes", + "NoAbstract" + ] + ] + ], + "TooManyBases": [ + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_too_many_concrete_classes", + "with_self_assertRaisesMes", + "TooManyBases" + ] + ] + ], + "NoBaseClasses": [ + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_no_base_classes", + "with_self_assertRaisesMes", + "NoBaseClasses" + ] + ] + ], + "NoNewFields": [ + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_new_fields", + "NoNewFields" + ] + ] + ], + "AlternateModel": [ + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests", + "test_swappable", + "AlternateModel" + ] + ] + ], + "ProxyModelTests": [ + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelTests" + ] + ] + ], + "ProxyModelAdminTests": [ + [ + "tests/proxy_models/tests.py", + [ + "ProxyModelAdminTests" + ] + ] + ], + "DumbCategory": [ + [ + "tests/queries/models.py", + [ + "DumbCategory" + ] + ] + ], + "ProxyCategory": [ + [ + "tests/queries/models.py", + [ + "ProxyCategory" + ] + ] + ], + "NamedCategory": [ + [ + "tests/queries/models.py", + [ + "NamedCategory" + ] + ] + ], + "Annotation": [ + [ + "tests/queries/models.py", + [ + "Annotation" + ] + ] + ], + "DateTimePK": [ + [ + "tests/queries/models.py", + [ + "DateTimePK" + ] + ] + ], + "ExtraInfo": [ + [ + "tests/queries/models.py", + [ + "ExtraInfo" + ] + ] + ], + "ReportComment": [ + [ + "tests/queries/models.py", + [ + "ReportComment" + ] + ] + ], + "Ranking": [ + [ + "tests/queries/models.py", + [ + "Ranking" + ] + ] + ], + "Cover": [ + [ + "tests/queries/models.py", + [ + "Cover" + ] + ] + ], + "Valid": [ + [ + "tests/queries/models.py", + [ + "Valid" + ] + ] + ], + "X": [ + [ + "tests/queries/models.py", + [ + "X" + ] + ] + ], + "Y": [ + [ + "tests/queries/models.py", + [ + "Y" + ] + ] + ], + "LoopX": [ + [ + "tests/queries/models.py", + [ + "LoopX" + ] + ] + ], + "LoopY": [ + [ + "tests/queries/models.py", + [ + "LoopY" + ] + ] + ], + "LoopZ": [ + [ + "tests/queries/models.py", + [ + "LoopZ" + ] + ] + ], + "ManagedModel": [ + [ + "tests/queries/models.py", + [ + "ManagedModel" + ] + ] + ], + "MemberManager": [ + [ + "tests/queries/models.py", + [ + "MemberManager" + ] + ] + ], + "CustomPk": [ + [ + "tests/queries/models.py", + [ + "CustomPk" + ] + ] + ], + "CustomPkTag": [ + [ + "tests/queries/models.py", + [ + "CustomPkTag" + ] + ] + ], + "TvChef": [ + [ + "tests/queries/models.py", + [ + "TvChef" + ] + ] + ], + "LeafA": [ + [ + "tests/queries/models.py", + [ + "LeafA" + ] + ] + ], + "LeafB": [ + [ + "tests/queries/models.py", + [ + "LeafB" + ] + ] + ], + "ReservedName": [ + [ + "tests/queries/models.py", + [ + "ReservedName" + ] + ] + ], + "SharedConnection": [ + [ + "tests/queries/models.py", + [ + "SharedConnection" + ] + ] + ], + "PointerA": [ + [ + "tests/queries/models.py", + [ + "PointerA" + ] + ] + ], + "PointerB": [ + [ + "tests/queries/models.py", + [ + "PointerB" + ] + ] + ], + "SingleObject": [ + [ + "tests/queries/models.py", + [ + "SingleObject" + ] + ] + ], + "RelatedObject": [ + [ + "tests/queries/models.py", + [ + "RelatedObject" + ] + ] + ], + "Plaything": [ + [ + "tests/queries/models.py", + [ + "Plaything" + ] + ] + ], + "ObjectA": [ + [ + "tests/queries/models.py", + [ + "ObjectA" + ] + ] + ], + "ProxyObjectA": [ + [ + "tests/queries/models.py", + [ + "ProxyObjectA" + ] + ] + ], + "ChildObjectA": [ + [ + "tests/queries/models.py", + [ + "ChildObjectA" + ] + ] + ], + "ObjectB": [ + [ + "tests/queries/models.py", + [ + "ObjectB" + ] + ] + ], + "ProxyObjectB": [ + [ + "tests/queries/models.py", + [ + "ProxyObjectB" + ] + ] + ], + "ObjectC": [ + [ + "tests/queries/models.py", + [ + "ObjectC" + ] + ] + ], + "SimpleCategory": [ + [ + "tests/queries/models.py", + [ + "SimpleCategory" + ] + ] + ], + "SpecialCategory": [ + [ + "tests/queries/models.py", + [ + "SpecialCategory" + ] + ] + ], + "CategoryItem": [ + [ + "tests/queries/models.py", + [ + "CategoryItem" + ] + ] + ], + "MixedCaseFieldCategoryItem": [ + [ + "tests/queries/models.py", + [ + "MixedCaseFieldCategoryItem" + ] + ] + ], + "MixedCaseDbColumnCategoryItem": [ + [ + "tests/queries/models.py", + [ + "MixedCaseDbColumnCategoryItem" + ] + ] + ], + "OneToOneCategory": [ + [ + "tests/queries/models.py", + [ + "OneToOneCategory" + ] + ] + ], + "CategoryRelationship": [ + [ + "tests/queries/models.py", + [ + "CategoryRelationship" + ] + ] + ], + "CommonMixedCaseForeignKeys": [ + [ + "tests/queries/models.py", + [ + "CommonMixedCaseForeignKeys" + ] + ] + ], + "NullableName": [ + [ + "tests/queries/models.py", + [ + "NullableName" + ] + ] + ], + "ModelD": [ + [ + "tests/queries/models.py", + [ + "ModelD" + ] + ] + ], + "ModelC": [ + [ + "tests/queries/models.py", + [ + "ModelC" + ] + ] + ], + "ModelB": [ + [ + "tests/queries/models.py", + [ + "ModelB" + ] + ] + ], + "ModelA": [ + [ + "tests/queries/models.py", + [ + "ModelA" + ] + ] + ], + "Job": [ + [ + "tests/queries/models.py", + [ + "Job" + ] + ] + ], + "JobResponsibilities": [ + [ + "tests/queries/models.py", + [ + "JobResponsibilities" + ] + ] + ], + "Responsibility": [ + [ + "tests/queries/models.py", + [ + "Responsibility" + ] + ] + ], + "FK1": [ + [ + "tests/queries/models.py", + [ + "FK1" + ] + ] + ], + "FK2": [ + [ + "tests/queries/models.py", + [ + "FK2" + ] + ] + ], + "FK3": [ + [ + "tests/queries/models.py", + [ + "FK3" + ] + ] + ], + "BaseA": [ + [ + "tests/queries/models.py", + [ + "BaseA" + ] + ] + ], + "Program": [ + [ + "tests/queries/models.py", + [ + "Program" + ] + ] + ], + "Paragraph": [ + [ + "tests/queries/models.py", + [ + "Paragraph" + ] + ] + ], + "MyObject": [ + [ + "tests/queries/models.py", + [ + "MyObject" + ] + ] + ], + "OrderItem": [ + [ + "tests/queries/models.py", + [ + "OrderItem" + ] + ] + ], + "Task": [ + [ + "tests/queries/models.py", + [ + "Task" + ] + ] + ], + "StaffUser": [ + [ + "tests/queries/models.py", + [ + "StaffUser" + ] + ] + ], + "Ticket21203Parent": [ + [ + "tests/queries/models.py", + [ + "Ticket21203Parent" + ] + ] + ], + "Ticket21203Child": [ + [ + "tests/queries/models.py", + [ + "Ticket21203Child" + ] + ] + ], + "Employment": [ + [ + "tests/queries/models.py", + [ + "Employment" + ] + ] + ], + "Ticket23605AParent": [ + [ + "tests/queries/models.py", + [ + "Ticket23605AParent" + ] + ] + ], + "Ticket23605A": [ + [ + "tests/queries/models.py", + [ + "Ticket23605A" + ] + ] + ], + "Ticket23605B": [ + [ + "tests/queries/models.py", + [ + "Ticket23605B" + ] + ] + ], + "Ticket23605C": [ + [ + "tests/queries/models.py", + [ + "Ticket23605C" + ] + ] + ], + "RelatedIndividual": [ + [ + "tests/queries/models.py", + [ + "RelatedIndividual" + ] + ] + ], + "CustomDbColumn": [ + [ + "tests/queries/models.py", + [ + "CustomDbColumn" + ] + ] + ], + "CreatedField": [ + [ + "tests/queries/models.py", + [ + "CreatedField" + ] + ] + ], + "ReturningModel": [ + [ + "tests/queries/models.py", + [ + "ReturningModel" + ] + ] + ], + "NonIntegerPKReturningModel": [ + [ + "tests/queries/models.py", + [ + "NonIntegerPKReturningModel" + ] + ] + ], + "JSONFieldNullable": [ + [ + "tests/queries/models.py", + [ + "JSONFieldNullable" + ] + ] + ], + "BulkUpdateNoteTests": [ + [ + "tests/queries/test_bulk_update.py", + [ + "BulkUpdateNoteTests" + ] + ] + ], + "BulkUpdateTests": [ + [ + "tests/queries/test_bulk_update.py", + [ + "BulkUpdateTests" + ] + ] + ], + "ContainsTests": [ + [ + "tests/queries/test_contains.py", + [ + "ContainsTests" + ] + ] + ], + "ReturningValuesTests": [ + [ + "tests/queries/test_db_returning.py", + [ + "ReturningValuesTests" + ] + ] + ], + "ExplainTests": [ + [ + "tests/queries/test_explain.py", + [ + "ExplainTests" + ] + ] + ], + "ExplainUnsupportedTests": [ + [ + "tests/queries/test_explain.py", + [ + "ExplainUnsupportedTests" + ] + ] + ], + "QuerySetIteratorTests": [ + [ + "tests/queries/test_iterator.py", + [ + "QuerySetIteratorTests" + ] + ] + ], + "QTests": [ + [ + "tests/queries/test_q.py", + [ + "QTests" + ] + ] + ], + "QuerySetSetOperationTests": [ + [ + "tests/queries/test_qs_combinators.py", + [ + "QuerySetSetOperationTests" + ] + ] + ], + "TestQuery": [ + [ + "tests/queries/test_query.py", + [ + "TestQuery" + ] + ] + ], + "Queries1Tests": [ + [ + "tests/queries/tests.py", + [ + "Queries1Tests" + ] + ] + ], + "Queries2Tests": [ + [ + "tests/queries/tests.py", + [ + "Queries2Tests" + ] + ] + ], + "Queries3Tests": [ + [ + "tests/queries/tests.py", + [ + "Queries3Tests" + ] + ] + ], + "Queries4Tests": [ + [ + "tests/queries/tests.py", + [ + "Queries4Tests" + ] + ] + ], + "Queries5Tests": [ + [ + "tests/queries/tests.py", + [ + "Queries5Tests" + ] + ] + ], + "SelectRelatedTests": [ + [ + "tests/queries/tests.py", + [ + "SelectRelatedTests" + ] + ], + [ + "tests/select_related/tests.py", + [ + "SelectRelatedTests" + ] + ] + ], + "SubclassFKTests": [ + [ + "tests/queries/tests.py", + [ + "SubclassFKTests" + ] + ] + ], + "CustomPkTests": [ + [ + "tests/queries/tests.py", + [ + "CustomPkTests" + ] + ] + ], + "NullableRelOrderingTests": [ + [ + "tests/queries/tests.py", + [ + "NullableRelOrderingTests" + ] + ] + ], + "DisjunctiveFilterTests": [ + [ + "tests/queries/tests.py", + [ + "DisjunctiveFilterTests" + ] + ] + ], + "Queries6Tests": [ + [ + "tests/queries/tests.py", + [ + "Queries6Tests" + ] + ] + ], + "RawQueriesTests": [ + [ + "tests/queries/tests.py", + [ + "RawQueriesTests" + ] + ] + ], + "GeneratorExpressionTests": [ + [ + "tests/queries/tests.py", + [ + "GeneratorExpressionTests" + ] + ] + ], + "ComparisonTests": [ + [ + "tests/queries/tests.py", + [ + "ComparisonTests" + ] + ] + ], + "ExistsSql": [ + [ + "tests/queries/tests.py", + [ + "ExistsSql" + ] + ] + ], + "QuerysetOrderedTests": [ + [ + "tests/queries/tests.py", + [ + "QuerysetOrderedTests" + ] + ] + ], + "SubqueryTests": [ + [ + "tests/queries/tests.py", + [ + "SubqueryTests" + ] + ] + ], + "QuerySetBitwiseOperationTests": [ + [ + "tests/queries/tests.py", + [ + "QuerySetBitwiseOperationTests" + ] + ] + ], + "CloneTests": [ + [ + "tests/queries/tests.py", + [ + "CloneTests" + ] + ] + ], + "EmptyQuerySetTests": [ + [ + "tests/queries/tests.py", + [ + "EmptyQuerySetTests" + ] + ] + ], + "ValuesQuerysetTests": [ + [ + "tests/queries/tests.py", + [ + "ValuesQuerysetTests" + ] + ] + ], + "QuerySetSupportsPythonIdioms": [ + [ + "tests/queries/tests.py", + [ + "QuerySetSupportsPythonIdioms" + ] + ] + ], + "WeirdQuerysetSlicingTests": [ + [ + "tests/queries/tests.py", + [ + "WeirdQuerysetSlicingTests" + ] + ] + ], + "EscapingTests": [ + [ + "tests/queries/tests.py", + [ + "EscapingTests" + ] + ] + ], + "ToFieldTests": [ + [ + "tests/queries/tests.py", + [ + "ToFieldTests" + ] + ] + ], + "IsNullTests": [ + [ + "tests/queries/tests.py", + [ + "IsNullTests" + ] + ] + ], + "ConditionalTests": [ + [ + "tests/queries/tests.py", + [ + "ConditionalTests" + ] + ] + ], + "UnionTests": [ + [ + "tests/queries/tests.py", + [ + "UnionTests" + ] + ] + ], + "DefaultValuesInsertTest": [ + [ + "tests/queries/tests.py", + [ + "DefaultValuesInsertTest" + ] + ] + ], + "ExcludeTests": [ + [ + "tests/queries/tests.py", + [ + "ExcludeTests" + ] + ] + ], + "ExcludeTest17600": [ + [ + "tests/queries/tests.py", + [ + "ExcludeTest17600" + ] + ] + ], + "Exclude15786": [ + [ + "tests/queries/tests.py", + [ + "Exclude15786" + ] + ] + ], + "NullInExcludeTest": [ + [ + "tests/queries/tests.py", + [ + "NullInExcludeTest" + ] + ] + ], + "EmptyStringsAsNullTest": [ + [ + "tests/queries/tests.py", + [ + "EmptyStringsAsNullTest" + ] + ] + ], + "ProxyQueryCleanupTest": [ + [ + "tests/queries/tests.py", + [ + "ProxyQueryCleanupTest" + ] + ] + ], + "MockCompiler": [ + [ + "tests/queries/tests.py", + [ + "WhereNodeTest", + "MockCompiler" + ] + ] + ], + "WhereNodeTest": [ + [ + "tests/queries/tests.py", + [ + "WhereNodeTest" + ] + ] + ], + "QuerySetExceptionTests": [ + [ + "tests/queries/tests.py", + [ + "QuerySetExceptionTests" + ] + ] + ], + "NullJoinPromotionOrTest": [ + [ + "tests/queries/tests.py", + [ + "NullJoinPromotionOrTest" + ] + ] + ], + "ReverseJoinTrimmingTest": [ + [ + "tests/queries/tests.py", + [ + "ReverseJoinTrimmingTest" + ] + ] + ], + "JoinReuseTest": [ + [ + "tests/queries/tests.py", + [ + "JoinReuseTest" + ] + ] + ], + "DisjunctionPromotionTests": [ + [ + "tests/queries/tests.py", + [ + "DisjunctionPromotionTests" + ] + ] + ], + "ManyToManyExcludeTest": [ + [ + "tests/queries/tests.py", + [ + "ManyToManyExcludeTest" + ] + ] + ], + "RelabelCloneTest": [ + [ + "tests/queries/tests.py", + [ + "RelabelCloneTest" + ] + ] + ], + "Ticket20101Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket20101Tests" + ] + ] + ], + "EmptyStringPromotionTests": [ + [ + "tests/queries/tests.py", + [ + "EmptyStringPromotionTests" + ] + ] + ], + "ValuesSubqueryTests": [ + [ + "tests/queries/tests.py", + [ + "ValuesSubqueryTests" + ] + ] + ], + "DoubleInSubqueryTests": [ + [ + "tests/queries/tests.py", + [ + "DoubleInSubqueryTests" + ] + ] + ], + "Ticket18785Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket18785Tests" + ] + ] + ], + "Ticket20788Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket20788Tests" + ] + ] + ], + "Ticket12807Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket12807Tests" + ] + ] + ], + "RelatedLookupTypeTests": [ + [ + "tests/queries/tests.py", + [ + "RelatedLookupTypeTests" + ] + ] + ], + "Ticket14056Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket14056Tests" + ] + ] + ], + "Ticket20955Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket20955Tests" + ] + ] + ], + "Ticket21203Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket21203Tests" + ] + ] + ], + "ValuesJoinPromotionTests": [ + [ + "tests/queries/tests.py", + [ + "ValuesJoinPromotionTests" + ] + ] + ], + "ForeignKeyToBaseExcludeTests": [ + [ + "tests/queries/tests.py", + [ + "ForeignKeyToBaseExcludeTests" + ] + ] + ], + "ReverseM2MCustomPkTests": [ + [ + "tests/queries/tests.py", + [ + "ReverseM2MCustomPkTests" + ] + ] + ], + "Ticket22429Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket22429Tests" + ] + ] + ], + "Ticket23605Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket23605Tests" + ] + ] + ], + "TestTicket24279": [ + [ + "tests/queries/tests.py", + [ + "TestTicket24279" + ] + ] + ], + "TestInvalidValuesRelation": [ + [ + "tests/queries/tests.py", + [ + "TestInvalidValuesRelation" + ] + ] + ], + "TestTicket24605": [ + [ + "tests/queries/tests.py", + [ + "TestTicket24605" + ] + ] + ], + "Ticket23622Tests": [ + [ + "tests/queries/tests.py", + [ + "Ticket23622Tests" + ] + ] + ], + "Numbers": [ + [ + "tests/queryset_pickle/models.py", + [ + "Numbers" + ] + ] + ], + "PreviousDjangoVersionQuerySet": [ + [ + "tests/queryset_pickle/models.py", + [ + "PreviousDjangoVersionQuerySet" + ] + ] + ], + "MissingDjangoVersionQuerySet": [ + [ + "tests/queryset_pickle/models.py", + [ + "MissingDjangoVersionQuerySet" + ] + ] + ], + "Happening": [ + [ + "tests/queryset_pickle/models.py", + [ + "Happening" + ] + ] + ], + "SomeModel": [ + [ + "tests/queryset_pickle/models.py", + [ + "Container", + "SomeModel" + ] + ] + ], + "Container": [ + [ + "tests/queryset_pickle/models.py", + [ + "Container" + ] + ] + ], + "MyEvent": [ + [ + "tests/queryset_pickle/models.py", + [ + "MyEvent" + ] + ] + ], + "Edition": [ + [ + "tests/queryset_pickle/models.py", + [ + "Edition" + ] + ] + ], + "PickleabilityTestCase": [ + [ + "tests/queryset_pickle/tests.py", + [ + "PickleabilityTestCase" + ] + ] + ], + "InLookupTests": [ + [ + "tests/queryset_pickle/tests.py", + [ + "InLookupTests" + ] + ] + ], + "BookFkAsPk": [ + [ + "tests/raw_query/models.py", + [ + "BookFkAsPk" + ] + ] + ], + "Coffee": [ + [ + "tests/raw_query/models.py", + [ + "Coffee" + ] + ] + ], + "MixedCaseIDColumn": [ + [ + "tests/raw_query/models.py", + [ + "MixedCaseIDColumn" + ] + ] + ], + "Reviewer": [ + [ + "tests/raw_query/models.py", + [ + "Reviewer" + ] + ] + ], + "FriendlyAuthor": [ + [ + "tests/raw_query/models.py", + [ + "FriendlyAuthor" + ] + ] + ], + "RawQueryTests": [ + [ + "tests/raw_query/tests.py", + [ + "RawQueryTests" + ] + ] + ], + "RedirectTests": [ + [ + "tests/redirects_tests/tests.py", + [ + "RedirectTests" + ] + ] + ], + "OverriddenRedirectFallbackMiddleware": [ + [ + "tests/redirects_tests/tests.py", + [ + "OverriddenRedirectFallbackMiddleware" + ] + ] + ], + "OverriddenRedirectMiddlewareTests": [ + [ + "tests/redirects_tests/tests.py", + [ + "OverriddenRedirectMiddlewareTests" + ] + ] + ], + "MediaTypeTests": [ + [ + "tests/requests/test_accept_header.py", + [ + "MediaTypeTests" + ] + ] + ], + "AcceptHeaderTests": [ + [ + "tests/requests/test_accept_header.py", + [ + "AcceptHeaderTests" + ] + ] + ], + "DataUploadMaxMemorySizeFormPostTests": [ + [ + "tests/requests/test_data_upload_settings.py", + [ + "DataUploadMaxMemorySizeFormPostTests" + ] + ] + ], + "DataUploadMaxMemorySizeMultipartPostTests": [ + [ + "tests/requests/test_data_upload_settings.py", + [ + "DataUploadMaxMemorySizeMultipartPostTests" + ] + ] + ], + "DataUploadMaxMemorySizeGetTests": [ + [ + "tests/requests/test_data_upload_settings.py", + [ + "DataUploadMaxMemorySizeGetTests" + ] + ] + ], + "DataUploadMaxNumberOfFieldsGet": [ + [ + "tests/requests/test_data_upload_settings.py", + [ + "DataUploadMaxNumberOfFieldsGet" + ] + ] + ], + "DataUploadMaxNumberOfFieldsMultipartPost": [ + [ + "tests/requests/test_data_upload_settings.py", + [ + "DataUploadMaxNumberOfFieldsMultipartPost" + ] + ] + ], + "DataUploadMaxNumberOfFieldsFormPost": [ + [ + "tests/requests/test_data_upload_settings.py", + [ + "DataUploadMaxNumberOfFieldsFormPost" + ] + ] + ], + "ExplodingBytesIO": [ + [ + "tests/requests/tests.py", + [ + "RequestsTests", + "test_POST_connection_error", + "ExplodingBytesIO" + ] + ], + [ + "tests/requests/tests.py", + [ + "RequestsTests", + "test_FILES_connection_error", + "ExplodingBytesIO" + ] + ] + ], + "RequestsTests": [ + [ + "tests/requests/tests.py", + [ + "RequestsTests" + ] + ] + ], + "HostValidationTests": [ + [ + "tests/requests/tests.py", + [ + "HostValidationTests" + ] + ] + ], + "BuildAbsoluteURITests": [ + [ + "tests/requests/tests.py", + [ + "BuildAbsoluteURITests" + ] + ] + ], + "RequestHeadersTests": [ + [ + "tests/requests/tests.py", + [ + "RequestHeadersTests" + ] + ] + ], + "HttpHeadersTests": [ + [ + "tests/requests/tests.py", + [ + "HttpHeadersTests" + ] + ] + ], + "ReservedNameTests": [ + [ + "tests/reserved_names/tests.py", + [ + "ReservedNameTests" + ] + ] + ], + "UnimportantThing": [ + [ + "tests/resolve_url/models.py", + [ + "UnimportantThing" + ] + ] + ], + "ResolveUrlTests": [ + [ + "tests/resolve_url/tests.py", + [ + "ResolveUrlTests" + ] + ] + ], + "SetCookieTests": [ + [ + "tests/responses/test_cookie.py", + [ + "SetCookieTests" + ] + ] + ], + "DeleteCookieTests": [ + [ + "tests/responses/test_cookie.py", + [ + "DeleteCookieTests" + ] + ] + ], + "FileResponseTests": [ + [ + "tests/responses/test_fileresponse.py", + [ + "FileResponseTests" + ] + ] + ], + "HttpResponseBaseTests": [ + [ + "tests/responses/tests.py", + [ + "HttpResponseBaseTests" + ] + ] + ], + "ReverseLookupTests": [ + [ + "tests/reverse_lookup/tests.py", + [ + "ReverseLookupTests" + ] + ] + ], + "ActionSelenium": [ + [ + "tests/runtests.py", + [ + "ActionSelenium" + ] + ] + ], + "SaveDeleteHookTests": [ + [ + "tests/save_delete_hooks/tests.py", + [ + "SaveDeleteHookTests" + ] + ] + ], + "CustomManyToManyField": [ + [ + "tests/schema/fields.py", + [ + "CustomManyToManyField" + ] + ] + ], + "InheritedManyToManyField": [ + [ + "tests/schema/fields.py", + [ + "InheritedManyToManyField" + ] + ] + ], + "MediumBlobField": [ + [ + "tests/schema/fields.py", + [ + "MediumBlobField" + ] + ] + ], + "AuthorCharFieldWithIndex": [ + [ + "tests/schema/models.py", + [ + "AuthorCharFieldWithIndex" + ] + ] + ], + "AuthorTextFieldWithIndex": [ + [ + "tests/schema/models.py", + [ + "AuthorTextFieldWithIndex" + ] + ] + ], + "AuthorWithDefaultHeight": [ + [ + "tests/schema/models.py", + [ + "AuthorWithDefaultHeight" + ] + ] + ], + "AuthorWithEvenLongerName": [ + [ + "tests/schema/models.py", + [ + "AuthorWithEvenLongerName" + ] + ] + ], + "AuthorWithIndexedName": [ + [ + "tests/schema/models.py", + [ + "AuthorWithIndexedName" + ] + ] + ], + "AuthorWithUniqueName": [ + [ + "tests/schema/models.py", + [ + "AuthorWithUniqueName" + ] + ] + ], + "AuthorWithIndexedNameAndBirthday": [ + [ + "tests/schema/models.py", + [ + "AuthorWithIndexedNameAndBirthday" + ] + ] + ], + "AuthorWithUniqueNameAndBirthday": [ + [ + "tests/schema/models.py", + [ + "AuthorWithUniqueNameAndBirthday" + ] + ] + ], + "BookWeak": [ + [ + "tests/schema/models.py", + [ + "BookWeak" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_no_db_constraint_added_during_primary_key_change", + "BookWeak" + ] + ] + ], + "BookWithLongName": [ + [ + "tests/schema/models.py", + [ + "BookWithLongName" + ] + ] + ], + "BookWithO2O": [ + [ + "tests/schema/models.py", + [ + "BookWithO2O" + ] + ] + ], + "BookWithSlug": [ + [ + "tests/schema/models.py", + [ + "BookWithSlug" + ] + ] + ], + "BookWithoutAuthor": [ + [ + "tests/schema/models.py", + [ + "BookWithoutAuthor" + ] + ] + ], + "BookForeignObj": [ + [ + "tests/schema/models.py", + [ + "BookForeignObj" + ] + ] + ], + "IntegerPK": [ + [ + "tests/schema/models.py", + [ + "IntegerPK" + ] + ] + ], + "NoteRename": [ + [ + "tests/schema/models.py", + [ + "NoteRename" + ] + ] + ], + "TagIndexed": [ + [ + "tests/schema/models.py", + [ + "TagIndexed" + ] + ] + ], + "TagM2MTest": [ + [ + "tests/schema/models.py", + [ + "TagM2MTest" + ] + ] + ], + "TagUniqueRename": [ + [ + "tests/schema/models.py", + [ + "TagUniqueRename" + ] + ] + ], + "SchemaLoggerTests": [ + [ + "tests/schema/test_logging.py", + [ + "SchemaLoggerTests" + ] + ] + ], + "AuthorRef": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_fk_to_proxy", + "AuthorRef" + ] + ] + ], + "LocalAuthorWithM2M": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_db_constraint", + "LocalAuthorWithM2M" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m", + "LocalAuthorWithM2M" + ] + ] + ], + "TestTransformField": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_add_field_default_transform", + "TestTransformField" + ] + ] + ], + "ArrayModel": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_array_field_decrease_base_field_length", + "ArrayModel" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_array_field_decrease_nested_base_field_length", + "ArrayModel" + ] + ] + ], + "LocalBook": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_to_fk", + "LocalBook" + ] + ] + ], + "IntegerPKToAutoField": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_autofield_pk", + "IntegerPKToAutoField" + ] + ] + ], + "IntegerPKToBigAutoField": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_bigautofield_pk", + "IntegerPKToBigAutoField" + ] + ] + ], + "SmallIntegerPK": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_smallint_pk_to_smallautofield_pk", + "SmallIntegerPK" + ] + ] + ], + "Transitional": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_int_unique", + "Transitional" + ] + ] + ], + "IntegerUnique": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_alter_int_pk_to_int_unique", + "IntegerUnique" + ] + ] + ], + "LocalBookWithM2M": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_create", + "LocalBookWithM2M" + ] + ], + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_repoint", + "LocalBookWithM2M" + ] + ] + ], + "LocalTagThrough": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_create_through", + "LocalTagThrough" + ] + ] + ], + "LocalBookWithM2MThrough": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_create_through", + "LocalBookWithM2MThrough" + ] + ] + ], + "LocalAuthorTag": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_through_alter", + "LocalAuthorTag" + ] + ] + ], + "LocalAuthorWithM2MThrough": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "_test_m2m_through_alter", + "LocalAuthorWithM2MThrough" + ] + ] + ], + "LocalTagM2MTest": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_m2m_rename_field_in_target_model", + "LocalTagM2MTest" + ] + ] + ], + "LocalM2M": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_m2m_rename_field_in_target_model", + "LocalM2M" + ] + ] + ], + "SomeError": [ + [ + "tests/schema/tests.py", + [ + "SchemaTests", + "test_context_manager_exit", + "SomeError" + ] + ] + ], + "EUCountry": [ + [ + "tests/select_for_update/models.py", + [ + "EUCountry" + ] + ] + ], + "EUCity": [ + [ + "tests/select_for_update/models.py", + [ + "EUCity" + ] + ] + ], + "CountryProxy": [ + [ + "tests/select_for_update/models.py", + [ + "CountryProxy" + ] + ] + ], + "CountryProxyProxy": [ + [ + "tests/select_for_update/models.py", + [ + "CountryProxyProxy" + ] + ] + ], + "CityCountryProxy": [ + [ + "tests/select_for_update/models.py", + [ + "CityCountryProxy" + ] + ] + ], + "PersonProfile": [ + [ + "tests/select_for_update/models.py", + [ + "PersonProfile" + ] + ] + ], + "SelectForUpdateTests": [ + [ + "tests/select_for_update/tests.py", + [ + "SelectForUpdateTests" + ] + ] + ], + "Domain": [ + [ + "tests/select_related/models.py", + [ + "Domain" + ] + ] + ], + "Kingdom": [ + [ + "tests/select_related/models.py", + [ + "Kingdom" + ] + ] + ], + "Phylum": [ + [ + "tests/select_related/models.py", + [ + "Phylum" + ] + ] + ], + "Klass": [ + [ + "tests/select_related/models.py", + [ + "Klass" + ] + ], + [ + "tests/view_tests/views.py", + [ + "Klass" + ] + ] + ], + "Genus": [ + [ + "tests/select_related/models.py", + [ + "Genus" + ] + ] + ], + "Species": [ + [ + "tests/select_related/models.py", + [ + "Species" + ] + ] + ], + "HybridSpecies": [ + [ + "tests/select_related/models.py", + [ + "HybridSpecies" + ] + ] + ], + "SelectRelatedValidationTests": [ + [ + "tests/select_related/tests.py", + [ + "SelectRelatedValidationTests" + ] + ] + ], + "UserStatResult": [ + [ + "tests/select_related_onetoone/models.py", + [ + "UserStatResult" + ] + ] + ], + "UserStat": [ + [ + "tests/select_related_onetoone/models.py", + [ + "UserStat" + ] + ] + ], + "StatDetails": [ + [ + "tests/select_related_onetoone/models.py", + [ + "StatDetails" + ] + ] + ], + "AdvancedUserStat": [ + [ + "tests/select_related_onetoone/models.py", + [ + "AdvancedUserStat" + ] + ] + ], + "LinkedList": [ + [ + "tests/select_related_onetoone/models.py", + [ + "LinkedList" + ] + ] + ], + "ReverseSelectRelatedTestCase": [ + [ + "tests/select_related_onetoone/tests.py", + [ + "ReverseSelectRelatedTestCase" + ] + ] + ], + "ReverseSelectRelatedValidationTests": [ + [ + "tests/select_related_onetoone/tests.py", + [ + "ReverseSelectRelatedValidationTests" + ] + ] + ], + "Building": [ + [ + "tests/select_related_regress/models.py", + [ + "Building" + ] + ] + ], + "Device": [ + [ + "tests/select_related_regress/models.py", + [ + "Device" + ] + ] + ], + "Port": [ + [ + "tests/select_related_regress/models.py", + [ + "Port" + ] + ] + ], + "Connection": [ + [ + "tests/select_related_regress/models.py", + [ + "Connection" + ] + ] + ], + "TUser": [ + [ + "tests/select_related_regress/models.py", + [ + "TUser" + ] + ] + ], + "Organizer": [ + [ + "tests/select_related_regress/models.py", + [ + "Organizer" + ] + ] + ], + "Enrollment": [ + [ + "tests/select_related_regress/models.py", + [ + "Enrollment" + ] + ] + ], + "ClientStatus": [ + [ + "tests/select_related_regress/models.py", + [ + "ClientStatus" + ] + ] + ], + "SpecialClient": [ + [ + "tests/select_related_regress/models.py", + [ + "SpecialClient" + ] + ] + ], + "Fowl": [ + [ + "tests/select_related_regress/models.py", + [ + "Fowl" + ] + ] + ], + "Hen": [ + [ + "tests/select_related_regress/models.py", + [ + "Hen" + ] + ] + ], + "Chick": [ + [ + "tests/select_related_regress/models.py", + [ + "Chick" + ] + ] + ], + "SelectRelatedRegressTests": [ + [ + "tests/select_related_regress/tests.py", + [ + "SelectRelatedRegressTests" + ] + ] + ], + "CategoryMetaDataManager": [ + [ + "tests/serializers/models/base.py", + [ + "CategoryMetaDataManager" + ] + ] + ], + "CategoryMetaData": [ + [ + "tests/serializers/models/base.py", + [ + "CategoryMetaData" + ] + ] + ], + "AuthorProfile": [ + [ + "tests/serializers/models/base.py", + [ + "AuthorProfile" + ] + ] + ], + "Score": [ + [ + "tests/serializers/models/base.py", + [ + "Score" + ] + ] + ], + "TeamField": [ + [ + "tests/serializers/models/base.py", + [ + "TeamField" + ] + ] + ], + "BaseModel": [ + [ + "tests/serializers/models/base.py", + [ + "BaseModel" + ] + ] + ], + "ProxyBaseModel": [ + [ + "tests/serializers/models/base.py", + [ + "ProxyBaseModel" + ] + ] + ], + "ProxyProxyBaseModel": [ + [ + "tests/serializers/models/base.py", + [ + "ProxyProxyBaseModel" + ] + ] + ], + "ComplexModel": [ + [ + "tests/serializers/models/base.py", + [ + "ComplexModel" + ] + ] + ], + "BinaryData": [ + [ + "tests/serializers/models/data.py", + [ + "BinaryData" + ] + ] + ], + "BooleanData": [ + [ + "tests/serializers/models/data.py", + [ + "BooleanData" + ] + ] + ], + "CharData": [ + [ + "tests/serializers/models/data.py", + [ + "CharData" + ] + ] + ], + "DateData": [ + [ + "tests/serializers/models/data.py", + [ + "DateData" + ] + ] + ], + "DateTimeData": [ + [ + "tests/serializers/models/data.py", + [ + "DateTimeData" + ] + ] + ], + "DecimalData": [ + [ + "tests/serializers/models/data.py", + [ + "DecimalData" + ] + ] + ], + "EmailData": [ + [ + "tests/serializers/models/data.py", + [ + "EmailData" + ] + ] + ], + "FileData": [ + [ + "tests/serializers/models/data.py", + [ + "FileData" + ] + ] + ], + "FilePathData": [ + [ + "tests/serializers/models/data.py", + [ + "FilePathData" + ] + ] + ], + "FloatData": [ + [ + "tests/serializers/models/data.py", + [ + "FloatData" + ] + ] + ], + "IntegerData": [ + [ + "tests/serializers/models/data.py", + [ + "IntegerData" + ] + ] + ], + "BigIntegerData": [ + [ + "tests/serializers/models/data.py", + [ + "BigIntegerData" + ] + ] + ], + "GenericIPAddressData": [ + [ + "tests/serializers/models/data.py", + [ + "GenericIPAddressData" + ] + ] + ], + "PositiveBigIntegerData": [ + [ + "tests/serializers/models/data.py", + [ + "PositiveBigIntegerData" + ] + ] + ], + "PositiveIntegerData": [ + [ + "tests/serializers/models/data.py", + [ + "PositiveIntegerData" + ] + ] + ], + "PositiveSmallIntegerData": [ + [ + "tests/serializers/models/data.py", + [ + "PositiveSmallIntegerData" + ] + ] + ], + "SlugData": [ + [ + "tests/serializers/models/data.py", + [ + "SlugData" + ] + ] + ], + "SmallData": [ + [ + "tests/serializers/models/data.py", + [ + "SmallData" + ] + ] + ], + "TextData": [ + [ + "tests/serializers/models/data.py", + [ + "TextData" + ] + ] + ], + "TimeData": [ + [ + "tests/serializers/models/data.py", + [ + "TimeData" + ] + ] + ], + "GenericData": [ + [ + "tests/serializers/models/data.py", + [ + "GenericData" + ] + ] + ], + "Anchor": [ + [ + "tests/serializers/models/data.py", + [ + "Anchor" + ] + ] + ], + "UniqueAnchor": [ + [ + "tests/serializers/models/data.py", + [ + "UniqueAnchor" + ] + ] + ], + "FKData": [ + [ + "tests/serializers/models/data.py", + [ + "FKData" + ] + ] + ], + "M2MData": [ + [ + "tests/serializers/models/data.py", + [ + "M2MData" + ] + ] + ], + "O2OData": [ + [ + "tests/serializers/models/data.py", + [ + "O2OData" + ] + ] + ], + "FKSelfData": [ + [ + "tests/serializers/models/data.py", + [ + "FKSelfData" + ] + ] + ], + "M2MSelfData": [ + [ + "tests/serializers/models/data.py", + [ + "M2MSelfData" + ] + ] + ], + "FKDataToField": [ + [ + "tests/serializers/models/data.py", + [ + "FKDataToField" + ] + ] + ], + "FKDataToO2O": [ + [ + "tests/serializers/models/data.py", + [ + "FKDataToO2O" + ] + ] + ], + "M2MIntermediateData": [ + [ + "tests/serializers/models/data.py", + [ + "M2MIntermediateData" + ] + ] + ], + "BooleanPKData": [ + [ + "tests/serializers/models/data.py", + [ + "BooleanPKData" + ] + ] + ], + "CharPKData": [ + [ + "tests/serializers/models/data.py", + [ + "CharPKData" + ] + ] + ], + "DatePKData": [ + [ + "tests/serializers/models/data.py", + [ + "DatePKData" + ] + ] + ], + "DateTimePKData": [ + [ + "tests/serializers/models/data.py", + [ + "DateTimePKData" + ] + ] + ], + "DecimalPKData": [ + [ + "tests/serializers/models/data.py", + [ + "DecimalPKData" + ] + ] + ], + "EmailPKData": [ + [ + "tests/serializers/models/data.py", + [ + "EmailPKData" + ] + ] + ], + "FilePathPKData": [ + [ + "tests/serializers/models/data.py", + [ + "FilePathPKData" + ] + ] + ], + "FloatPKData": [ + [ + "tests/serializers/models/data.py", + [ + "FloatPKData" + ] + ] + ], + "IntegerPKData": [ + [ + "tests/serializers/models/data.py", + [ + "IntegerPKData" + ] + ] + ], + "GenericIPAddressPKData": [ + [ + "tests/serializers/models/data.py", + [ + "GenericIPAddressPKData" + ] + ] + ], + "PositiveIntegerPKData": [ + [ + "tests/serializers/models/data.py", + [ + "PositiveIntegerPKData" + ] + ] + ], + "PositiveSmallIntegerPKData": [ + [ + "tests/serializers/models/data.py", + [ + "PositiveSmallIntegerPKData" + ] + ] + ], + "SlugPKData": [ + [ + "tests/serializers/models/data.py", + [ + "SlugPKData" + ] + ] + ], + "SmallPKData": [ + [ + "tests/serializers/models/data.py", + [ + "SmallPKData" + ] + ] + ], + "UUIDData": [ + [ + "tests/serializers/models/data.py", + [ + "UUIDData" + ] + ] + ], + "UUIDDefaultData": [ + [ + "tests/serializers/models/data.py", + [ + "UUIDDefaultData" + ] + ] + ], + "FKToUUID": [ + [ + "tests/serializers/models/data.py", + [ + "FKToUUID" + ] + ] + ], + "AutoNowDateTimeData": [ + [ + "tests/serializers/models/data.py", + [ + "AutoNowDateTimeData" + ] + ] + ], + "ModifyingSaveData": [ + [ + "tests/serializers/models/data.py", + [ + "ModifyingSaveData" + ] + ] + ], + "AbstractBaseModel": [ + [ + "tests/serializers/models/data.py", + [ + "AbstractBaseModel" + ] + ] + ], + "InheritAbstractModel": [ + [ + "tests/serializers/models/data.py", + [ + "InheritAbstractModel" + ] + ] + ], + "InheritBaseModel": [ + [ + "tests/serializers/models/data.py", + [ + "InheritBaseModel" + ] + ] + ], + "ExplicitInheritBaseModel": [ + [ + "tests/serializers/models/data.py", + [ + "ExplicitInheritBaseModel" + ] + ] + ], + "LengthModel": [ + [ + "tests/serializers/models/data.py", + [ + "LengthModel" + ] + ] + ], + "ParentManager": [ + [ + "tests/serializers/models/multi_table.py", + [ + "ParentManager" + ] + ] + ], + "NaturalKeyAnchorManager": [ + [ + "tests/serializers/models/natural.py", + [ + "NaturalKeyAnchorManager" + ] + ] + ], + "NaturalKeyAnchor": [ + [ + "tests/serializers/models/natural.py", + [ + "NaturalKeyAnchor" + ] + ] + ], + "FKDataNaturalKey": [ + [ + "tests/serializers/models/natural.py", + [ + "FKDataNaturalKey" + ] + ] + ], + "NaturalPKWithDefault": [ + [ + "tests/serializers/models/natural.py", + [ + "NaturalPKWithDefault" + ] + ] + ], + "FKAsPKNoNaturalKeyManager": [ + [ + "tests/serializers/models/natural.py", + [ + "FKAsPKNoNaturalKeyManager" + ] + ] + ], + "FKAsPKNoNaturalKey": [ + [ + "tests/serializers/models/natural.py", + [ + "FKAsPKNoNaturalKey" + ] + ] + ], + "SerializerDataTests": [ + [ + "tests/serializers/test_data.py", + [ + "SerializerDataTests" + ] + ] + ], + "TestDeserializedObjectTests": [ + [ + "tests/serializers/test_deserializedobject.py", + [ + "TestDeserializedObjectTests" + ] + ] + ], + "ScoreDecimal": [ + [ + "tests/serializers/test_json.py", + [ + "JsonSerializerTestCase", + "test_custom_encoder", + "ScoreDecimal" + ] + ], + [ + "tests/serializers/test_jsonl.py", + [ + "JsonlSerializerTestCase", + "test_custom_encoder", + "ScoreDecimal" + ] + ] + ], + "CustomJSONEncoder": [ + [ + "tests/serializers/test_json.py", + [ + "JsonSerializerTestCase", + "test_custom_encoder", + "CustomJSONEncoder" + ] + ], + [ + "tests/serializers/test_jsonl.py", + [ + "JsonlSerializerTestCase", + "test_custom_encoder", + "CustomJSONEncoder" + ] + ] + ], + "JsonSerializerTestCase": [ + [ + "tests/serializers/test_json.py", + [ + "JsonSerializerTestCase" + ] + ] + ], + "JsonSerializerTransactionTestCase": [ + [ + "tests/serializers/test_json.py", + [ + "JsonSerializerTransactionTestCase" + ] + ], + [ + "tests/serializers/test_jsonl.py", + [ + "JsonSerializerTransactionTestCase" + ] + ] + ], + "DjangoJSONEncoderTests": [ + [ + "tests/serializers/test_json.py", + [ + "DjangoJSONEncoderTests" + ] + ] + ], + "JsonlSerializerTestCase": [ + [ + "tests/serializers/test_jsonl.py", + [ + "JsonlSerializerTestCase" + ] + ] + ], + "NaturalKeySerializerTests": [ + [ + "tests/serializers/test_natural.py", + [ + "NaturalKeySerializerTests" + ] + ] + ], + "XmlSerializerTestCase": [ + [ + "tests/serializers/test_xml.py", + [ + "XmlSerializerTestCase" + ] + ] + ], + "XmlSerializerTransactionTestCase": [ + [ + "tests/serializers/test_xml.py", + [ + "XmlSerializerTransactionTestCase" + ] + ] + ], + "YamlImportModuleMock": [ + [ + "tests/serializers/test_yaml.py", + [ + "YamlImportModuleMock" + ] + ] + ], + "NoYamlSerializerTestCase": [ + [ + "tests/serializers/test_yaml.py", + [ + "NoYamlSerializerTestCase" + ] + ] + ], + "YamlSerializerTestCase": [ + [ + "tests/serializers/test_yaml.py", + [ + "YamlSerializerTestCase" + ] + ] + ], + "YamlSerializerTransactionTestCase": [ + [ + "tests/serializers/test_yaml.py", + [ + "YamlSerializerTransactionTestCase" + ] + ] + ], + "SerializerRegistrationTests": [ + [ + "tests/serializers/tests.py", + [ + "SerializerRegistrationTests" + ] + ] + ], + "SerializersTestBase": [ + [ + "tests/serializers/tests.py", + [ + "SerializersTestBase" + ] + ] + ], + "SerializerAPITests": [ + [ + "tests/serializers/tests.py", + [ + "SerializerAPITests" + ] + ] + ], + "SerializersTransactionTestBase": [ + [ + "tests/serializers/tests.py", + [ + "SerializersTransactionTestBase" + ] + ] + ], + "PickleSerializerTests": [ + [ + "tests/serializers/tests.py", + [ + "PickleSerializerTests" + ] + ] + ], + "UnclosableBytesIO": [ + [ + "tests/servers/test_basehttp.py", + [ + "WSGIRequestHandlerTestCase", + "test_strips_underscore_headers", + "UnclosableBytesIO" + ] + ] + ], + "WSGIRequestHandlerTestCase": [ + [ + "tests/servers/test_basehttp.py", + [ + "WSGIRequestHandlerTestCase" + ] + ] + ], + "WSGIServerTestCase": [ + [ + "tests/servers/test_basehttp.py", + [ + "WSGIServerTestCase" + ] + ] + ], + "FakeServer": [ + [ + "tests/servers/test_liveserverthread.py", + [ + "LiveServerThreadTest", + "test_server_class", + "FakeServer" + ] + ] + ], + "MyServerThread": [ + [ + "tests/servers/test_liveserverthread.py", + [ + "LiveServerThreadTest", + "test_server_class", + "MyServerThread" + ] + ] + ], + "MyServerTestCase": [ + [ + "tests/servers/test_liveserverthread.py", + [ + "LiveServerThreadTest", + "test_server_class", + "MyServerTestCase" + ] + ] + ], + "LiveServerThreadTest": [ + [ + "tests/servers/test_liveserverthread.py", + [ + "LiveServerThreadTest" + ] + ] + ], + "LiveServerBase": [ + [ + "tests/servers/tests.py", + [ + "LiveServerBase" + ] + ], + [ + "tests/staticfiles_tests/test_liveserver.py", + [ + "LiveServerBase" + ] + ] + ], + "CloseConnectionTestServer": [ + [ + "tests/servers/tests.py", + [ + "CloseConnectionTestServer" + ] + ] + ], + "CloseConnectionTestLiveServerThread": [ + [ + "tests/servers/tests.py", + [ + "CloseConnectionTestLiveServerThread" + ] + ] + ], + "LiveServerTestCloseConnectionTest": [ + [ + "tests/servers/tests.py", + [ + "LiveServerTestCloseConnectionTest" + ] + ] + ], + "FailingLiveServerThread": [ + [ + "tests/servers/tests.py", + [ + "FailingLiveServerThread" + ] + ] + ], + "LiveServerTestCaseSetupTest": [ + [ + "tests/servers/tests.py", + [ + "LiveServerTestCaseSetupTest" + ] + ] + ], + "LiveServerAddress": [ + [ + "tests/servers/tests.py", + [ + "LiveServerAddress" + ] + ] + ], + "LiveServerSingleThread": [ + [ + "tests/servers/tests.py", + [ + "LiveServerSingleThread" + ] + ] + ], + "SingleThreadLiveServerTestCase": [ + [ + "tests/servers/tests.py", + [ + "SingleThreadLiveServerTestCase" + ] + ] + ], + "LiveServerViews": [ + [ + "tests/servers/tests.py", + [ + "LiveServerViews" + ] + ] + ], + "SingleTreadLiveServerViews": [ + [ + "tests/servers/tests.py", + [ + "SingleTreadLiveServerViews" + ] + ] + ], + "LiveServerDatabase": [ + [ + "tests/servers/tests.py", + [ + "LiveServerDatabase" + ] + ] + ], + "LiveServerPort": [ + [ + "tests/servers/tests.py", + [ + "LiveServerPort" + ] + ] + ], + "LiveServerThreadedTests": [ + [ + "tests/servers/tests.py", + [ + "LiveServerThreadedTests" + ] + ] + ], + "CustomSession": [ + [ + "tests/sessions_tests/models.py", + [ + "CustomSession" + ] + ] + ], + "SessionTestsMixin": [ + [ + "tests/sessions_tests/tests.py", + [ + "SessionTestsMixin" + ] + ] + ], + "DatabaseSessionTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "DatabaseSessionTests" + ] + ] + ], + "DatabaseSessionWithTimeZoneTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "DatabaseSessionWithTimeZoneTests" + ] + ] + ], + "CustomDatabaseSessionTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "CustomDatabaseSessionTests" + ] + ] + ], + "CacheDBSessionTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "CacheDBSessionTests" + ] + ] + ], + "CacheDBSessionWithTimeZoneTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "CacheDBSessionWithTimeZoneTests" + ] + ] + ], + "FileSessionTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "FileSessionTests" + ] + ] + ], + "FileSessionPathLibTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "FileSessionPathLibTests" + ] + ] + ], + "CacheSessionTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "CacheSessionTests" + ] + ] + ], + "SessionMiddlewareTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "SessionMiddlewareTests" + ] + ] + ], + "CookieSessionTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "CookieSessionTests" + ] + ] + ], + "ClearSessionsCommandTests": [ + [ + "tests/sessions_tests/tests.py", + [ + "ClearSessionsCommandTests" + ] + ] + ], + "FullyDecoratedTranTestCase": [ + [ + "tests/settings_tests/tests.py", + [ + "FullyDecoratedTranTestCase" + ] + ] + ], + "FullyDecoratedTestCase": [ + [ + "tests/settings_tests/tests.py", + [ + "FullyDecoratedTestCase" + ] + ] + ], + "ClassDecoratedTestCaseSuper": [ + [ + "tests/settings_tests/tests.py", + [ + "ClassDecoratedTestCaseSuper" + ] + ] + ], + "ClassDecoratedTestCase": [ + [ + "tests/settings_tests/tests.py", + [ + "ClassDecoratedTestCase" + ] + ] + ], + "ParentDecoratedTestCase": [ + [ + "tests/settings_tests/tests.py", + [ + "ParentDecoratedTestCase" + ] + ] + ], + "ChildDecoratedTestCase": [ + [ + "tests/settings_tests/tests.py", + [ + "ChildDecoratedTestCase" + ] + ] + ], + "SimpleTestCaseSubclass": [ + [ + "tests/settings_tests/tests.py", + [ + "SettingsTests", + "test_class_decorator", + "SimpleTestCaseSubclass" + ] + ] + ], + "UnittestTestCaseSubclass": [ + [ + "tests/settings_tests/tests.py", + [ + "SettingsTests", + "test_class_decorator", + "UnittestTestCaseSubclass" + ] + ] + ], + "SettingsTests": [ + [ + "tests/settings_tests/tests.py", + [ + "SettingsTests" + ] + ] + ], + "TestComplexSettingOverride": [ + [ + "tests/settings_tests/tests.py", + [ + "TestComplexSettingOverride" + ] + ] + ], + "ProxyRequest": [ + [ + "tests/settings_tests/tests.py", + [ + "SecureProxySslHeaderTest", + "test_xheader_preferred_to_underlying_request", + "ProxyRequest" + ] + ] + ], + "SecureProxySslHeaderTest": [ + [ + "tests/settings_tests/tests.py", + [ + "SecureProxySslHeaderTest" + ] + ] + ], + "IsOverriddenTest": [ + [ + "tests/settings_tests/tests.py", + [ + "IsOverriddenTest" + ] + ] + ], + "TestListSettings": [ + [ + "tests/settings_tests/tests.py", + [ + "TestListSettings" + ] + ] + ], + "SettingChangeEnterException": [ + [ + "tests/settings_tests/tests.py", + [ + "SettingChangeEnterException" + ] + ] + ], + "SettingChangeExitException": [ + [ + "tests/settings_tests/tests.py", + [ + "SettingChangeExitException" + ] + ] + ], + "OverrideSettingsIsolationOnExceptionTests": [ + [ + "tests/settings_tests/tests.py", + [ + "OverrideSettingsIsolationOnExceptionTests" + ] + ] + ], + "MediaURLStaticURLPrefixTest": [ + [ + "tests/settings_tests/tests.py", + [ + "MediaURLStaticURLPrefixTest" + ] + ] + ], + "ShellCommandTestCase": [ + [ + "tests/shell/tests.py", + [ + "ShellCommandTestCase" + ] + ] + ], + "RenderTests": [ + [ + "tests/shortcuts/tests.py", + [ + "RenderTests" + ] + ] + ], + "BaseSignalSetup": [ + [ + "tests/signals/tests.py", + [ + "BaseSignalSetup" + ] + ] + ], + "PostDeleteHandler": [ + [ + "tests/signals/tests.py", + [ + "SignalTests", + "test_delete_signals", + "PostDeleteHandler" + ] + ] + ], + "Handler": [ + [ + "tests/signals/tests.py", + [ + "SignalTests", + "test_disconnect_in_dispatch", + "Handler" + ] + ] + ], + "Created": [ + [ + "tests/signals/tests.py", + [ + "SignalTests", + "test_disconnect_model", + "Created" + ] + ], + [ + "tests/signals/tests.py", + [ + "LazyModelRefTests", + "test_not_loaded_model", + "try_", + "Created" + ] + ], + [ + "tests/signals/tests.py", + [ + "LazyModelRefTests", + "test_disconnect_registered_model", + "Created" + ] + ], + [ + "tests/signals/tests.py", + [ + "LazyModelRefTests", + "test_disconnect_unregistered_model", + "try_", + "Created" + ] + ] + ], + "LazyModelRefTests": [ + [ + "tests/signals/tests.py", + [ + "LazyModelRefTests" + ] + ] + ], + "SignedCookieTest": [ + [ + "tests/signed_cookies_tests/tests.py", + [ + "SignedCookieTest" + ] + ] + ], + "TestSigner": [ + [ + "tests/signing/tests.py", + [ + "TestSigner" + ] + ] + ], + "TestTimestampSigner": [ + [ + "tests/signing/tests.py", + [ + "TestTimestampSigner" + ] + ] + ], + "TestBase62": [ + [ + "tests/signing/tests.py", + [ + "TestBase62" + ] + ] + ], + "SitemapTestsBase": [ + [ + "tests/sitemaps_tests/base.py", + [ + "SitemapTestsBase" + ] + ] + ], + "I18nTestModel": [ + [ + "tests/sitemaps_tests/models.py", + [ + "I18nTestModel" + ] + ] + ], + "GenericViewsSitemapTests": [ + [ + "tests/sitemaps_tests/test_generic.py", + [ + "GenericViewsSitemapTests" + ] + ] + ], + "HTTPSitemapTests": [ + [ + "tests/sitemaps_tests/test_http.py", + [ + "HTTPSitemapTests" + ] + ] + ], + "HTTPSSitemapTests": [ + [ + "tests/sitemaps_tests/test_https.py", + [ + "HTTPSSitemapTests" + ] + ] + ], + "HTTPSDetectionSitemapTests": [ + [ + "tests/sitemaps_tests/test_https.py", + [ + "HTTPSDetectionSitemapTests" + ] + ] + ], + "PingGoogleTests": [ + [ + "tests/sitemaps_tests/test_management.py", + [ + "PingGoogleTests" + ] + ], + [ + "tests/sitemaps_tests/test_utils.py", + [ + "PingGoogleTests" + ] + ] + ], + "SimpleSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "SimpleSitemap" + ] + ] + ], + "SimplePagedSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "SimplePagedSitemap" + ] + ] + ], + "SimpleI18nSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "SimpleI18nSitemap" + ] + ] + ], + "AlternatesI18nSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "AlternatesI18nSitemap" + ] + ] + ], + "LimitedI18nSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "LimitedI18nSitemap" + ] + ] + ], + "XDefaultI18nSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "XDefaultI18nSitemap" + ] + ] + ], + "EmptySitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "EmptySitemap" + ] + ] + ], + "FixedLastmodSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "FixedLastmodSitemap" + ] + ] + ], + "FixedLastmodMixedSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "FixedLastmodMixedSitemap" + ] + ] + ], + "FixedNewerLastmodSitemap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "FixedNewerLastmodSitemap" + ] + ] + ], + "DateSiteMap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "DateSiteMap" + ] + ] + ], + "TimezoneSiteMap": [ + [ + "tests/sitemaps_tests/urls/http.py", + [ + "TimezoneSiteMap" + ] + ] + ], + "HTTPSSitemap": [ + [ + "tests/sitemaps_tests/urls/https.py", + [ + "HTTPSSitemap" + ] + ] + ], + "SyndicatedArticle": [ + [ + "tests/sites_framework/models.py", + [ + "SyndicatedArticle" + ] + ] + ], + "ExclusiveArticle": [ + [ + "tests/sites_framework/models.py", + [ + "ExclusiveArticle" + ] + ] + ], + "SitesFrameworkTestCase": [ + [ + "tests/sites_framework/tests.py", + [ + "SitesFrameworkTestCase" + ] + ] + ], + "InvalidArticle": [ + [ + "tests/sites_framework/tests.py", + [ + "CurrentSiteManagerChecksTests", + "test_invalid_name", + "InvalidArticle" + ] + ] + ], + "ConfusedArticle": [ + [ + "tests/sites_framework/tests.py", + [ + "CurrentSiteManagerChecksTests", + "test_invalid_field_type", + "ConfusedArticle" + ] + ] + ], + "CurrentSiteManagerChecksTests": [ + [ + "tests/sites_framework/tests.py", + [ + "CurrentSiteManagerChecksTests" + ] + ] + ], + "SitesFrameworkTests": [ + [ + "tests/sites_tests/tests.py", + [ + "SitesFrameworkTests" + ] + ] + ], + "RequestSiteTests": [ + [ + "tests/sites_tests/tests.py", + [ + "RequestSiteTests" + ] + ] + ], + "JustOtherRouter": [ + [ + "tests/sites_tests/tests.py", + [ + "JustOtherRouter" + ] + ] + ], + "CreateDefaultSiteTests": [ + [ + "tests/sites_tests/tests.py", + [ + "CreateDefaultSiteTests" + ] + ] + ], + "MiddlewareTest": [ + [ + "tests/sites_tests/tests.py", + [ + "MiddlewareTest" + ] + ] + ], + "IgnorePatternsAppConfig": [ + [ + "tests/staticfiles_tests/apps/staticfiles_config.py", + [ + "IgnorePatternsAppConfig" + ] + ] + ], + "BaseStaticFilesMixin": [ + [ + "tests/staticfiles_tests/cases.py", + [ + "BaseStaticFilesMixin" + ] + ] + ], + "StaticFilesTestCase": [ + [ + "tests/staticfiles_tests/cases.py", + [ + "StaticFilesTestCase" + ] + ] + ], + "CollectionTestCase": [ + [ + "tests/staticfiles_tests/cases.py", + [ + "CollectionTestCase" + ] + ] + ], + "TestDefaults": [ + [ + "tests/staticfiles_tests/cases.py", + [ + "TestDefaults" + ] + ] + ], + "PathNotImplementedStorage": [ + [ + "tests/staticfiles_tests/storage.py", + [ + "PathNotImplementedStorage" + ] + ] + ], + "NeverCopyRemoteStorage": [ + [ + "tests/staticfiles_tests/storage.py", + [ + "NeverCopyRemoteStorage" + ] + ] + ], + "QueryStringStorage": [ + [ + "tests/staticfiles_tests/storage.py", + [ + "QueryStringStorage" + ] + ] + ], + "SimpleStorage": [ + [ + "tests/staticfiles_tests/storage.py", + [ + "SimpleStorage" + ] + ] + ], + "ExtraPatternsStorage": [ + [ + "tests/staticfiles_tests/storage.py", + [ + "ExtraPatternsStorage" + ] + ] + ], + "NoneHashStorage": [ + [ + "tests/staticfiles_tests/storage.py", + [ + "NoneHashStorage" + ] + ] + ], + "NoPostProcessReplacedPathStorage": [ + [ + "tests/staticfiles_tests/storage.py", + [ + "NoPostProcessReplacedPathStorage" + ] + ] + ], + "Finder1": [ + [ + "tests/staticfiles_tests/test_checks.py", + [ + "FindersCheckTests", + "test_check_finders", + "get_finders", + "Finder1" + ] + ] + ], + "Finder2": [ + [ + "tests/staticfiles_tests/test_checks.py", + [ + "FindersCheckTests", + "test_check_finders", + "get_finders", + "Finder2" + ] + ] + ], + "Finder3": [ + [ + "tests/staticfiles_tests/test_checks.py", + [ + "FindersCheckTests", + "test_check_finders", + "get_finders", + "Finder3" + ] + ] + ], + "Finder4": [ + [ + "tests/staticfiles_tests/test_checks.py", + [ + "FindersCheckTests", + "test_check_finders", + "get_finders", + "Finder4" + ] + ] + ], + "FindersCheckTests": [ + [ + "tests/staticfiles_tests/test_checks.py", + [ + "FindersCheckTests" + ] + ] + ], + "TestFinders": [ + [ + "tests/staticfiles_tests/test_finders.py", + [ + "TestFinders" + ] + ] + ], + "TestFileSystemFinder": [ + [ + "tests/staticfiles_tests/test_finders.py", + [ + "TestFileSystemFinder" + ] + ] + ], + "TestAppDirectoriesFinder": [ + [ + "tests/staticfiles_tests/test_finders.py", + [ + "TestAppDirectoriesFinder" + ] + ] + ], + "TestDefaultStorageFinder": [ + [ + "tests/staticfiles_tests/test_finders.py", + [ + "TestDefaultStorageFinder" + ] + ] + ], + "TestMiscFinder": [ + [ + "tests/staticfiles_tests/test_finders.py", + [ + "TestMiscFinder" + ] + ] + ], + "StaticTestStorage": [ + [ + "tests/staticfiles_tests/test_forms.py", + [ + "StaticTestStorage" + ] + ] + ], + "StaticFilesFormsMediaTestCase": [ + [ + "tests/staticfiles_tests/test_forms.py", + [ + "StaticFilesFormsMediaTestCase" + ] + ] + ], + "TestASGIStaticFilesHandler": [ + [ + "tests/staticfiles_tests/test_handlers.py", + [ + "TestASGIStaticFilesHandler" + ] + ] + ], + "StaticLiveServerChecks": [ + [ + "tests/staticfiles_tests/test_liveserver.py", + [ + "StaticLiveServerChecks" + ] + ] + ], + "StaticLiveServerView": [ + [ + "tests/staticfiles_tests/test_liveserver.py", + [ + "StaticLiveServerView" + ] + ] + ], + "TestNoFilesCreated": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestNoFilesCreated" + ] + ] + ], + "TestRunserver": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestRunserver" + ] + ] + ], + "TestFindStatic": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestFindStatic" + ] + ] + ], + "TestConfiguration": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestConfiguration" + ] + ] + ], + "TestCollectionHelpSubcommand": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionHelpSubcommand" + ] + ] + ], + "TestCollection": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollection" + ] + ] + ], + "TestCollectionPathLib": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionPathLib" + ] + ] + ], + "TestCollectionVerbosity": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionVerbosity" + ] + ] + ], + "TestCollectionClear": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionClear" + ] + ] + ], + "TestInteractiveMessages": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestInteractiveMessages" + ] + ] + ], + "TestCollectionNoDefaultIgnore": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionNoDefaultIgnore" + ] + ] + ], + "TestCollectionCustomIgnorePatterns": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionCustomIgnorePatterns" + ] + ] + ], + "TestCollectionDryRun": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionDryRun" + ] + ] + ], + "TestCollectionDryRunManifestStaticFilesStorage": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionDryRunManifestStaticFilesStorage" + ] + ] + ], + "TestCollectionFilesOverride": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionFilesOverride" + ] + ] + ], + "TestCollectionOverwriteWarning": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionOverwriteWarning" + ] + ] + ], + "TestCollectionNonLocalStorage": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionNonLocalStorage" + ] + ] + ], + "TestCollectionNeverCopyStorage": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionNeverCopyStorage" + ] + ] + ], + "TestCollectionLinks": [ + [ + "tests/staticfiles_tests/test_management.py", + [ + "TestCollectionLinks" + ] + ] + ], + "TestHashedFiles": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestHashedFiles" + ] + ] + ], + "TestExtraPatternsStorage": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestExtraPatternsStorage" + ] + ] + ], + "TestCollectionManifestStorage": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestCollectionManifestStorage" + ] + ] + ], + "TestCollectionNoneHashStorage": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestCollectionNoneHashStorage" + ] + ] + ], + "TestCollectionNoPostProcessReplacedPaths": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestCollectionNoPostProcessReplacedPaths" + ] + ] + ], + "TestCollectionSimpleStorage": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestCollectionSimpleStorage" + ] + ] + ], + "CustomManifestStorage": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "CustomManifestStorage" + ] + ] + ], + "TestCustomManifestStorage": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestCustomManifestStorage" + ] + ] + ], + "CustomStaticFilesStorage": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "CustomStaticFilesStorage" + ] + ] + ], + "TestStaticFilePermissions": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestStaticFilePermissions" + ] + ] + ], + "TestCollectionHashedFilesCache": [ + [ + "tests/staticfiles_tests/test_storage.py", + [ + "TestCollectionHashedFilesCache" + ] + ] + ], + "TestTemplateTag": [ + [ + "tests/staticfiles_tests/test_templatetags.py", + [ + "TestTemplateTag" + ] + ] + ], + "CheckSettingsTests": [ + [ + "tests/staticfiles_tests/test_utils.py", + [ + "CheckSettingsTests" + ] + ] + ], + "TestServeStatic": [ + [ + "tests/staticfiles_tests/test_views.py", + [ + "TestServeStatic" + ] + ] + ], + "TestServeDisabled": [ + [ + "tests/staticfiles_tests/test_views.py", + [ + "TestServeDisabled" + ] + ] + ], + "TestServeStaticWithDefaultURL": [ + [ + "tests/staticfiles_tests/test_views.py", + [ + "TestServeStaticWithDefaultURL" + ] + ] + ], + "TestServeStaticWithURLHelper": [ + [ + "tests/staticfiles_tests/test_views.py", + [ + "TestServeStaticWithURLHelper" + ] + ] + ], + "InternationalArticle": [ + [ + "tests/str/models.py", + [ + "InternationalArticle" + ] + ] + ], + "Default": [ + [ + "tests/str/tests.py", + [ + "SimpleTests", + "test_defaults", + "Default" + ] + ] + ], + "StringLookupTests": [ + [ + "tests/string_lookup/tests.py", + [ + "StringLookupTests" + ] + ] + ], + "AlternateArticle": [ + [ + "tests/swappable_models/models.py", + [ + "AlternateArticle" + ] + ] + ], + "SwappableModelTests": [ + [ + "tests/swappable_models/tests.py", + [ + "SwappableModelTests" + ] + ] + ], + "TestRss2Feed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestRss2Feed" + ] + ] + ], + "TestRss2FeedWithGuidIsPermaLinkTrue": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestRss2FeedWithGuidIsPermaLinkTrue" + ] + ] + ], + "TestRss2FeedWithGuidIsPermaLinkFalse": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestRss2FeedWithGuidIsPermaLinkFalse" + ] + ] + ], + "TestRss091Feed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestRss091Feed" + ] + ] + ], + "TestNoPubdateFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestNoPubdateFeed" + ] + ] + ], + "TestAtomFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestAtomFeed" + ] + ] + ], + "TestLatestFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestLatestFeed" + ] + ] + ], + "ArticlesFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "ArticlesFeed" + ] + ] + ], + "TestSingleEnclosureRSSFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestSingleEnclosureRSSFeed" + ] + ] + ], + "TestMultipleEnclosureRSSFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestMultipleEnclosureRSSFeed" + ] + ] + ], + "TemplateFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TemplateFeed" + ] + ] + ], + "TemplateContextFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TemplateContextFeed" + ] + ] + ], + "TestLanguageFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestLanguageFeed" + ] + ] + ], + "TestGetObjectFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestGetObjectFeed" + ] + ] + ], + "NaiveDatesFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "NaiveDatesFeed" + ] + ] + ], + "TZAwareDatesFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TZAwareDatesFeed" + ] + ] + ], + "TestFeedUrlFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestFeedUrlFeed" + ] + ] + ], + "MyCustomAtom1Feed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "MyCustomAtom1Feed" + ] + ] + ], + "TestCustomFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestCustomFeed" + ] + ] + ], + "TestSingleEnclosureAtomFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestSingleEnclosureAtomFeed" + ] + ] + ], + "TestMultipleEnclosureAtomFeed": [ + [ + "tests/syndication_tests/feeds.py", + [ + "TestMultipleEnclosureAtomFeed" + ] + ] + ], + "FeedTestCase": [ + [ + "tests/syndication_tests/tests.py", + [ + "FeedTestCase" + ] + ] + ], + "SyndicationFeedTest": [ + [ + "tests/syndication_tests/tests.py", + [ + "SyndicationFeedTest" + ] + ] + ], + "TemplateStringsTests": [ + [ + "tests/template_backends/test_dummy.py", + [ + "TemplateStringsTests" + ] + ] + ], + "TemplateUtilsTests": [ + [ + "tests/template_backends/test_utils.py", + [ + "TemplateUtilsTests" + ] + ] + ], + "TemplateLoaderTests": [ + [ + "tests/template_loader/tests.py", + [ + "TemplateLoaderTests" + ] + ] + ], + "AddTests": [ + [ + "tests/template_tests/filter_tests/test_add.py", + [ + "AddTests" + ] + ] + ], + "AddslashesTests": [ + [ + "tests/template_tests/filter_tests/test_addslashes.py", + [ + "AddslashesTests" + ] + ] + ], + "AutoescapeStringfilterTests": [ + [ + "tests/template_tests/filter_tests/test_autoescape.py", + [ + "AutoescapeStringfilterTests" + ] + ] + ], + "CapfirstTests": [ + [ + "tests/template_tests/filter_tests/test_capfirst.py", + [ + "CapfirstTests" + ] + ] + ], + "CenterTests": [ + [ + "tests/template_tests/filter_tests/test_center.py", + [ + "CenterTests" + ] + ] + ], + "ChainingTests": [ + [ + "tests/template_tests/filter_tests/test_chaining.py", + [ + "ChainingTests" + ] + ] + ], + "CutTests": [ + [ + "tests/template_tests/filter_tests/test_cut.py", + [ + "CutTests" + ] + ] + ], + "DateTests": [ + [ + "tests/template_tests/filter_tests/test_date.py", + [ + "DateTests" + ] + ] + ], + "DefaultIfNoneTests": [ + [ + "tests/template_tests/filter_tests/test_default.py", + [ + "DefaultIfNoneTests" + ] + ] + ], + "EscapeTests": [ + [ + "tests/template_tests/filter_tests/test_escape.py", + [ + "EscapeTests" + ] + ] + ], + "EscapejsTests": [ + [ + "tests/template_tests/filter_tests/test_escapejs.py", + [ + "EscapejsTests" + ] + ] + ], + "FirstTests": [ + [ + "tests/template_tests/filter_tests/test_first.py", + [ + "FirstTests" + ] + ] + ], + "FloatformatTests": [ + [ + "tests/template_tests/filter_tests/test_floatformat.py", + [ + "FloatformatTests" + ] + ] + ], + "FloatWrapper": [ + [ + "tests/template_tests/filter_tests/test_floatformat.py", + [ + "FunctionTests", + "test_float_dunder_method", + "FloatWrapper" + ] + ] + ], + "ForceEscapeTests": [ + [ + "tests/template_tests/filter_tests/test_force_escape.py", + [ + "ForceEscapeTests" + ] + ] + ], + "IriencodeTests": [ + [ + "tests/template_tests/filter_tests/test_iriencode.py", + [ + "IriencodeTests" + ] + ] + ], + "JoinTests": [ + [ + "tests/template_tests/filter_tests/test_join.py", + [ + "JoinTests" + ] + ] + ], + "JsonScriptTests": [ + [ + "tests/template_tests/filter_tests/test_json_script.py", + [ + "JsonScriptTests" + ] + ] + ], + "LastTests": [ + [ + "tests/template_tests/filter_tests/test_last.py", + [ + "LastTests" + ] + ] + ], + "LengthIsTests": [ + [ + "tests/template_tests/filter_tests/test_length_is.py", + [ + "LengthIsTests" + ] + ] + ], + "LinebreaksTests": [ + [ + "tests/template_tests/filter_tests/test_linebreaks.py", + [ + "LinebreaksTests" + ] + ] + ], + "LinebreaksbrTests": [ + [ + "tests/template_tests/filter_tests/test_linebreaksbr.py", + [ + "LinebreaksbrTests" + ] + ] + ], + "LinenumbersTests": [ + [ + "tests/template_tests/filter_tests/test_linenumbers.py", + [ + "LinenumbersTests" + ] + ] + ], + "LjustTests": [ + [ + "tests/template_tests/filter_tests/test_ljust.py", + [ + "LjustTests" + ] + ] + ], + "MakeListTests": [ + [ + "tests/template_tests/filter_tests/test_make_list.py", + [ + "MakeListTests" + ] + ] + ], + "Phone2numericTests": [ + [ + "tests/template_tests/filter_tests/test_phone2numeric.py", + [ + "Phone2numericTests" + ] + ] + ], + "PluralizeTests": [ + [ + "tests/template_tests/filter_tests/test_pluralize.py", + [ + "PluralizeTests" + ] + ] + ], + "RjustTests": [ + [ + "tests/template_tests/filter_tests/test_rjust.py", + [ + "RjustTests" + ] + ] + ], + "SafeTests": [ + [ + "tests/template_tests/filter_tests/test_safe.py", + [ + "SafeTests" + ] + ] + ], + "SafeseqTests": [ + [ + "tests/template_tests/filter_tests/test_safeseq.py", + [ + "SafeseqTests" + ] + ] + ], + "SliceTests": [ + [ + "tests/template_tests/filter_tests/test_slice.py", + [ + "SliceTests" + ] + ] + ], + "SlugifyTests": [ + [ + "tests/template_tests/filter_tests/test_slugify.py", + [ + "SlugifyTests" + ] + ] + ], + "StringformatTests": [ + [ + "tests/template_tests/filter_tests/test_stringformat.py", + [ + "StringformatTests" + ] + ] + ], + "StriptagsTests": [ + [ + "tests/template_tests/filter_tests/test_striptags.py", + [ + "StriptagsTests" + ] + ] + ], + "TimeTests": [ + [ + "tests/template_tests/filter_tests/test_time.py", + [ + "TimeTests" + ] + ] + ], + "TimesinceTests": [ + [ + "tests/template_tests/filter_tests/test_timesince.py", + [ + "TimesinceTests" + ] + ], + [ + "tests/utils_tests/test_timesince.py", + [ + "TimesinceTests" + ] + ] + ], + "TimeuntilTests": [ + [ + "tests/template_tests/filter_tests/test_timeuntil.py", + [ + "TimeuntilTests" + ] + ] + ], + "TitleTests": [ + [ + "tests/template_tests/filter_tests/test_title.py", + [ + "TitleTests" + ] + ] + ], + "TruncatecharsTests": [ + [ + "tests/template_tests/filter_tests/test_truncatechars.py", + [ + "TruncatecharsTests" + ] + ] + ], + "TruncatewordsTests": [ + [ + "tests/template_tests/filter_tests/test_truncatewords.py", + [ + "TruncatewordsTests" + ] + ] + ], + "UnorderedListTests": [ + [ + "tests/template_tests/filter_tests/test_unordered_list.py", + [ + "UnorderedListTests" + ] + ] + ], + "ULItem": [ + [ + "tests/template_tests/filter_tests/test_unordered_list.py", + [ + "FunctionTests", + "test_ulitem", + "ULItem" + ] + ], + [ + "tests/template_tests/filter_tests/test_unordered_list.py", + [ + "FunctionTests", + "test_ulitem_autoescape_off", + "ULItem" + ] + ] + ], + "UrlencodeTests": [ + [ + "tests/template_tests/filter_tests/test_urlencode.py", + [ + "UrlencodeTests" + ] + ] + ], + "UrlizeTests": [ + [ + "tests/template_tests/filter_tests/test_urlize.py", + [ + "UrlizeTests" + ] + ] + ], + "UrlizetruncTests": [ + [ + "tests/template_tests/filter_tests/test_urlizetrunc.py", + [ + "UrlizetruncTests" + ] + ] + ], + "WordcountTests": [ + [ + "tests/template_tests/filter_tests/test_wordcount.py", + [ + "WordcountTests" + ] + ] + ], + "WordwrapTests": [ + [ + "tests/template_tests/filter_tests/test_wordwrap.py", + [ + "WordwrapTests" + ] + ] + ], + "YesNoTests": [ + [ + "tests/template_tests/filter_tests/test_yesno.py", + [ + "YesNoTests" + ] + ] + ], + "TimezoneTestCase": [ + [ + "tests/template_tests/filter_tests/timezone_utils.py", + [ + "TimezoneTestCase" + ] + ] + ], + "MultipleLocaleActivationTestCase": [ + [ + "tests/template_tests/syntax_tests/i18n/base.py", + [ + "MultipleLocaleActivationTestCase" + ] + ] + ], + "I18nBlockTransTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "I18nBlockTransTagTests" + ] + ] + ], + "TranslationBlockTranslateTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "TranslationBlockTranslateTagTests" + ] + ] + ], + "TranslationBlockTransnTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "TranslationBlockTransnTagTests" + ] + ] + ], + "MultipleLocaleActivationBlockTranslateTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "MultipleLocaleActivationBlockTranslateTests" + ] + ] + ], + "MultipleLocaleActivationBlockTransTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "MultipleLocaleActivationBlockTransTests" + ] + ] + ], + "MiscBlockTranslationTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "MiscBlockTranslationTests" + ] + ] + ], + "BlockTranslateNodeTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py", + [ + "BlockTranslateNodeTests" + ] + ] + ], + "I18nFiltersTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_filters.py", + [ + "I18nFiltersTests" + ] + ] + ], + "GetAvailableLanguagesTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_get_available_languages.py", + [ + "GetAvailableLanguagesTagTests" + ] + ] + ], + "I18nGetCurrentLanguageTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_get_current_language.py", + [ + "I18nGetCurrentLanguageTagTests" + ] + ] + ], + "I18nGetCurrentLanguageBidiTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi.py", + [ + "I18nGetCurrentLanguageBidiTagTests" + ] + ] + ], + "I18nGetLanguageInfoTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_get_language_info.py", + [ + "I18nGetLanguageInfoTagTests" + ] + ] + ], + "GetLanguageInfoListTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_get_language_info_list.py", + [ + "GetLanguageInfoListTests" + ] + ] + ], + "I18nLanguageTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_language.py", + [ + "I18nLanguageTagTests" + ] + ] + ], + "I18nTransTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_translate.py", + [ + "I18nTransTagTests" + ] + ] + ], + "TranslationTransTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_translate.py", + [ + "TranslationTransTagTests" + ] + ] + ], + "TranslationTranslateTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_translate.py", + [ + "TranslationTranslateTagTests" + ] + ] + ], + "MultipleLocaleActivationTransTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_translate.py", + [ + "MultipleLocaleActivationTransTagTests" + ] + ] + ], + "MultipleLocaleActivationTranslateTagTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_translate.py", + [ + "MultipleLocaleActivationTranslateTagTests" + ] + ] + ], + "LocalizeNodeTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_translate.py", + [ + "LocalizeNodeTests" + ] + ] + ], + "MultipleLocaleActivationTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_underscore_syntax.py", + [ + "MultipleLocaleActivationTests" + ] + ] + ], + "I18nStringLiteralTests": [ + [ + "tests/template_tests/syntax_tests/i18n/test_underscore_syntax.py", + [ + "I18nStringLiteralTests" + ] + ] + ], + "AutoescapeTagTests": [ + [ + "tests/template_tests/syntax_tests/test_autoescape.py", + [ + "AutoescapeTagTests" + ] + ] + ], + "BasicSyntaxTests": [ + [ + "tests/template_tests/syntax_tests/test_basic.py", + [ + "BasicSyntaxTests" + ] + ] + ], + "BlockContextTests": [ + [ + "tests/template_tests/syntax_tests/test_basic.py", + [ + "BlockContextTests" + ] + ] + ], + "BuiltinsTests": [ + [ + "tests/template_tests/syntax_tests/test_builtins.py", + [ + "BuiltinsTests" + ] + ] + ], + "CacheTagTests": [ + [ + "tests/template_tests/syntax_tests/test_cache.py", + [ + "CacheTagTests" + ] + ] + ], + "CacheTests": [ + [ + "tests/template_tests/syntax_tests/test_cache.py", + [ + "CacheTests" + ] + ] + ], + "CommentSyntaxTests": [ + [ + "tests/template_tests/syntax_tests/test_comment.py", + [ + "CommentSyntaxTests" + ] + ] + ], + "CycleTagTests": [ + [ + "tests/template_tests/syntax_tests/test_cycle.py", + [ + "CycleTagTests" + ] + ] + ], + "ExceptionsTests": [ + [ + "tests/template_tests/syntax_tests/test_exceptions.py", + [ + "ExceptionsTests" + ] + ] + ], + "ExtendsNodeTests": [ + [ + "tests/template_tests/syntax_tests/test_extends.py", + [ + "ExtendsNodeTests" + ] + ] + ], + "FilterSyntaxTests": [ + [ + "tests/template_tests/syntax_tests/test_filter_syntax.py", + [ + "FilterSyntaxTests" + ] + ] + ], + "FilterTagTests": [ + [ + "tests/template_tests/syntax_tests/test_filter_tag.py", + [ + "FilterTagTests" + ] + ] + ], + "FirstOfTagTests": [ + [ + "tests/template_tests/syntax_tests/test_firstof.py", + [ + "FirstOfTagTests" + ] + ] + ], + "ForTagTests": [ + [ + "tests/template_tests/syntax_tests/test_for.py", + [ + "ForTagTests" + ] + ] + ], + "ForNodeTests": [ + [ + "tests/template_tests/syntax_tests/test_for.py", + [ + "ForNodeTests" + ] + ] + ], + "IfTagTests": [ + [ + "tests/template_tests/syntax_tests/test_if.py", + [ + "IfTagTests" + ] + ] + ], + "IfNodeTests": [ + [ + "tests/template_tests/syntax_tests/test_if.py", + [ + "IfNodeTests" + ] + ] + ], + "IfChangedTagTests": [ + [ + "tests/template_tests/syntax_tests/test_if_changed.py", + [ + "IfChangedTagTests" + ] + ] + ], + "IfChangedTests": [ + [ + "tests/template_tests/syntax_tests/test_if_changed.py", + [ + "IfChangedTests" + ] + ] + ], + "IncludeTagTests": [ + [ + "tests/template_tests/syntax_tests/test_include.py", + [ + "IncludeTagTests" + ] + ] + ], + "IncludeTests": [ + [ + "tests/template_tests/syntax_tests/test_include.py", + [ + "IncludeTests" + ] + ], + [ + "tests/urlpatterns_reverse/tests.py", + [ + "IncludeTests" + ] + ] + ], + "IncludeNodeTests": [ + [ + "tests/template_tests/syntax_tests/test_include.py", + [ + "IncludeNodeTests" + ] + ] + ], + "InvalidStringTests": [ + [ + "tests/template_tests/syntax_tests/test_invalid_string.py", + [ + "InvalidStringTests" + ] + ] + ], + "ListIndexTests": [ + [ + "tests/template_tests/syntax_tests/test_list_index.py", + [ + "ListIndexTests" + ] + ] + ], + "LoadTagTests": [ + [ + "tests/template_tests/syntax_tests/test_load.py", + [ + "LoadTagTests" + ] + ] + ], + "LoremTagTests": [ + [ + "tests/template_tests/syntax_tests/test_lorem.py", + [ + "LoremTagTests" + ] + ] + ], + "MultilineTests": [ + [ + "tests/template_tests/syntax_tests/test_multiline.py", + [ + "MultilineTests" + ] + ] + ], + "NamedEndblockTests": [ + [ + "tests/template_tests/syntax_tests/test_named_endblock.py", + [ + "NamedEndblockTests" + ] + ] + ], + "NowTagTests": [ + [ + "tests/template_tests/syntax_tests/test_now.py", + [ + "NowTagTests" + ] + ] + ], + "NumpyTests": [ + [ + "tests/template_tests/syntax_tests/test_numpy.py", + [ + "NumpyTests" + ] + ] + ], + "RegroupTagTests": [ + [ + "tests/template_tests/syntax_tests/test_regroup.py", + [ + "RegroupTagTests" + ] + ] + ], + "ResetCycleTagTests": [ + [ + "tests/template_tests/syntax_tests/test_resetcycle.py", + [ + "ResetCycleTagTests" + ] + ] + ], + "SetupTests": [ + [ + "tests/template_tests/syntax_tests/test_setup.py", + [ + "SetupTests" + ] + ] + ], + "SimpleTagTests": [ + [ + "tests/template_tests/syntax_tests/test_simple_tag.py", + [ + "SimpleTagTests" + ] + ], + [ + "tests/template_tests/test_custom.py", + [ + "SimpleTagTests" + ] + ] + ], + "SpacelessTagTests": [ + [ + "tests/template_tests/syntax_tests/test_spaceless.py", + [ + "SpacelessTagTests" + ] + ] + ], + "StaticTagTests": [ + [ + "tests/template_tests/syntax_tests/test_static.py", + [ + "StaticTagTests" + ] + ] + ], + "StaticNodeTests": [ + [ + "tests/template_tests/syntax_tests/test_static.py", + [ + "StaticNodeTests" + ] + ] + ], + "TemplateTagTests": [ + [ + "tests/template_tests/syntax_tests/test_template_tag.py", + [ + "TemplateTagTests" + ] + ] + ], + "UrlTagTests": [ + [ + "tests/template_tests/syntax_tests/test_url.py", + [ + "UrlTagTests" + ] + ] + ], + "URLNodeTest": [ + [ + "tests/template_tests/syntax_tests/test_url.py", + [ + "URLNodeTest" + ] + ] + ], + "VerbatimTagTests": [ + [ + "tests/template_tests/syntax_tests/test_verbatim.py", + [ + "VerbatimTagTests" + ] + ] + ], + "WidthRatioTagTests": [ + [ + "tests/template_tests/syntax_tests/test_width_ratio.py", + [ + "WidthRatioTagTests" + ] + ] + ], + "WithTagTests": [ + [ + "tests/template_tests/syntax_tests/test_with.py", + [ + "WithTagTests" + ] + ] + ], + "WithNodeTests": [ + [ + "tests/template_tests/syntax_tests/test_with.py", + [ + "WithNodeTests" + ] + ] + ], + "CounterNode": [ + [ + "tests/template_tests/templatetags/custom.py", + [ + "CounterNode" + ] + ] + ], + "BadNode": [ + [ + "tests/template_tests/templatetags/tag_27584.py", + [ + "BadNode" + ] + ] + ], + "EchoNode": [ + [ + "tests/template_tests/templatetags/testtags.py", + [ + "EchoNode" + ] + ] + ], + "TemplateReloadTests": [ + [ + "tests/template_tests/test_autoreloader.py", + [ + "TemplateReloadTests" + ] + ] + ], + "Jinja2TemplateReloadTests": [ + [ + "tests/template_tests/test_autoreloader.py", + [ + "Jinja2TemplateReloadTests" + ] + ] + ], + "LexerTestMixin": [ + [ + "tests/template_tests/test_base.py", + [ + "LexerTestMixin" + ] + ] + ], + "LexerTests": [ + [ + "tests/template_tests/test_base.py", + [ + "LexerTests" + ] + ] + ], + "DebugLexerTests": [ + [ + "tests/template_tests/test_base.py", + [ + "DebugLexerTests" + ] + ] + ], + "VariableDoesNotExistTests": [ + [ + "tests/template_tests/test_base.py", + [ + "VariableDoesNotExistTests" + ] + ] + ], + "VariableTests": [ + [ + "tests/template_tests/test_base.py", + [ + "VariableTests" + ] + ] + ], + "CallableVariablesTests": [ + [ + "tests/template_tests/test_callables.py", + [ + "CallableVariablesTests" + ] + ] + ], + "ContextTests": [ + [ + "tests/template_tests/test_context.py", + [ + "ContextTests" + ] + ], + [ + "tests/test_client_regress/tests.py", + [ + "ContextTests" + ] + ] + ], + "RequestContextTests": [ + [ + "tests/template_tests/test_context.py", + [ + "RequestContextTests" + ] + ] + ], + "CustomFilterTests": [ + [ + "tests/template_tests/test_custom.py", + [ + "CustomFilterTests" + ] + ] + ], + "TagTestCase": [ + [ + "tests/template_tests/test_custom.py", + [ + "TagTestCase" + ] + ] + ], + "InclusionTagTests": [ + [ + "tests/template_tests/test_custom.py", + [ + "InclusionTagTests" + ] + ] + ], + "TemplateTagLoadingTests": [ + [ + "tests/template_tests/test_custom.py", + [ + "TemplateTagLoadingTests" + ] + ] + ], + "EngineTest": [ + [ + "tests/template_tests/test_engine.py", + [ + "EngineTest" + ] + ] + ], + "RenderToStringTest": [ + [ + "tests/template_tests/test_engine.py", + [ + "RenderToStringTest" + ] + ] + ], + "GetDefaultTests": [ + [ + "tests/template_tests/test_engine.py", + [ + "GetDefaultTests" + ] + ] + ], + "ExtendsBehaviorTests": [ + [ + "tests/template_tests/test_extends.py", + [ + "ExtendsBehaviorTests" + ] + ] + ], + "ExtendsRelativeBehaviorTests": [ + [ + "tests/template_tests/test_extends_relative.py", + [ + "ExtendsRelativeBehaviorTests" + ] + ] + ], + "IncludeRelativeBehaviorTests": [ + [ + "tests/template_tests/test_extends_relative.py", + [ + "IncludeRelativeBehaviorTests" + ] + ] + ], + "ExtendsMixedBehaviorTests": [ + [ + "tests/template_tests/test_extends_relative.py", + [ + "ExtendsMixedBehaviorTests" + ] + ] + ], + "FilterRegistrationTests": [ + [ + "tests/template_tests/test_library.py", + [ + "FilterRegistrationTests" + ] + ] + ], + "InclusionTagRegistrationTests": [ + [ + "tests/template_tests/test_library.py", + [ + "InclusionTagRegistrationTests" + ] + ] + ], + "SimpleTagRegistrationTests": [ + [ + "tests/template_tests/test_library.py", + [ + "SimpleTagRegistrationTests" + ] + ] + ], + "TagRegistrationTests": [ + [ + "tests/template_tests/test_library.py", + [ + "TagRegistrationTests" + ] + ] + ], + "CachedLoaderTests": [ + [ + "tests/template_tests/test_loaders.py", + [ + "CachedLoaderTests" + ] + ] + ], + "FileSystemLoaderTests": [ + [ + "tests/template_tests/test_loaders.py", + [ + "FileSystemLoaderTests" + ] + ] + ], + "AppDirectoriesLoaderTests": [ + [ + "tests/template_tests/test_loaders.py", + [ + "AppDirectoriesLoaderTests" + ] + ] + ], + "LocmemLoaderTests": [ + [ + "tests/template_tests/test_loaders.py", + [ + "LocmemLoaderTests" + ] + ] + ], + "SilentDoesNotExist": [ + [ + "tests/template_tests/test_logging.py", + [ + "VariableResolveLoggingTests", + "test_log_on_variable_does_not_exist_silent", + "TestObject", + "SilentDoesNotExist" + ] + ] + ], + "VariableResolveLoggingTests": [ + [ + "tests/template_tests/test_logging.py", + [ + "VariableResolveLoggingTests" + ] + ] + ], + "NodelistTest": [ + [ + "tests/template_tests/test_nodelist.py", + [ + "NodelistTest" + ] + ] + ], + "TextNodeTest": [ + [ + "tests/template_tests/test_nodelist.py", + [ + "TextNodeTest" + ] + ] + ], + "ErrorIndexTest": [ + [ + "tests/template_tests/test_nodelist.py", + [ + "ErrorIndexTest" + ] + ] + ], + "OriginTestCase": [ + [ + "tests/template_tests/test_origin.py", + [ + "OriginTestCase" + ] + ] + ], + "ParserTests": [ + [ + "tests/template_tests/test_parser.py", + [ + "ParserTests" + ] + ] + ], + "SimpleTemplateResponseTest": [ + [ + "tests/template_tests/test_response.py", + [ + "SimpleTemplateResponseTest" + ] + ] + ], + "TemplateResponseTest": [ + [ + "tests/template_tests/test_response.py", + [ + "TemplateResponseTest" + ] + ] + ], + "CustomURLConfTest": [ + [ + "tests/template_tests/test_response.py", + [ + "CustomURLConfTest" + ] + ] + ], + "SmartIfTests": [ + [ + "tests/template_tests/test_smartif.py", + [ + "SmartIfTests" + ] + ] + ], + "TemplateTestMixin": [ + [ + "tests/template_tests/tests.py", + [ + "TemplateTestMixin" + ] + ] + ], + "DebugTemplateTests": [ + [ + "tests/template_tests/tests.py", + [ + "DebugTemplateTests" + ] + ] + ], + "SomeException": [ + [ + "tests/template_tests/utils.py", + [ + "SomeException" + ] + ] + ], + "SomeOtherException": [ + [ + "tests/template_tests/utils.py", + [ + "SomeOtherException" + ] + ] + ], + "ShouldNotExecuteException": [ + [ + "tests/template_tests/utils.py", + [ + "ShouldNotExecuteException" + ] + ] + ], + "SomeClass": [ + [ + "tests/template_tests/utils.py", + [ + "SomeClass" + ] + ] + ], + "OtherClass": [ + [ + "tests/template_tests/utils.py", + [ + "OtherClass" + ] + ] + ], + "SilentGetItemClass": [ + [ + "tests/template_tests/utils.py", + [ + "SilentGetItemClass" + ] + ] + ], + "SilentAttrClass": [ + [ + "tests/template_tests/utils.py", + [ + "SilentAttrClass" + ] + ] + ], + "UTF8Class": [ + [ + "tests/template_tests/utils.py", + [ + "UTF8Class" + ] + ] + ], + "UnsafeClass": [ + [ + "tests/template_tests/utils.py", + [ + "UnsafeClass" + ] + ] + ], + "SafeClass": [ + [ + "tests/template_tests/utils.py", + [ + "SafeClass" + ] + ] + ], + "TestClientBackend": [ + [ + "tests/test_client/auth_backends.py", + [ + "TestClientBackend" + ] + ] + ], + "BackendWithoutGetUserMethod": [ + [ + "tests/test_client/auth_backends.py", + [ + "BackendWithoutGetUserMethod" + ] + ] + ], + "ConditionalContentTests": [ + [ + "tests/test_client/test_conditional_content_removal.py", + [ + "ConditionalContentTests" + ] + ] + ], + "FakePayloadTests": [ + [ + "tests/test_client/test_fakepayload.py", + [ + "FakePayloadTests" + ] + ] + ], + "ClientTest": [ + [ + "tests/test_client/tests.py", + [ + "ClientTest" + ] + ] + ], + "CSRFEnabledClientTests": [ + [ + "tests/test_client/tests.py", + [ + "CSRFEnabledClientTests" + ] + ] + ], + "CustomTestClient": [ + [ + "tests/test_client/tests.py", + [ + "CustomTestClient" + ] + ] + ], + "CustomTestClientTest": [ + [ + "tests/test_client/tests.py", + [ + "CustomTestClientTest" + ] + ] + ], + "RequestFactoryTest": [ + [ + "tests/test_client/tests.py", + [ + "RequestFactoryTest" + ] + ] + ], + "AsyncClientTest": [ + [ + "tests/test_client/tests.py", + [ + "AsyncClientTest" + ] + ] + ], + "AsyncRequestFactoryTest": [ + [ + "tests/test_client/tests.py", + [ + "AsyncRequestFactoryTest" + ] + ] + ], + "BaseTestFormSet": [ + [ + "tests/test_client/views.py", + [ + "BaseTestFormSet" + ] + ] + ], + "_ViewManager": [ + [ + "tests/test_client/views.py", + [ + "_ViewManager" + ] + ] + ], + "TwoArgException": [ + [ + "tests/test_client/views.py", + [ + "TwoArgException" + ] + ] + ], + "CustomUserBackend": [ + [ + "tests/test_client_regress/auth_backends.py", + [ + "CustomUserBackend" + ] + ] + ], + "AssertContainsTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "AssertContainsTests" + ] + ] + ], + "AssertTemplateUsedTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "AssertTemplateUsedTests" + ] + ] + ], + "AssertRedirectsTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "AssertRedirectsTests" + ] + ] + ], + "AssertFormErrorTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "AssertFormErrorTests" + ] + ] + ], + "AssertFormsetErrorTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "AssertFormsetErrorTests" + ] + ] + ], + "LoginTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "LoginTests" + ] + ] + ], + "SessionEngineTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "SessionEngineTests" + ] + ] + ], + "URLEscapingTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "URLEscapingTests" + ] + ] + ], + "TemplateExceptionTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "TemplateExceptionTests" + ] + ] + ], + "UrlconfSubstitutionTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "UrlconfSubstitutionTests" + ] + ] + ], + "zzUrlconfSubstitutionTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "zzUrlconfSubstitutionTests" + ] + ] + ], + "RequestMethodTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "RequestMethodTests" + ] + ] + ], + "RequestMethodStringDataTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "RequestMethodStringDataTests" + ] + ] + ], + "QueryStringTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "QueryStringTests" + ] + ] + ], + "PayloadEncodingTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "PayloadEncodingTests" + ] + ] + ], + "DummyFile": [ + [ + "tests/test_client_regress/tests.py", + [ + "DummyFile" + ] + ] + ], + "UploadedFileEncodingTest": [ + [ + "tests/test_client_regress/tests.py", + [ + "UploadedFileEncodingTest" + ] + ] + ], + "RequestHeadersTest": [ + [ + "tests/test_client_regress/tests.py", + [ + "RequestHeadersTest" + ] + ] + ], + "ReadLimitedStreamTest": [ + [ + "tests/test_client_regress/tests.py", + [ + "ReadLimitedStreamTest" + ] + ] + ], + "RequestFactoryStateTest": [ + [ + "tests/test_client_regress/tests.py", + [ + "RequestFactoryStateTest" + ] + ] + ], + "RequestFactoryEnvironmentTests": [ + [ + "tests/test_client_regress/tests.py", + [ + "RequestFactoryEnvironmentTests" + ] + ] + ], + "CustomTestException": [ + [ + "tests/test_client_regress/views.py", + [ + "CustomTestException" + ] + ] + ], + "TestValidationError": [ + [ + "tests/test_exceptions/test_validation_error.py", + [ + "TestValidationError" + ] + ] + ], + "ThroughBase": [ + [ + "tests/test_runner/models.py", + [ + "ThroughBase" + ] + ] + ], + "CustomOptionsTestRunner": [ + [ + "tests/test_runner/runner.py", + [ + "CustomOptionsTestRunner" + ] + ] + ], + "PassingTest": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL", + "PassingTest" + ] + ] + ], + "FailingTest": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL", + "FailingTest" + ] + ] + ], + "ErrorTest": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL", + "ErrorTest" + ] + ] + ], + "ErrorSetUpTestDataTest": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL", + "ErrorSetUpTestDataTest" + ] + ] + ], + "PassingSubTest": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL", + "PassingSubTest" + ] + ] + ], + "FailingSubTest": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL", + "FailingSubTest" + ] + ] + ], + "ErrorSubTest": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL", + "ErrorSubTest" + ] + ] + ], + "TestDebugSQL": [ + [ + "tests/test_runner/test_debug_sql.py", + [ + "TestDebugSQL" + ] + ] + ], + "DiscoverRunnerParallelArgumentTests": [ + [ + "tests/test_runner/test_discover_runner.py", + [ + "DiscoverRunnerParallelArgumentTests" + ] + ] + ], + "MyRunner": [ + [ + "tests/test_runner/test_discover_runner.py", + [ + "DiscoverRunnerTests", + "run_suite_with_runner", + "MyRunner" + ] + ] + ], + "TestRunner": [ + [ + "tests/test_runner/test_discover_runner.py", + [ + "DiscoverRunnerTests", + "test_run_suite_logs_seed", + "TestRunner" + ] + ], + [ + "tests/test_runner/test_discover_runner.py", + [ + "DiscoverRunnerTests", + "test_run_suite_logs_seed_exception", + "TestRunner" + ] + ] + ], + "DiscoverRunnerTests": [ + [ + "tests/test_runner/test_discover_runner.py", + [ + "DiscoverRunnerTests" + ] + ] + ], + "DiscoverRunnerGetDatabasesTests": [ + [ + "tests/test_runner/test_discover_runner.py", + [ + "DiscoverRunnerGetDatabasesTests" + ] + ] + ], + "ExceptionThatFailsUnpickling": [ + [ + "tests/test_runner/test_parallel.py", + [ + "ExceptionThatFailsUnpickling" + ] + ] + ], + "ParallelTestRunnerTest": [ + [ + "tests/test_runner/test_parallel.py", + [ + "ParallelTestRunnerTest" + ] + ] + ], + "SampleFailingSubtest": [ + [ + "tests/test_runner/test_parallel.py", + [ + "SampleFailingSubtest" + ] + ] + ], + "RemoteTestResultTest": [ + [ + "tests/test_runner/test_parallel.py", + [ + "RemoteTestResultTest" + ] + ] + ], + "MyShuffler": [ + [ + "tests/test_runner/test_shuffler.py", + [ + "ShufflerTests", + "test_hash_text_hash_algorithm", + "MyShuffler" + ] + ] + ], + "ShufflerTests": [ + [ + "tests/test_runner/test_shuffler.py", + [ + "ShufflerTests" + ] + ] + ], + "MySuite": [ + [ + "tests/test_runner/tests.py", + [ + "MySuite" + ] + ] + ], + "Tests1": [ + [ + "tests/test_runner/tests.py", + [ + "TestSuiteTests", + "make_test_suite", + "Tests1" + ] + ], + [ + "tests/test_runner/tests.py", + [ + "TestSuiteTests", + "test_reorder_tests_reverse_with_duplicates", + "Tests1" + ] + ] + ], + "Tests2": [ + [ + "tests/test_runner/tests.py", + [ + "TestSuiteTests", + "make_test_suite", + "Tests2" + ] + ], + [ + "tests/test_runner/tests.py", + [ + "TestSuiteTests", + "test_reorder_tests_reverse_with_duplicates", + "Tests2" + ] + ] + ], + "TestSuiteTests": [ + [ + "tests/test_runner/tests.py", + [ + "TestSuiteTests" + ] + ] + ], + "DependencyOrderingTests": [ + [ + "tests/test_runner/tests.py", + [ + "DependencyOrderingTests" + ] + ] + ], + "MockTestRunner": [ + [ + "tests/test_runner/tests.py", + [ + "MockTestRunner" + ] + ] + ], + "ManageCommandTests": [ + [ + "tests/test_runner/tests.py", + [ + "ManageCommandTests" + ] + ] + ], + "ManageCommandParallelTests": [ + [ + "tests/test_runner/tests.py", + [ + "ManageCommandParallelTests" + ] + ] + ], + "CustomTestRunnerOptionsSettingsTests": [ + [ + "tests/test_runner/tests.py", + [ + "CustomTestRunnerOptionsSettingsTests" + ] + ] + ], + "CustomTestRunnerOptionsCmdlineTests": [ + [ + "tests/test_runner/tests.py", + [ + "CustomTestRunnerOptionsCmdlineTests" + ] + ] + ], + "Ticket17477RegressionTests": [ + [ + "tests/test_runner/tests.py", + [ + "Ticket17477RegressionTests" + ] + ] + ], + "SQLiteInMemoryTestDbs": [ + [ + "tests/test_runner/tests.py", + [ + "SQLiteInMemoryTestDbs" + ] + ] + ], + "DummyBackendTest": [ + [ + "tests/test_runner/tests.py", + [ + "DummyBackendTest" + ] + ] + ], + "AliasedDefaultTestSetupTest": [ + [ + "tests/test_runner/tests.py", + [ + "AliasedDefaultTestSetupTest" + ] + ] + ], + "SetupDatabasesTests": [ + [ + "tests/test_runner/tests.py", + [ + "SetupDatabasesTests" + ] + ] + ], + "AutoIncrementResetTest": [ + [ + "tests/test_runner/tests.py", + [ + "AutoIncrementResetTest" + ] + ] + ], + "EmptyDefaultDatabaseTest": [ + [ + "tests/test_runner/tests.py", + [ + "EmptyDefaultDatabaseTest" + ] + ] + ], + "RunTestsExceptionHandlingTests": [ + [ + "tests/test_runner/tests.py", + [ + "RunTestsExceptionHandlingTests" + ] + ] + ], + "NoOpTestRunner": [ + [ + "tests/test_runner/tests.py", + [ + "NoOpTestRunner" + ] + ] + ], + "DiscoverRunnerExtraTestsDeprecationTests": [ + [ + "tests/test_runner/tests.py", + [ + "DiscoverRunnerExtraTestsDeprecationTests" + ] + ] + ], + "WriteToStdoutStderrTestCase": [ + [ + "tests/test_runner_apps/buffer/tests_buffer.py", + [ + "WriteToStdoutStderrTestCase" + ] + ] + ], + "NoDatabaseTests": [ + [ + "tests/test_runner_apps/databases/tests.py", + [ + "NoDatabaseTests" + ] + ] + ], + "DefaultDatabaseTests": [ + [ + "tests/test_runner_apps/databases/tests.py", + [ + "DefaultDatabaseTests" + ] + ] + ], + "DefaultDatabaseSerializedTests": [ + [ + "tests/test_runner_apps/databases/tests.py", + [ + "DefaultDatabaseSerializedTests" + ] + ] + ], + "OtherDatabaseTests": [ + [ + "tests/test_runner_apps/databases/tests.py", + [ + "OtherDatabaseTests" + ] + ] + ], + "AllDatabasesTests": [ + [ + "tests/test_runner_apps/databases/tests.py", + [ + "AllDatabasesTests" + ] + ] + ], + "TestVanillaUnittest": [ + [ + "tests/test_runner_apps/sample/tests_sample.py", + [ + "TestVanillaUnittest" + ] + ] + ], + "TestDjangoTestCase": [ + [ + "tests/test_runner_apps/sample/tests_sample.py", + [ + "TestDjangoTestCase" + ] + ] + ], + "TestZimpleTestCase": [ + [ + "tests/test_runner_apps/sample/tests_sample.py", + [ + "TestZimpleTestCase" + ] + ] + ], + "EmptyTestCase": [ + [ + "tests/test_runner_apps/sample/tests_sample.py", + [ + "EmptyTestCase" + ] + ] + ], + "DjangoCase1": [ + [ + "tests/test_runner_apps/simple/tests.py", + [ + "DjangoCase1" + ] + ] + ], + "DjangoCase2": [ + [ + "tests/test_runner_apps/simple/tests.py", + [ + "DjangoCase2" + ] + ] + ], + "SimpleCase1": [ + [ + "tests/test_runner_apps/simple/tests.py", + [ + "SimpleCase1" + ] + ] + ], + "SimpleCase2": [ + [ + "tests/test_runner_apps/simple/tests.py", + [ + "SimpleCase2" + ] + ] + ], + "UnittestCase1": [ + [ + "tests/test_runner_apps/simple/tests.py", + [ + "UnittestCase1" + ] + ] + ], + "UnittestCase2": [ + [ + "tests/test_runner_apps/simple/tests.py", + [ + "UnittestCase2" + ] + ] + ], + "TaggedTestCase": [ + [ + "tests/test_runner_apps/tagged/tests.py", + [ + "TaggedTestCase" + ] + ] + ], + "FooBase": [ + [ + "tests/test_runner_apps/tagged/tests_inheritance.py", + [ + "FooBase" + ] + ] + ], + "SyntaxErrorTestCase": [ + [ + "tests/test_runner_apps/tagged/tests_syntax_error.py", + [ + "SyntaxErrorTestCase" + ] + ] + ], + "PossessedCar": [ + [ + "tests/test_utils/models.py", + [ + "PossessedCar" + ] + ] + ], + "ExampleTests": [ + [ + "tests/test_utils/test_serializemixin.py", + [ + "TestSerializeMixin", + "test_init_without_lockfile", + "with_self_assertRaisesMes", + "ExampleTests" + ] + ] + ], + "TestSerializeMixin": [ + [ + "tests/test_utils/test_serializemixin.py", + [ + "TestSerializeMixin" + ] + ] + ], + "TestSerializeMixinUse": [ + [ + "tests/test_utils/test_serializemixin.py", + [ + "TestSerializeMixinUse" + ] + ] + ], + "ErrorTestCase": [ + [ + "tests/test_utils/test_simpletestcase.py", + [ + "ErrorTestCase" + ] + ] + ], + "DebugInvocationTests": [ + [ + "tests/test_utils/test_simpletestcase.py", + [ + "DebugInvocationTests" + ] + ] + ], + "TestTestCase": [ + [ + "tests/test_utils/test_testcase.py", + [ + "TestTestCase" + ] + ] + ], + "TestDataTests": [ + [ + "tests/test_utils/test_testcase.py", + [ + "TestDataTests" + ] + ] + ], + "SetupTestDataIsolationTests": [ + [ + "tests/test_utils/test_testcase.py", + [ + "SetupTestDataIsolationTests" + ] + ] + ], + "TestSerializedRollbackInhibitsPostMigrate": [ + [ + "tests/test_utils/test_transactiontestcase.py", + [ + "TestSerializedRollbackInhibitsPostMigrate" + ] + ] + ], + "TransactionTestCaseDatabasesTests": [ + [ + "tests/test_utils/test_transactiontestcase.py", + [ + "TransactionTestCaseDatabasesTests" + ] + ] + ], + "DisallowedDatabaseQueriesTests": [ + [ + "tests/test_utils/test_transactiontestcase.py", + [ + "DisallowedDatabaseQueriesTests" + ] + ], + [ + "tests/test_utils/tests.py", + [ + "DisallowedDatabaseQueriesTests" + ] + ] + ], + "SkipTestCase": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingTestCase", + "test_skip_unless_db_feature", + "SkipTestCase" + ] + ], + [ + "tests/test_utils/tests.py", + [ + "SkippingTestCase", + "test_skip_if_db_feature", + "SkipTestCase" + ] + ] + ], + "SkippingTestCase": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingTestCase" + ] + ] + ], + "NotSkippedTests": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingClassTestCase", + "test_skip_class_unless_db_feature", + "NotSkippedTests" + ] + ] + ], + "SkippedTests": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingClassTestCase", + "test_skip_class_unless_db_feature", + "SkippedTests" + ] + ] + ], + "SkippedTestsSubclass": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingClassTestCase", + "test_skip_class_unless_db_feature", + "SkippedTestsSubclass" + ] + ] + ], + "MissingDatabases": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingClassTestCase", + "test_missing_default_databases", + "MissingDatabases" + ] + ] + ], + "SkippingClassTestCase": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingClassTestCase" + ] + ] + ], + "AssertNumQueriesTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertNumQueriesTests" + ] + ] + ], + "AssertNumQueriesUponConnectionTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertNumQueriesUponConnectionTests" + ] + ] + ], + "AssertQuerysetEqualTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertQuerysetEqualTests" + ] + ] + ], + "CaptureQueriesContextManagerTests": [ + [ + "tests/test_utils/tests.py", + [ + "CaptureQueriesContextManagerTests" + ] + ] + ], + "AssertNumQueriesContextManagerTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertNumQueriesContextManagerTests" + ] + ] + ], + "AssertTemplateUsedContextManagerTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertTemplateUsedContextManagerTests" + ] + ] + ], + "HTMLEqualTests": [ + [ + "tests/test_utils/tests.py", + [ + "HTMLEqualTests" + ] + ] + ], + "JSONEqualTests": [ + [ + "tests/test_utils/tests.py", + [ + "JSONEqualTests" + ] + ] + ], + "XMLEqualTests": [ + [ + "tests/test_utils/tests.py", + [ + "XMLEqualTests" + ] + ] + ], + "SkippingExtraTests": [ + [ + "tests/test_utils/tests.py", + [ + "SkippingExtraTests" + ] + ] + ], + "AssertRaisesMsgTest": [ + [ + "tests/test_utils/tests.py", + [ + "AssertRaisesMsgTest" + ] + ] + ], + "AssertWarnsMessageTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertWarnsMessageTests" + ] + ] + ], + "AssertNoLogsTest": [ + [ + "tests/test_utils/tests.py", + [ + "AssertNoLogsTest" + ] + ] + ], + "MyCustomField": [ + [ + "tests/test_utils/tests.py", + [ + "AssertFieldOutputTests", + "test_custom_required_message", + "MyCustomField" + ] + ] + ], + "AssertFieldOutputTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertFieldOutputTests" + ] + ] + ], + "AssertURLEqualTests": [ + [ + "tests/test_utils/tests.py", + [ + "AssertURLEqualTests" + ] + ] + ], + "FirstUrls": [ + [ + "tests/test_utils/tests.py", + [ + "FirstUrls" + ] + ] + ], + "SecondUrls": [ + [ + "tests/test_utils/tests.py", + [ + "SecondUrls" + ] + ] + ], + "SetupTestEnvironmentTests": [ + [ + "tests/test_utils/tests.py", + [ + "SetupTestEnvironmentTests" + ] + ] + ], + "OverrideSettingsTests": [ + [ + "tests/test_utils/tests.py", + [ + "OverrideSettingsTests" + ] + ] + ], + "MyException": [ + [ + "tests/test_utils/tests.py", + [ + "TestBadSetUpTestData", + "MyException" + ] + ], + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestRaiseLastException", + "test_raises_exception", + "MyException" + ] + ], + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestRaiseLastException", + "test_raises_custom_exception", + "MyException" + ] + ] + ], + "TestBadSetUpTestData": [ + [ + "tests/test_utils/tests.py", + [ + "TestBadSetUpTestData" + ] + ] + ], + "CaptureOnCommitCallbacksTests": [ + [ + "tests/test_utils/tests.py", + [ + "CaptureOnCommitCallbacksTests" + ] + ] + ], + "AllowedDatabaseQueriesTests": [ + [ + "tests/test_utils/tests.py", + [ + "AllowedDatabaseQueriesTests" + ] + ] + ], + "DatabaseAliasTests": [ + [ + "tests/test_utils/tests.py", + [ + "DatabaseAliasTests" + ] + ] + ], + "ClassDecoration": [ + [ + "tests/test_utils/tests.py", + [ + "IsolatedAppsTests", + "test_class_decoration", + "ClassDecoration" + ] + ] + ], + "MethodDecoration": [ + [ + "tests/test_utils/tests.py", + [ + "IsolatedAppsTests", + "test_method_decoration", + "MethodDecoration" + ] + ], + [ + "tests/test_utils/tests.py", + [ + "IsolatedAppsTests", + "test_nested", + "MethodDecoration" + ] + ] + ], + "ContextManager": [ + [ + "tests/test_utils/tests.py", + [ + "IsolatedAppsTests", + "test_context_manager", + "with_isolate_apps_test_u", + "ContextManager" + ] + ], + [ + "tests/test_utils/tests.py", + [ + "IsolatedAppsTests", + "test_nested", + "with_isolate_apps_test_u", + "ContextManager" + ] + ] + ], + "NestedContextManager": [ + [ + "tests/test_utils/tests.py", + [ + "IsolatedAppsTests", + "test_nested", + "with_isolate_apps_test_u", + "with_isolate_apps_test_u", + "NestedContextManager" + ] + ] + ], + "IsolatedAppsTests": [ + [ + "tests/test_utils/tests.py", + [ + "IsolatedAppsTests" + ] + ] + ], + "DoNothingDecorator": [ + [ + "tests/test_utils/tests.py", + [ + "DoNothingDecorator" + ] + ] + ], + "ExceptionInSetUp": [ + [ + "tests/test_utils/tests.py", + [ + "TestContextDecoratorTests", + "test_exception_in_setup", + "ExceptionInSetUp" + ] + ] + ], + "SaveCallsDecorator": [ + [ + "tests/test_utils/tests.py", + [ + "TestContextDecoratorTests", + "test_cleanups_run_after_tearDown", + "SaveCallsDecorator" + ] + ] + ], + "AddCleanupInSetUp": [ + [ + "tests/test_utils/tests.py", + [ + "TestContextDecoratorTests", + "test_cleanups_run_after_tearDown", + "AddCleanupInSetUp" + ] + ] + ], + "TestContextDecoratorTests": [ + [ + "tests/test_utils/tests.py", + [ + "TestContextDecoratorTests" + ] + ] + ], + "TimestampAdmin": [ + [ + "tests/timezones/admin.py", + [ + "TimestampAdmin" + ] + ] + ], + "EventSplitForm": [ + [ + "tests/timezones/forms.py", + [ + "EventSplitForm" + ] + ] + ], + "EventLocalizedForm": [ + [ + "tests/timezones/forms.py", + [ + "EventLocalizedForm" + ] + ] + ], + "EventModelForm": [ + [ + "tests/timezones/forms.py", + [ + "EventModelForm" + ] + ] + ], + "EventLocalizedModelForm": [ + [ + "tests/timezones/forms.py", + [ + "EventLocalizedModelForm" + ] + ] + ], + "MaybeEvent": [ + [ + "tests/timezones/models.py", + [ + "MaybeEvent" + ] + ] + ], + "SessionEvent": [ + [ + "tests/timezones/models.py", + [ + "SessionEvent" + ] + ] + ], + "Timestamp": [ + [ + "tests/timezones/models.py", + [ + "Timestamp" + ] + ] + ], + "AllDayEvent": [ + [ + "tests/timezones/models.py", + [ + "AllDayEvent" + ] + ] + ], + "DailyEvent": [ + [ + "tests/timezones/models.py", + [ + "DailyEvent" + ] + ] + ], + "LegacyDatabaseTests": [ + [ + "tests/timezones/tests.py", + [ + "LegacyDatabaseTests" + ] + ] + ], + "NewDatabaseTests": [ + [ + "tests/timezones/tests.py", + [ + "NewDatabaseTests" + ] + ] + ], + "ForcedTimeZoneDatabaseTests": [ + [ + "tests/timezones/tests.py", + [ + "ForcedTimeZoneDatabaseTests" + ] + ] + ], + "SerializationTests": [ + [ + "tests/timezones/tests.py", + [ + "SerializationTests" + ] + ] + ], + "LegacyFormsTests": [ + [ + "tests/timezones/tests.py", + [ + "LegacyFormsTests" + ] + ] + ], + "NewFormsTests": [ + [ + "tests/timezones/tests.py", + [ + "NewFormsTests" + ] + ] + ], + "AdminTests": [ + [ + "tests/timezones/tests.py", + [ + "AdminTests" + ] + ] + ], + "ForcedError": [ + [ + "tests/transaction_hooks/tests.py", + [ + "ForcedError" + ] + ] + ], + "TestConnectionOnCommit": [ + [ + "tests/transaction_hooks/tests.py", + [ + "TestConnectionOnCommit" + ] + ] + ], + "AtomicTests": [ + [ + "tests/transactions/tests.py", + [ + "AtomicTests" + ] + ] + ], + "AtomicInsideTransactionTests": [ + [ + "tests/transactions/tests.py", + [ + "AtomicInsideTransactionTests" + ] + ] + ], + "AtomicWithoutAutocommitTests": [ + [ + "tests/transactions/tests.py", + [ + "AtomicWithoutAutocommitTests" + ] + ] + ], + "AtomicMergeTests": [ + [ + "tests/transactions/tests.py", + [ + "AtomicMergeTests" + ] + ] + ], + "AtomicErrorsTests": [ + [ + "tests/transactions/tests.py", + [ + "AtomicErrorsTests" + ] + ] + ], + "AtomicMySQLTests": [ + [ + "tests/transactions/tests.py", + [ + "AtomicMySQLTests" + ] + ] + ], + "AtomicMiscTests": [ + [ + "tests/transactions/tests.py", + [ + "AtomicMiscTests" + ] + ] + ], + "NonAutocommitTests": [ + [ + "tests/transactions/tests.py", + [ + "NonAutocommitTests" + ] + ] + ], + "DurableTests": [ + [ + "tests/transactions/tests.py", + [ + "DurableTests" + ] + ] + ], + "DisableDurabiltityCheckTests": [ + [ + "tests/transactions/tests.py", + [ + "DisableDurabiltityCheckTests" + ] + ] + ], + "A01": [ + [ + "tests/unmanaged_models/models.py", + [ + "A01" + ] + ] + ], + "B01": [ + [ + "tests/unmanaged_models/models.py", + [ + "B01" + ] + ] + ], + "C01": [ + [ + "tests/unmanaged_models/models.py", + [ + "C01" + ] + ] + ], + "A02": [ + [ + "tests/unmanaged_models/models.py", + [ + "A02" + ] + ] + ], + "B02": [ + [ + "tests/unmanaged_models/models.py", + [ + "B02" + ] + ] + ], + "C02": [ + [ + "tests/unmanaged_models/models.py", + [ + "C02" + ] + ] + ], + "Proxy1": [ + [ + "tests/unmanaged_models/models.py", + [ + "Proxy1" + ] + ] + ], + "Proxy2": [ + [ + "tests/unmanaged_models/models.py", + [ + "Proxy2" + ] + ] + ], + "Unmanaged1": [ + [ + "tests/unmanaged_models/models.py", + [ + "Unmanaged1" + ] + ] + ], + "Unmanaged2": [ + [ + "tests/unmanaged_models/models.py", + [ + "Unmanaged2" + ] + ] + ], + "Managed1": [ + [ + "tests/unmanaged_models/models.py", + [ + "Managed1" + ] + ] + ], + "ManyToManyUnmanagedTests": [ + [ + "tests/unmanaged_models/tests.py", + [ + "ManyToManyUnmanagedTests" + ] + ] + ], + "DataPoint": [ + [ + "tests/update/models.py", + [ + "DataPoint" + ] + ] + ], + "RelatedPoint": [ + [ + "tests/update/models.py", + [ + "RelatedPoint" + ] + ] + ], + "UniqueNumber": [ + [ + "tests/update/models.py", + [ + "UniqueNumber" + ] + ] + ], + "UniqueNumberChild": [ + [ + "tests/update/models.py", + [ + "UniqueNumberChild" + ] + ] + ], + "SimpleTest": [ + [ + "tests/update/tests.py", + [ + "SimpleTest" + ] + ] + ], + "AdvancedTests": [ + [ + "tests/update/tests.py", + [ + "AdvancedTests" + ] + ] + ], + "MySQLUpdateOrderByTest": [ + [ + "tests/update/tests.py", + [ + "MySQLUpdateOrderByTest" + ] + ] + ], + "ProxyEmployee": [ + [ + "tests/update_only_fields/models.py", + [ + "ProxyEmployee" + ] + ] + ], + "UpdateOnlyFieldsTests": [ + [ + "tests/update_only_fields/tests.py", + [ + "UpdateOnlyFieldsTests" + ] + ] + ], + "Base64Converter": [ + [ + "tests/urlpatterns/converters.py", + [ + "Base64Converter" + ] + ] + ], + "DynamicConverter": [ + [ + "tests/urlpatterns/converters.py", + [ + "DynamicConverter" + ] + ] + ], + "RegexPatternTests": [ + [ + "tests/urlpatterns/test_resolvers.py", + [ + "RegexPatternTests" + ] + ] + ], + "RoutePatternTests": [ + [ + "tests/urlpatterns/test_resolvers.py", + [ + "RoutePatternTests" + ] + ] + ], + "ResolverCacheTests": [ + [ + "tests/urlpatterns/test_resolvers.py", + [ + "ResolverCacheTests" + ] + ] + ], + "SimplifiedURLTests": [ + [ + "tests/urlpatterns/tests.py", + [ + "SimplifiedURLTests" + ] + ] + ], + "ConverterTests": [ + [ + "tests/urlpatterns/tests.py", + [ + "ConverterTests" + ] + ] + ], + "SameNameTests": [ + [ + "tests/urlpatterns/tests.py", + [ + "SameNameTests" + ] + ] + ], + "ParameterRestrictionTests": [ + [ + "tests/urlpatterns/tests.py", + [ + "ParameterRestrictionTests" + ] + ] + ], + "ConversionExceptionTests": [ + [ + "tests/urlpatterns/tests.py", + [ + "ConversionExceptionTests" + ] + ] + ], + "ViewContainer": [ + [ + "tests/urlpatterns_reverse/method_view_urls.py", + [ + "ViewContainer" + ] + ] + ], + "ChangeURLconfMiddleware": [ + [ + "tests/urlpatterns_reverse/middleware.py", + [ + "ChangeURLconfMiddleware" + ] + ] + ], + "NullChangeURLconfMiddleware": [ + [ + "tests/urlpatterns_reverse/middleware.py", + [ + "NullChangeURLconfMiddleware" + ] + ] + ], + "ReverseInnerInResponseMiddleware": [ + [ + "tests/urlpatterns_reverse/middleware.py", + [ + "ReverseInnerInResponseMiddleware" + ] + ] + ], + "ReverseOuterInResponseMiddleware": [ + [ + "tests/urlpatterns_reverse/middleware.py", + [ + "ReverseOuterInResponseMiddleware" + ] + ] + ], + "ReverseInnerInStreaming": [ + [ + "tests/urlpatterns_reverse/middleware.py", + [ + "ReverseInnerInStreaming" + ] + ] + ], + "ReverseOuterInStreaming": [ + [ + "tests/urlpatterns_reverse/middleware.py", + [ + "ReverseOuterInStreaming" + ] + ] + ], + "View3": [ + [ + "tests/urlpatterns_reverse/nested_urls.py", + [ + "View3" + ] + ] + ], + "LocaleRegexDescriptorTests": [ + [ + "tests/urlpatterns_reverse/test_localeregexdescriptor.py", + [ + "LocaleRegexDescriptorTests" + ] + ] + ], + "LocaleRegexDescriptorPathLibTests": [ + [ + "tests/urlpatterns_reverse/test_localeregexdescriptor.py", + [ + "LocaleRegexDescriptorPathLibTests" + ] + ] + ], + "NoURLPatternsTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "NoURLPatternsTests" + ] + ] + ], + "URLPatternReverse": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "URLPatternReverse" + ] + ] + ], + "ResolverTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ResolverTests" + ] + ] + ], + "ReverseLazyTest": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ReverseLazyTest" + ] + ] + ], + "ReverseLazySettingsTest": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ReverseLazySettingsTest" + ] + ] + ], + "FakeObj": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ReverseShortcutTests", + "test_redirect_to_object", + "FakeObj" + ] + ] + ], + "ReverseShortcutTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ReverseShortcutTests" + ] + ] + ], + "NamespaceTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "NamespaceTests" + ] + ] + ], + "RequestURLconfTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "RequestURLconfTests" + ] + ] + ], + "ErrorHandlerResolutionTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ErrorHandlerResolutionTests" + ] + ] + ], + "DefaultErrorHandlerTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "DefaultErrorHandlerTests" + ] + ] + ], + "NoRootUrlConfTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "NoRootUrlConfTests" + ] + ] + ], + "ResolverMatchTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ResolverMatchTests" + ] + ] + ], + "ErroneousViewTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ErroneousViewTests" + ] + ] + ], + "ViewLoadingTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "ViewLoadingTests" + ] + ] + ], + "LookaheadTests": [ + [ + "tests/urlpatterns_reverse/tests.py", + [ + "LookaheadTests" + ] + ] + ], + "URLObject": [ + [ + "tests/urlpatterns_reverse/utils.py", + [ + "URLObject" + ] + ] + ], + "ViewClass": [ + [ + "tests/urlpatterns_reverse/views.py", + [ + "ViewClass" + ] + ] + ], + "LazyRedirectView": [ + [ + "tests/urlpatterns_reverse/views.py", + [ + "LazyRedirectView" + ] + ] + ], + "CommandTests": [ + [ + "tests/user_commands/tests.py", + [ + "CommandTests" + ] + ] + ], + "CommandRunTests": [ + [ + "tests/user_commands/tests.py", + [ + "CommandRunTests" + ] + ] + ], + "CategoryInfo": [ + [ + "tests/utils_tests/models.py", + [ + "CategoryInfo" + ] + ] + ], + "TestArchive": [ + [ + "tests/utils_tests/test_archive.py", + [ + "TestArchive" + ] + ] + ], + "TestArchiveInvalid": [ + [ + "tests/utils_tests/test_archive.py", + [ + "TestArchiveInvalid" + ] + ] + ], + "TestIterModulesAndFiles": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestIterModulesAndFiles" + ] + ] + ], + "TestChildArguments": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestChildArguments" + ] + ] + ], + "TestUtilities": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestUtilities" + ] + ] + ], + "TestCommonRoots": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestCommonRoots" + ] + ] + ], + "TestSysPathDirectories": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestSysPathDirectories" + ] + ] + ], + "GetReloaderTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "GetReloaderTests" + ] + ] + ], + "RunWithReloaderTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "RunWithReloaderTests" + ] + ] + ], + "StartDjangoTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "StartDjangoTests" + ] + ] + ], + "TestCheckErrors": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestCheckErrors" + ] + ] + ], + "TestRaiseLastException": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "TestRaiseLastException" + ] + ] + ], + "RestartWithReloaderTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "RestartWithReloaderTests" + ] + ] + ], + "ReloaderTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "ReloaderTests" + ] + ] + ], + "IntegrationTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "IntegrationTests" + ] + ] + ], + "BaseReloaderTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "BaseReloaderTests" + ] + ] + ], + "TestException": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "WatchmanReloaderTests", + "test_update_watches_raises_exceptions", + "TestException" + ] + ] + ], + "WatchmanReloaderTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "WatchmanReloaderTests" + ] + ] + ], + "StatReloaderTests": [ + [ + "tests/utils_tests/test_autoreload.py", + [ + "StatReloaderTests" + ] + ] + ], + "TestBaseConv": [ + [ + "tests/utils_tests/test_baseconv.py", + [ + "TestBaseConv" + ] + ] + ], + "BaseConnectionHandlerTests": [ + [ + "tests/utils_tests/test_connection.py", + [ + "BaseConnectionHandlerTests" + ] + ] + ], + "TestUtilsCryptoMisc": [ + [ + "tests/utils_tests/test_crypto.py", + [ + "TestUtilsCryptoMisc" + ] + ] + ], + "TestUtilsCryptoPBKDF2": [ + [ + "tests/utils_tests/test_crypto.py", + [ + "TestUtilsCryptoPBKDF2" + ] + ] + ], + "OrderedSetTests": [ + [ + "tests/utils_tests/test_datastructures.py", + [ + "OrderedSetTests" + ] + ] + ], + "MultiValueDictTests": [ + [ + "tests/utils_tests/test_datastructures.py", + [ + "MultiValueDictTests" + ] + ] + ], + "ImmutableListTests": [ + [ + "tests/utils_tests/test_datastructures.py", + [ + "ImmutableListTests" + ] + ] + ], + "DictWrapperTests": [ + [ + "tests/utils_tests/test_datastructures.py", + [ + "DictWrapperTests" + ] + ] + ], + "CaseInsensitiveMappingTests": [ + [ + "tests/utils_tests/test_datastructures.py", + [ + "CaseInsensitiveMappingTests" + ] + ] + ], + "NoNameTZ": [ + [ + "tests/utils_tests/test_dateformat.py", + [ + "DateFormatTests", + "test_e_format_with_time_zone_with_unimplemented_tzname", + "NoNameTZ" + ] + ] + ], + "DateFormatTests": [ + [ + "tests/utils_tests/test_dateformat.py", + [ + "DateFormatTests" + ] + ] + ], + "DateParseTests": [ + [ + "tests/utils_tests/test_dateparse.py", + [ + "DateParseTests" + ] + ] + ], + "DurationParseTests": [ + [ + "tests/utils_tests/test_dateparse.py", + [ + "DurationParseTests" + ] + ] + ], + "DatetimeTests": [ + [ + "tests/utils_tests/test_datetime_safe.py", + [ + "DatetimeTests" + ] + ] + ], + "ClassProcessView": [ + [ + "tests/utils_tests/test_decorators.py", + [ + "ClassProcessView" + ] + ] + ], + "FullMiddleware": [ + [ + "tests/utils_tests/test_decorators.py", + [ + "FullMiddleware" + ] + ] + ], + "DecoratorFromMiddlewareTests": [ + [ + "tests/utils_tests/test_decorators.py", + [ + "DecoratorFromMiddlewareTests" + ] + ] + ], + "TestDurationString": [ + [ + "tests/utils_tests/test_duration.py", + [ + "TestDurationString" + ] + ] + ], + "TestParseDurationRoundtrip": [ + [ + "tests/utils_tests/test_duration.py", + [ + "TestParseDurationRoundtrip" + ] + ] + ], + "TestISODurationString": [ + [ + "tests/utils_tests/test_duration.py", + [ + "TestISODurationString" + ] + ] + ], + "TestParseISODurationRoundtrip": [ + [ + "tests/utils_tests/test_duration.py", + [ + "TestParseISODurationRoundtrip" + ] + ] + ], + "TestDurationMicroseconds": [ + [ + "tests/utils_tests/test_duration.py", + [ + "TestDurationMicroseconds" + ] + ] + ], + "MyString": [ + [ + "tests/utils_tests/test_encoding.py", + [ + "TestEncodingUtils", + "test_force_str_exception", + "MyString" + ] + ] + ], + "TestEncodingUtils": [ + [ + "tests/utils_tests/test_encoding.py", + [ + "TestEncodingUtils" + ] + ] + ], + "TestRFC3987IEncodingUtils": [ + [ + "tests/utils_tests/test_encoding.py", + [ + "TestRFC3987IEncodingUtils" + ] + ] + ], + "FeedgeneratorTests": [ + [ + "tests/utils_tests/test_feedgenerator.py", + [ + "FeedgeneratorTests" + ] + ] + ], + "Klazz": [ + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_lazy_base_class", + "Klazz" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_lazy_base_class_override", + "Klazz" + ] + ], + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_lazy_object_to_string", + "Klazz" + ] + ] + ], + "SubClass": [ + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "assertCachedPropertyWorks", + "with_self_subTest_attr_at", + "SubClass" + ] + ] + ], + "ReusedCachedProperty": [ + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests", + "test_cached_property_reuse_different_names", + "with_self_assertRaises_Ru", + "ReusedCachedProperty" + ] + ] + ], + "FunctionalTests": [ + [ + "tests/utils_tests/test_functional.py", + [ + "FunctionalTests" + ] + ] + ], + "Unhashable": [ + [ + "tests/utils_tests/test_hashable.py", + [ + "TestHashable", + "test_unhashable", + "Unhashable" + ] + ] + ], + "TestHashable": [ + [ + "tests/utils_tests/test_hashable.py", + [ + "TestHashable" + ] + ] + ], + "HtmlClass": [ + [ + "tests/utils_tests/test_html.py", + [ + "TestUtilsHtml", + "test_html_safe", + "HtmlClass" + ] + ], + [ + "tests/utils_tests/test_html.py", + [ + "TestUtilsHtml", + "test_html_safe_defines_html_error", + "with_self_assertRaisesMes", + "HtmlClass" + ] + ], + [ + "tests/utils_tests/test_html.py", + [ + "TestUtilsHtml", + "test_html_safe_doesnt_define_str", + "with_self_assertRaisesMes", + "HtmlClass" + ] + ] + ], + "BaseClass": [ + [ + "tests/utils_tests/test_html.py", + [ + "TestUtilsHtml", + "test_html_safe_subclass", + "BaseClass" + ] + ] + ], + "Subclass": [ + [ + "tests/utils_tests/test_html.py", + [ + "TestUtilsHtml", + "test_html_safe_subclass", + "Subclass" + ] + ] + ], + "TestUtilsHtml": [ + [ + "tests/utils_tests/test_html.py", + [ + "TestUtilsHtml" + ] + ] + ], + "IterableWithStr": [ + [ + "tests/utils_tests/test_http.py", + [ + "URLEncodeTests", + "test_custom_iterable_not_doseq", + "IterableWithStr" + ] + ] + ], + "URLEncodeTests": [ + [ + "tests/utils_tests/test_http.py", + [ + "URLEncodeTests" + ] + ] + ], + "Base36IntTests": [ + [ + "tests/utils_tests/test_http.py", + [ + "Base36IntTests" + ] + ] + ], + "URLHasAllowedHostAndSchemeTests": [ + [ + "tests/utils_tests/test_http.py", + [ + "URLHasAllowedHostAndSchemeTests" + ] + ] + ], + "URLSafeBase64Tests": [ + [ + "tests/utils_tests/test_http.py", + [ + "URLSafeBase64Tests" + ] + ] + ], + "IsSameDomainTests": [ + [ + "tests/utils_tests/test_http.py", + [ + "IsSameDomainTests" + ] + ] + ], + "ETagProcessingTests": [ + [ + "tests/utils_tests/test_http.py", + [ + "ETagProcessingTests" + ] + ] + ], + "HttpDateProcessingTests": [ + [ + "tests/utils_tests/test_http.py", + [ + "HttpDateProcessingTests" + ] + ] + ], + "EscapeLeadingSlashesTests": [ + [ + "tests/utils_tests/test_http.py", + [ + "EscapeLeadingSlashesTests" + ] + ] + ], + "TestInspectMethods": [ + [ + "tests/utils_tests/test_inspect.py", + [ + "TestInspectMethods" + ] + ] + ], + "TestUtilsIPv6": [ + [ + "tests/utils_tests/test_ipv6.py", + [ + "TestUtilsIPv6" + ] + ] + ], + "JsTokensTest": [ + [ + "tests/utils_tests/test_jslex.py", + [ + "JsTokensTest" + ] + ] + ], + "JsToCForGettextTest": [ + [ + "tests/utils_tests/test_jslex.py", + [ + "JsToCForGettextTest" + ] + ] + ], + "AdHocLazyObject": [ + [ + "tests/utils_tests/test_lazyobject.py", + [ + "LazyObjectTestCase", + "lazy_wrap", + "AdHocLazyObject" + ] + ] + ], + "IterObject": [ + [ + "tests/utils_tests/test_lazyobject.py", + [ + "LazyObjectTestCase", + "test_iter", + "IterObject" + ] + ] + ], + "LazyObjectTestCase": [ + [ + "tests/utils_tests/test_lazyobject.py", + [ + "LazyObjectTestCase" + ] + ] + ], + "SimpleLazyObjectTestCase": [ + [ + "tests/utils_tests/test_lazyobject.py", + [ + "SimpleLazyObjectTestCase" + ] + ] + ], + "BaseBaz": [ + [ + "tests/utils_tests/test_lazyobject.py", + [ + "BaseBaz" + ] + ] + ], + "BazProxy": [ + [ + "tests/utils_tests/test_lazyobject.py", + [ + "BazProxy" + ] + ] + ], + "SimpleLazyObjectPickleTestCase": [ + [ + "tests/utils_tests/test_lazyobject.py", + [ + "SimpleLazyObjectPickleTestCase" + ] + ] + ], + "LoremIpsumTests": [ + [ + "tests/utils_tests/test_lorem_ipsum.py", + [ + "LoremIpsumTests" + ] + ] + ], + "SiteMock": [ + [ + "tests/utils_tests/test_module/__init__.py", + [ + "SiteMock" + ] + ] + ], + "DefaultLoader": [ + [ + "tests/utils_tests/test_module_loading.py", + [ + "DefaultLoader" + ] + ] + ], + "EggLoader": [ + [ + "tests/utils_tests/test_module_loading.py", + [ + "EggLoader" + ] + ] + ], + "ModuleImportTests": [ + [ + "tests/utils_tests/test_module_loading.py", + [ + "ModuleImportTests" + ] + ] + ], + "AutodiscoverModulesTestCase": [ + [ + "tests/utils_tests/test_module_loading.py", + [ + "AutodiscoverModulesTestCase" + ] + ] + ], + "TestFinder": [ + [ + "tests/utils_tests/test_module_loading.py", + [ + "if_PY310_", + "TestFinder" + ] + ], + [ + "tests/utils_tests/test_module_loading.py", + [ + "if_PY310_", + "else_", + "TestFinder" + ] + ] + ], + "TestLoader": [ + [ + "tests/utils_tests/test_module_loading.py", + [ + "if_PY310_", + "else_", + "TestLoader" + ] + ] + ], + "CustomLoader": [ + [ + "tests/utils_tests/test_module_loading.py", + [ + "CustomLoader" + ] + ] + ], + "EuroDecimal": [ + [ + "tests/utils_tests/test_numberformat.py", + [ + "TestNumberFormat", + "test_decimal_subclass", + "EuroDecimal" + ] + ] + ], + "TestNumberFormat": [ + [ + "tests/utils_tests/test_numberformat.py", + [ + "TestNumberFormat" + ] + ] + ], + "SafeJoinTests": [ + [ + "tests/utils_tests/test_os_utils.py", + [ + "SafeJoinTests" + ] + ] + ], + "ToPathTests": [ + [ + "tests/utils_tests/test_os_utils.py", + [ + "ToPathTests" + ] + ] + ], + "NormalizeTests": [ + [ + "tests/utils_tests/test_regex_helper.py", + [ + "NormalizeTests" + ] + ] + ], + "LazyReCompileTests": [ + [ + "tests/utils_tests/test_regex_helper.py", + [ + "LazyReCompileTests" + ] + ] + ], + "customescape": [ + [ + "tests/utils_tests/test_safestring.py", + [ + "customescape" + ] + ] + ], + "Obj": [ + [ + "tests/utils_tests/test_safestring.py", + [ + "SafeStringTest", + "test_mark_safe_object_implementing_dunder_str", + "Obj" + ] + ] + ], + "SafeStringContainer": [ + [ + "tests/utils_tests/test_safestring.py", + [ + "SafeStringTest", + "test_mark_safe_decorator_does_not_affect_dunder_html", + "SafeStringContainer" + ] + ] + ], + "SafeStringTest": [ + [ + "tests/utils_tests/test_safestring.py", + [ + "SafeStringTest" + ] + ] + ], + "TestUtilsSimpleLazyObjectDjangoTestCase": [ + [ + "tests/utils_tests/test_simplelazyobject.py", + [ + "TestUtilsSimpleLazyObjectDjangoTestCase" + ] + ] + ], + "TermColorTests": [ + [ + "tests/utils_tests/test_termcolors.py", + [ + "TermColorTests" + ] + ] + ], + "TestUtilsText": [ + [ + "tests/utils_tests/test_text.py", + [ + "TestUtilsText" + ] + ] + ], + "TimezoneTests": [ + [ + "tests/utils_tests/test_timezone.py", + [ + "TimezoneTests" + ] + ] + ], + "TopologicalSortTests": [ + [ + "tests/utils_tests/test_topological_sort.py", + [ + "TopologicalSortTests" + ] + ] + ], + "ValidationAssertions": [ + [ + "tests/validation/__init__.py", + [ + "ValidationAssertions" + ] + ] + ], + "ModelToValidate": [ + [ + "tests/validation/models.py", + [ + "ModelToValidate" + ] + ] + ], + "UniqueFieldsModel": [ + [ + "tests/validation/models.py", + [ + "UniqueFieldsModel" + ] + ] + ], + "CustomPKModel": [ + [ + "tests/validation/models.py", + [ + "CustomPKModel" + ] + ] + ], + "UniqueForDateModel": [ + [ + "tests/validation/models.py", + [ + "UniqueForDateModel" + ] + ] + ], + "CustomMessagesModel": [ + [ + "tests/validation/models.py", + [ + "CustomMessagesModel" + ] + ] + ], + "AuthorManager": [ + [ + "tests/validation/models.py", + [ + "AuthorManager" + ] + ] + ], + "UniqueErrorsModel": [ + [ + "tests/validation/models.py", + [ + "UniqueErrorsModel" + ] + ] + ], + "GenericIPAddressTestModel": [ + [ + "tests/validation/models.py", + [ + "GenericIPAddressTestModel" + ] + ] + ], + "GenericIPAddrUnpackUniqueTest": [ + [ + "tests/validation/models.py", + [ + "GenericIPAddrUnpackUniqueTest" + ] + ] + ], + "CustomMessagesTests": [ + [ + "tests/validation/test_custom_messages.py", + [ + "CustomMessagesTests" + ] + ] + ], + "ValidationMessagesTest": [ + [ + "tests/validation/test_error_messages.py", + [ + "ValidationMessagesTest" + ] + ] + ], + "PickableValidationErrorTestCase": [ + [ + "tests/validation/test_picklable.py", + [ + "PickableValidationErrorTestCase" + ] + ] + ], + "GetUniqueCheckTests": [ + [ + "tests/validation/test_unique.py", + [ + "GetUniqueCheckTests" + ] + ] + ], + "PerformUniqueChecksTest": [ + [ + "tests/validation/test_unique.py", + [ + "PerformUniqueChecksTest" + ] + ] + ], + "TestModelsWithValidators": [ + [ + "tests/validation/test_validators.py", + [ + "TestModelsWithValidators" + ] + ] + ], + "BaseModelValidationTests": [ + [ + "tests/validation/tests.py", + [ + "BaseModelValidationTests" + ] + ] + ], + "ModelFormsTests": [ + [ + "tests/validation/tests.py", + [ + "ModelFormsTests" + ] + ] + ], + "TestValidatorEquality": [ + [ + "tests/validators/tests.py", + [ + "TestValidatorEquality" + ] + ] + ], + "VersionTests": [ + [ + "tests/version/tests.py", + [ + "VersionTests" + ] + ] + ], + "BaseArticle": [ + [ + "tests/view_tests/models.py", + [ + "BaseArticle" + ] + ] + ], + "UrlArticle": [ + [ + "tests/view_tests/models.py", + [ + "UrlArticle" + ] + ] + ], + "DateArticle": [ + [ + "tests/view_tests/models.py", + [ + "DateArticle" + ] + ] + ], + "CsrfViewTests": [ + [ + "tests/view_tests/tests/test_csrf.py", + [ + "CsrfViewTests" + ] + ] + ], + "WithoutEmptyPathUrls": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "WithoutEmptyPathUrls" + ] + ] + ], + "WrappedCallable": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "CallableSettingWrapperTests", + "test_repr", + "WrappedCallable" + ] + ] + ], + "CallableSettingWrapperTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "CallableSettingWrapperTests" + ] + ] + ], + "DebugViewTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "DebugViewTests" + ] + ] + ], + "DebugViewQueriesAllowedTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "DebugViewQueriesAllowedTests" + ] + ] + ], + "NonDjangoTemplatesDebugViewTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "NonDjangoTemplatesDebugViewTests" + ] + ] + ], + "NonUtf8Output": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterTests", + "test_non_utf8_values_handling", + "try_", + "NonUtf8Output" + ] + ] + ], + "OomOutput": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterTests", + "test_unprintable_values_handling", + "try_", + "OomOutput" + ] + ] + ], + "LargeOutput": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterTests", + "test_too_large_values_handling", + "try_", + "LargeOutput" + ] + ] + ], + "BrokenEvaluation": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterTests", + "test_ignore_traceback_evaluation_exceptions", + "BrokenEvaluation" + ] + ] + ], + "ExceptionUser": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterTests", + "test_exception_fetching_user", + "ExceptionUser" + ] + ] + ], + "ExceptionReporterTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterTests" + ] + ] + ], + "PlainTextReportTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "PlainTextReportTests" + ] + ] + ], + "ExceptionReportTestMixin": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReportTestMixin" + ] + ] + ], + "CallableSettingWithSlots": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterFilterTests", + "test_callable_settings_forbidding_to_set_attributes", + "CallableSettingWithSlots" + ] + ] + ], + "ExceptionReporterFilterTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "ExceptionReporterFilterTests" + ] + ] + ], + "CustomExceptionReporterFilter": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "CustomExceptionReporterFilter" + ] + ] + ], + "CustomExceptionReporterFilterTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "CustomExceptionReporterFilterTests" + ] + ] + ], + "NonHTMLResponseExceptionReporterFilter": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "NonHTMLResponseExceptionReporterFilter" + ] + ] + ], + "DecoratorsTests": [ + [ + "tests/view_tests/tests/test_debug.py", + [ + "DecoratorsTests" + ] + ] + ], + "DefaultsTests": [ + [ + "tests/view_tests/tests/test_defaults.py", + [ + "DefaultsTests" + ] + ] + ], + "SetLanguageTests": [ + [ + "tests/view_tests/tests/test_i18n.py", + [ + "SetLanguageTests" + ] + ] + ], + "I18NViewTests": [ + [ + "tests/view_tests/tests/test_i18n.py", + [ + "I18NViewTests" + ] + ] + ], + "I18nSeleniumTests": [ + [ + "tests/view_tests/tests/test_i18n.py", + [ + "I18nSeleniumTests" + ] + ] + ], + "URLHandling": [ + [ + "tests/view_tests/tests/test_specials.py", + [ + "URLHandling" + ] + ] + ], + "StaticTests": [ + [ + "tests/view_tests/tests/test_static.py", + [ + "StaticTests" + ] + ] + ], + "StaticHelperTest": [ + [ + "tests/view_tests/tests/test_static.py", + [ + "StaticHelperTest" + ] + ] + ], + "StaticUtilsTests": [ + [ + "tests/view_tests/tests/test_static.py", + [ + "StaticUtilsTests" + ] + ] + ], + "Http404View": [ + [ + "tests/view_tests/views.py", + [ + "Http404View" + ] + ] + ], + "UnsafeExceptionReporterFilter": [ + [ + "tests/view_tests/views.py", + [ + "UnsafeExceptionReporterFilter" + ] + ] + ], + "TemplateOverrideExceptionReporter": [ + [ + "tests/view_tests/views.py", + [ + "TemplateOverrideExceptionReporter" + ] + ] + ], + "WSGITest": [ + [ + "tests/wsgi/tests.py", + [ + "WSGITest" + ] + ] + ], + "GetInternalWSGIApplicationTest": [ + [ + "tests/wsgi/tests.py", + [ + "GetInternalWSGIApplicationTest" + ] + ] + ] +} \ No newline at end of file