README.rst
setup.cfg
setup.py
src/django_tests/__init__.py
src/django_tests/runtests.py
src/django_tests/test_sqlite.py
src/django_tests/urls.py
src/django_tests.egg-info/PKG-INFO
src/django_tests.egg-info/SOURCES.txt
src/django_tests.egg-info/dependency_links.txt
src/django_tests.egg-info/not-zip-safe
src/django_tests.egg-info/pbr.json
src/django_tests.egg-info/top_level.txt
src/django_tests/absolute_url_overrides/__init__.py
src/django_tests/absolute_url_overrides/tests.py
src/django_tests/admin_autodiscover/__init__.py
src/django_tests/admin_autodiscover/admin.py
src/django_tests/admin_autodiscover/models.py
src/django_tests/admin_autodiscover/tests.py
src/django_tests/admin_changelist/__init__.py
src/django_tests/admin_changelist/admin.py
src/django_tests/admin_changelist/models.py
src/django_tests/admin_changelist/tests.py
src/django_tests/admin_changelist/urls.py
src/django_tests/admin_checks/__init__.py
src/django_tests/admin_checks/models.py
src/django_tests/admin_checks/tests.py
src/django_tests/admin_custom_urls/__init__.py
src/django_tests/admin_custom_urls/models.py
src/django_tests/admin_custom_urls/tests.py
src/django_tests/admin_custom_urls/urls.py
src/django_tests/admin_docs/__init__.py
src/django_tests/admin_docs/models.py
src/django_tests/admin_docs/tests.py
src/django_tests/admin_docs/urls.py
src/django_tests/admin_docs/views.py
src/django_tests/admin_filters/__init__.py
src/django_tests/admin_filters/models.py
src/django_tests/admin_filters/tests.py
src/django_tests/admin_inlines/__init__.py
src/django_tests/admin_inlines/admin.py
src/django_tests/admin_inlines/models.py
src/django_tests/admin_inlines/tests.py
src/django_tests/admin_inlines/urls.py
src/django_tests/admin_ordering/__init__.py
src/django_tests/admin_ordering/models.py
src/django_tests/admin_ordering/tests.py
src/django_tests/admin_registration/__init__.py
src/django_tests/admin_registration/models.py
src/django_tests/admin_registration/tests.py
src/django_tests/admin_scripts/__init__.py
src/django_tests/admin_scripts/tests.py
src/django_tests/admin_scripts/urls.py
src/django_tests/admin_scripts/app_raising_messages/__init__.py
src/django_tests/admin_scripts/app_raising_messages/models.py
src/django_tests/admin_scripts/app_raising_warning/__init__.py
src/django_tests/admin_scripts/app_raising_warning/models.py
src/django_tests/admin_scripts/app_with_import/__init__.py
src/django_tests/admin_scripts/app_with_import/models.py
src/django_tests/admin_scripts/broken_app/__init__.py
src/django_tests/admin_scripts/broken_app/models.py
src/django_tests/admin_scripts/complex_app/__init__.py
src/django_tests/admin_scripts/complex_app/admin/__init__.py
src/django_tests/admin_scripts/complex_app/admin/foo.py
src/django_tests/admin_scripts/complex_app/management/__init__.py
src/django_tests/admin_scripts/complex_app/management/commands/__init__.py
src/django_tests/admin_scripts/complex_app/management/commands/duplicate.py
src/django_tests/admin_scripts/complex_app/models/__init__.py
src/django_tests/admin_scripts/complex_app/models/bar.py
src/django_tests/admin_scripts/complex_app/models/foo.py
src/django_tests/admin_scripts/management/__init__.py
src/django_tests/admin_scripts/management/commands/__init__.py
src/django_tests/admin_scripts/management/commands/app_command.py
src/django_tests/admin_scripts/management/commands/base_command.py
src/django_tests/admin_scripts/management/commands/custom_startproject.py
src/django_tests/admin_scripts/management/commands/label_command.py
src/django_tests/admin_scripts/management/commands/noargs_command.py
src/django_tests/admin_scripts/management/commands/validation_command.py
src/django_tests/admin_scripts/simple_app/__init__.py
src/django_tests/admin_scripts/simple_app/models.py
src/django_tests/admin_scripts/simple_app/management/__init__.py
src/django_tests/admin_scripts/simple_app/management/commands/__init__.py
src/django_tests/admin_scripts/simple_app/management/commands/duplicate.py
src/django_tests/admin_utils/__init__.py
src/django_tests/admin_utils/models.py
src/django_tests/admin_utils/tests.py
src/django_tests/admin_validation/__init__.py
src/django_tests/admin_validation/models.py
src/django_tests/admin_validation/tests.py
src/django_tests/admin_views/__init__.py
src/django_tests/admin_views/admin.py
src/django_tests/admin_views/custom_has_permission_admin.py
src/django_tests/admin_views/customadmin.py
src/django_tests/admin_views/forms.py
src/django_tests/admin_views/models.py
src/django_tests/admin_views/tests.py
src/django_tests/admin_views/urls.py
src/django_tests/admin_views/views.py
src/django_tests/admin_widgets/__init__.py
src/django_tests/admin_widgets/models.py
src/django_tests/admin_widgets/tests.py
src/django_tests/admin_widgets/urls.py
src/django_tests/admin_widgets/widgetadmin.py
src/django_tests/aggregation/__init__.py
src/django_tests/aggregation/models.py
src/django_tests/aggregation/tests.py
src/django_tests/aggregation_regress/__init__.py
src/django_tests/aggregation_regress/models.py
src/django_tests/aggregation_regress/tests.py
src/django_tests/annotations/__init__.py
src/django_tests/annotations/models.py
src/django_tests/annotations/tests.py
src/django_tests/app_loading/__init__.py
src/django_tests/app_loading/tests.py
src/django_tests/app_loading/not_installed/__init__.py
src/django_tests/app_loading/not_installed/models.py
src/django_tests/apps/__init__.py
src/django_tests/apps/apps.py
src/django_tests/apps/models.py
src/django_tests/apps/tests.py
src/django_tests/apps/default_config_app/__init__.py
src/django_tests/apps/default_config_app/apps.py
src/django_tests/auth_tests/__init__.py
src/django_tests/auth_tests/backend_alias.py
src/django_tests/auth_tests/settings.py
src/django_tests/auth_tests/test_auth_backends.py
src/django_tests/auth_tests/test_basic.py
src/django_tests/auth_tests/test_context_processors.py
src/django_tests/auth_tests/test_decorators.py
src/django_tests/auth_tests/test_forms.py
src/django_tests/auth_tests/test_handlers.py
src/django_tests/auth_tests/test_hashers.py
src/django_tests/auth_tests/test_management.py
src/django_tests/auth_tests/test_middleware.py
src/django_tests/auth_tests/test_models.py
src/django_tests/auth_tests/test_remote_user.py
src/django_tests/auth_tests/test_signals.py
src/django_tests/auth_tests/test_templates.py
src/django_tests/auth_tests/test_tokens.py
src/django_tests/auth_tests/test_views.py
src/django_tests/auth_tests/urls.py
src/django_tests/auth_tests/urls_admin.py
src/django_tests/auth_tests/urls_custom_user_admin.py
src/django_tests/auth_tests/models/__init__.py
src/django_tests/auth_tests/models/custom_permissions.py
src/django_tests/auth_tests/models/invalid_models.py
src/django_tests/auth_tests/models/is_active.py
src/django_tests/auth_tests/models/uuid_pk.py
src/django_tests/auth_tests/models/with_foreign_key.py
src/django_tests/backends/__init__.py
src/django_tests/backends/models.py
src/django_tests/backends/tests.py
src/django_tests/base/__init__.py
src/django_tests/base/models.py
src/django_tests/bash_completion/__init__.py
src/django_tests/bash_completion/tests.py
src/django_tests/bash_completion/management/__init__.py
src/django_tests/bash_completion/management/commands/__init__.py
src/django_tests/bash_completion/management/commands/test_command.py
src/django_tests/basic/__init__.py
src/django_tests/basic/models.py
src/django_tests/basic/tests.py
src/django_tests/builtin_server/__init__.py
src/django_tests/builtin_server/tests.py
src/django_tests/bulk_create/__init__.py
src/django_tests/bulk_create/models.py
src/django_tests/bulk_create/tests.py
src/django_tests/cache/__init__.py
src/django_tests/cache/closeable_cache.py
src/django_tests/cache/liberal_backend.py
src/django_tests/cache/models.py
src/django_tests/cache/tests.py
src/django_tests/check_framework/__init__.py
src/django_tests/check_framework/models.py
src/django_tests/check_framework/test_model_field_deprecation.py
src/django_tests/check_framework/test_security.py
src/django_tests/check_framework/tests.py
src/django_tests/choices/__init__.py
src/django_tests/choices/models.py
src/django_tests/choices/tests.py
src/django_tests/commands_sql/__init__.py
src/django_tests/commands_sql/models.py
src/django_tests/commands_sql/tests.py
src/django_tests/commands_sql_migrations/__init__.py
src/django_tests/commands_sql_migrations/models.py
src/django_tests/commands_sql_migrations/tests.py
src/django_tests/commands_sql_migrations/migrations/0001_initial.py
src/django_tests/commands_sql_migrations/migrations/__init__.py
src/django_tests/conditional_processing/__init__.py
src/django_tests/conditional_processing/tests.py
src/django_tests/conditional_processing/urls.py
src/django_tests/conditional_processing/views.py
src/django_tests/contenttypes_tests/__init__.py
src/django_tests/contenttypes_tests/models.py
src/django_tests/contenttypes_tests/test_models.py
src/django_tests/contenttypes_tests/tests.py
src/django_tests/contenttypes_tests/urls.py
src/django_tests/context_processors/__init__.py
src/django_tests/context_processors/models.py
src/django_tests/context_processors/tests.py
src/django_tests/context_processors/urls.py
src/django_tests/context_processors/views.py
src/django_tests/createsuperuser/__init__.py
src/django_tests/createsuperuser/tests.py
src/django_tests/csrf_tests/__init__.py
src/django_tests/csrf_tests/test_context_processor.py
src/django_tests/csrf_tests/tests.py
src/django_tests/custom_columns/__init__.py
src/django_tests/custom_columns/models.py
src/django_tests/custom_columns/tests.py
src/django_tests/custom_lookups/__init__.py
src/django_tests/custom_lookups/models.py
src/django_tests/custom_lookups/tests.py
src/django_tests/custom_managers/__init__.py
src/django_tests/custom_managers/models.py
src/django_tests/custom_managers/tests.py
src/django_tests/custom_methods/__init__.py
src/django_tests/custom_methods/models.py
src/django_tests/custom_methods/tests.py
src/django_tests/custom_migration_operations/__init__.py
src/django_tests/custom_migration_operations/more_operations.py
src/django_tests/custom_migration_operations/operations.py
src/django_tests/custom_pk/__init__.py
src/django_tests/custom_pk/fields.py
src/django_tests/custom_pk/models.py
src/django_tests/custom_pk/tests.py
src/django_tests/datatypes/__init__.py
src/django_tests/datatypes/models.py
src/django_tests/datatypes/tests.py
src/django_tests/dates/__init__.py
src/django_tests/dates/models.py
src/django_tests/dates/tests.py
src/django_tests/datetimes/__init__.py
src/django_tests/datetimes/models.py
src/django_tests/datetimes/tests.py
src/django_tests/db_functions/__init__.py
src/django_tests/db_functions/models.py
src/django_tests/db_functions/tests.py
src/django_tests/db_typecasts/__init__.py
src/django_tests/db_typecasts/tests.py
src/django_tests/dbshell/__init__.py
src/django_tests/dbshell/tests.py
src/django_tests/decorators/__init__.py
src/django_tests/decorators/tests.py
src/django_tests/defer/__init__.py
src/django_tests/defer/models.py
src/django_tests/defer/tests.py
src/django_tests/defer_regress/__init__.py
src/django_tests/defer_regress/models.py
src/django_tests/defer_regress/tests.py
src/django_tests/delete/__init__.py
src/django_tests/delete/models.py
src/django_tests/delete/tests.py
src/django_tests/delete_regress/__init__.py
src/django_tests/delete_regress/models.py
src/django_tests/delete_regress/tests.py
src/django_tests/deprecation/__init__.py
src/django_tests/deprecation/tests.py
src/django_tests/dispatch/__init__.py
src/django_tests/dispatch/tests.py
src/django_tests/distinct_on_fields/__init__.py
src/django_tests/distinct_on_fields/models.py
src/django_tests/distinct_on_fields/tests.py
src/django_tests/empty/__init__.py
src/django_tests/empty/models.py
src/django_tests/empty/tests.py
src/django_tests/empty/no_models/__init__.py
src/django_tests/expressions/__init__.py
src/django_tests/expressions/models.py
src/django_tests/expressions/tests.py
src/django_tests/expressions_case/__init__.py
src/django_tests/expressions_case/models.py
src/django_tests/expressions_case/tests.py
src/django_tests/extra_regress/__init__.py
src/django_tests/extra_regress/models.py
src/django_tests/extra_regress/tests.py
src/django_tests/field_deconstruction/__init__.py
src/django_tests/field_deconstruction/tests.py
src/django_tests/field_defaults/__init__.py
src/django_tests/field_defaults/models.py
src/django_tests/field_defaults/tests.py
src/django_tests/field_subclassing/__init__.py
src/django_tests/field_subclassing/fields.py
src/django_tests/field_subclassing/models.py
src/django_tests/field_subclassing/tests.py
src/django_tests/file_storage/__init__.py
src/django_tests/file_storage/models.py
src/django_tests/file_storage/tests.py
src/django_tests/file_storage/urls.py
src/django_tests/file_uploads/__init__.py
src/django_tests/file_uploads/models.py
src/django_tests/file_uploads/tests.py
src/django_tests/file_uploads/uploadhandler.py
src/django_tests/file_uploads/urls.py
src/django_tests/file_uploads/views.py
src/django_tests/files/__init__.py
src/django_tests/files/tests.py
src/django_tests/fixtures/__init__.py
src/django_tests/fixtures/models.py
src/django_tests/fixtures/tests.py
src/django_tests/fixtures_migration/__init__.py
src/django_tests/fixtures_migration/models.py
src/django_tests/fixtures_migration/tests.py
src/django_tests/fixtures_migration/migrations/0001_initial.py
src/django_tests/fixtures_migration/migrations/__init__.py
src/django_tests/fixtures_model_package/__init__.py
src/django_tests/fixtures_model_package/tests.py
src/django_tests/fixtures_model_package/models/__init__.py
src/django_tests/fixtures_regress/__init__.py
src/django_tests/fixtures_regress/models.py
src/django_tests/fixtures_regress/tests.py
src/django_tests/flatpages_tests/__init__.py
src/django_tests/flatpages_tests/settings.py
src/django_tests/flatpages_tests/test_csrf.py
src/django_tests/flatpages_tests/test_forms.py
src/django_tests/flatpages_tests/test_middleware.py
src/django_tests/flatpages_tests/test_models.py
src/django_tests/flatpages_tests/test_sitemaps.py
src/django_tests/flatpages_tests/test_templatetags.py
src/django_tests/flatpages_tests/test_views.py
src/django_tests/flatpages_tests/urls.py
src/django_tests/force_insert_update/__init__.py
src/django_tests/force_insert_update/models.py
src/django_tests/force_insert_update/tests.py
src/django_tests/foreign_object/__init__.py
src/django_tests/foreign_object/models.py
src/django_tests/foreign_object/tests.py
src/django_tests/forms_tests/__init__.py
src/django_tests/forms_tests/models.py
src/django_tests/forms_tests/urls.py
src/django_tests/forms_tests/views.py
src/django_tests/forms_tests/tests/__init__.py
src/django_tests/forms_tests/tests/test_error_messages.py
src/django_tests/forms_tests/tests/test_extra.py
src/django_tests/forms_tests/tests/test_fields.py
src/django_tests/forms_tests/tests/test_forms.py
src/django_tests/forms_tests/tests/test_formsets.py
src/django_tests/forms_tests/tests/test_input_formats.py
src/django_tests/forms_tests/tests/test_media.py
src/django_tests/forms_tests/tests/test_regressions.py
src/django_tests/forms_tests/tests/test_utils.py
src/django_tests/forms_tests/tests/test_validators.py
src/django_tests/forms_tests/tests/test_widgets.py
src/django_tests/forms_tests/tests/tests.py
src/django_tests/from_db_value/__init__.py
src/django_tests/from_db_value/models.py
src/django_tests/from_db_value/tests.py
src/django_tests/generic_inline_admin/__init__.py
src/django_tests/generic_inline_admin/admin.py
src/django_tests/generic_inline_admin/models.py
src/django_tests/generic_inline_admin/tests.py
src/django_tests/generic_inline_admin/urls.py
src/django_tests/generic_relations/__init__.py
src/django_tests/generic_relations/models.py
src/django_tests/generic_relations/tests.py
src/django_tests/generic_relations_regress/__init__.py
src/django_tests/generic_relations_regress/models.py
src/django_tests/generic_relations_regress/tests.py
src/django_tests/generic_views/__init__.py
src/django_tests/generic_views/models.py
src/django_tests/generic_views/test_base.py
src/django_tests/generic_views/test_dates.py
src/django_tests/generic_views/test_detail.py
src/django_tests/generic_views/test_edit.py
src/django_tests/generic_views/test_forms.py
src/django_tests/generic_views/test_list.py
src/django_tests/generic_views/urls.py
src/django_tests/generic_views/views.py
src/django_tests/get_earliest_or_latest/__init__.py
src/django_tests/get_earliest_or_latest/models.py
src/django_tests/get_earliest_or_latest/tests.py
src/django_tests/get_object_or_404/__init__.py
src/django_tests/get_object_or_404/models.py
src/django_tests/get_object_or_404/tests.py
src/django_tests/get_or_create/__init__.py
src/django_tests/get_or_create/models.py
src/django_tests/get_or_create/tests.py
src/django_tests/gis_tests/__init__.py
src/django_tests/gis_tests/test_data.py
src/django_tests/gis_tests/test_geoforms.py
src/django_tests/gis_tests/test_geoip.py
src/django_tests/gis_tests/test_measure.py
src/django_tests/gis_tests/test_spatialrefsys.py
src/django_tests/gis_tests/tests.py
src/django_tests/gis_tests/utils.py
src/django_tests/gis_tests/distapp/__init__.py
src/django_tests/gis_tests/distapp/models.py
src/django_tests/gis_tests/distapp/tests.py
src/django_tests/gis_tests/gdal_tests/__init__.py
src/django_tests/gis_tests/gdal_tests/test_driver.py
src/django_tests/gis_tests/gdal_tests/test_ds.py
src/django_tests/gis_tests/gdal_tests/test_envelope.py
src/django_tests/gis_tests/gdal_tests/test_geom.py
src/django_tests/gis_tests/gdal_tests/test_raster.py
src/django_tests/gis_tests/gdal_tests/test_srs.py
src/django_tests/gis_tests/geo3d/__init__.py
src/django_tests/gis_tests/geo3d/models.py
src/django_tests/gis_tests/geo3d/tests.py
src/django_tests/gis_tests/geo3d/views.py
src/django_tests/gis_tests/geoadmin/__init__.py
src/django_tests/gis_tests/geoadmin/admin.py
src/django_tests/gis_tests/geoadmin/models.py
src/django_tests/gis_tests/geoadmin/tests.py
src/django_tests/gis_tests/geoadmin/urls.py
src/django_tests/gis_tests/geoapp/__init__.py
src/django_tests/gis_tests/geoapp/feeds.py
src/django_tests/gis_tests/geoapp/models.py
src/django_tests/gis_tests/geoapp/sitemaps.py
src/django_tests/gis_tests/geoapp/test_feeds.py
src/django_tests/gis_tests/geoapp/test_regress.py
src/django_tests/gis_tests/geoapp/test_serializers.py
src/django_tests/gis_tests/geoapp/test_sitemaps.py
src/django_tests/gis_tests/geoapp/tests.py
src/django_tests/gis_tests/geoapp/urls.py
src/django_tests/gis_tests/geogapp/__init__.py
src/django_tests/gis_tests/geogapp/models.py
src/django_tests/gis_tests/geogapp/tests.py
src/django_tests/gis_tests/geos_tests/__init__.py
src/django_tests/gis_tests/geos_tests/test_geos.py
src/django_tests/gis_tests/geos_tests/test_geos_mutation.py
src/django_tests/gis_tests/geos_tests/test_io.py
src/django_tests/gis_tests/geos_tests/test_mutable_list.py
src/django_tests/gis_tests/gis_migrations/__init__.py
src/django_tests/gis_tests/gis_migrations/test_commands.py
src/django_tests/gis_tests/gis_migrations/test_operations.py
src/django_tests/gis_tests/gis_migrations/migrations/0001_initial.py
src/django_tests/gis_tests/gis_migrations/migrations/__init__.py
src/django_tests/gis_tests/inspectapp/__init__.py
src/django_tests/gis_tests/inspectapp/models.py
src/django_tests/gis_tests/inspectapp/tests.py
src/django_tests/gis_tests/layermap/__init__.py
src/django_tests/gis_tests/layermap/models.py
src/django_tests/gis_tests/layermap/tests.py
src/django_tests/gis_tests/maps/__init__.py
src/django_tests/gis_tests/maps/tests.py
src/django_tests/gis_tests/relatedapp/__init__.py
src/django_tests/gis_tests/relatedapp/models.py
src/django_tests/gis_tests/relatedapp/tests.py
src/django_tests/handlers/__init__.py
src/django_tests/handlers/tests.py
src/django_tests/handlers/urls.py
src/django_tests/handlers/views.py
src/django_tests/http_utils/__init__.py
src/django_tests/http_utils/tests.py
src/django_tests/httpwrappers/__init__.py
src/django_tests/httpwrappers/tests.py
src/django_tests/humanize_tests/__init__.py
src/django_tests/humanize_tests/tests.py
src/django_tests/i18n/__init__.py
src/django_tests/i18n/forms.py
src/django_tests/i18n/models.py
src/django_tests/i18n/test_compilation.py
src/django_tests/i18n/test_extraction.py
src/django_tests/i18n/tests.py
src/django_tests/i18n/urls.py
src/django_tests/i18n/commands/__init__.py
src/django_tests/i18n/contenttypes/__init__.py
src/django_tests/i18n/contenttypes/tests.py
src/django_tests/i18n/exclude/__init__.py
src/django_tests/i18n/other/__init__.py
src/django_tests/i18n/other/locale/__init__.py
src/django_tests/i18n/other/locale/de/__init__.py
src/django_tests/i18n/other/locale/de/formats.py
src/django_tests/i18n/other2/__init__.py
src/django_tests/i18n/other2/locale/__init__.py
src/django_tests/i18n/other2/locale/de/__init__.py
src/django_tests/i18n/other2/locale/de/formats.py
src/django_tests/i18n/patterns/__init__.py
src/django_tests/i18n/patterns/tests.py
src/django_tests/i18n/patterns/urls/__init__.py
src/django_tests/i18n/patterns/urls/default.py
src/django_tests/i18n/patterns/urls/disabled.py
src/django_tests/i18n/patterns/urls/included.py
src/django_tests/i18n/patterns/urls/namespace.py
src/django_tests/i18n/patterns/urls/path_unused.py
src/django_tests/i18n/patterns/urls/wrong.py
src/django_tests/i18n/patterns/urls/wrong_namespace.py
src/django_tests/i18n/project_dir/__init__.py
src/django_tests/i18n/project_dir/app_no_locale/__init__.py
src/django_tests/i18n/project_dir/app_no_locale/models.py
src/django_tests/i18n/project_dir/app_with_locale/__init__.py
src/django_tests/i18n/project_dir/app_with_locale/models.py
src/django_tests/i18n/resolution/__init__.py
src/django_tests/import_error_package/__init__.py
src/django_tests/indexes/__init__.py
src/django_tests/indexes/models.py
src/django_tests/indexes/tests.py
src/django_tests/initial_sql_regress/__init__.py
src/django_tests/initial_sql_regress/models.py
src/django_tests/initial_sql_regress/tests.py
src/django_tests/inline_formsets/__init__.py
src/django_tests/inline_formsets/models.py
src/django_tests/inline_formsets/tests.py
src/django_tests/inspectdb/__init__.py
src/django_tests/inspectdb/models.py
src/django_tests/inspectdb/tests.py
src/django_tests/introspection/__init__.py
src/django_tests/introspection/models.py
src/django_tests/introspection/tests.py
src/django_tests/invalid_models_tests/__init__.py
src/django_tests/invalid_models_tests/base.py
src/django_tests/invalid_models_tests/test_backend_specific.py
src/django_tests/invalid_models_tests/test_custom_fields.py
src/django_tests/invalid_models_tests/test_models.py
src/django_tests/invalid_models_tests/test_ordinary_fields.py
src/django_tests/invalid_models_tests/test_relative_fields.py
src/django_tests/known_related_objects/__init__.py
src/django_tests/known_related_objects/models.py
src/django_tests/known_related_objects/tests.py
src/django_tests/logging_tests/__init__.py
src/django_tests/logging_tests/logconfig.py
src/django_tests/logging_tests/tests.py
src/django_tests/logging_tests/urls.py
src/django_tests/logging_tests/views.py
src/django_tests/lookup/__init__.py
src/django_tests/lookup/models.py
src/django_tests/lookup/tests.py
src/django_tests/m2m_and_m2o/__init__.py
src/django_tests/m2m_and_m2o/models.py
src/django_tests/m2m_and_m2o/tests.py
src/django_tests/m2m_intermediary/__init__.py
src/django_tests/m2m_intermediary/models.py
src/django_tests/m2m_intermediary/tests.py
src/django_tests/m2m_multiple/__init__.py
src/django_tests/m2m_multiple/models.py
src/django_tests/m2m_multiple/tests.py
src/django_tests/m2m_recursive/__init__.py
src/django_tests/m2m_recursive/models.py
src/django_tests/m2m_recursive/tests.py
src/django_tests/m2m_regress/__init__.py
src/django_tests/m2m_regress/models.py
src/django_tests/m2m_regress/tests.py
src/django_tests/m2m_signals/__init__.py
src/django_tests/m2m_signals/models.py
src/django_tests/m2m_signals/tests.py
src/django_tests/m2m_through/__init__.py
src/django_tests/m2m_through/models.py
src/django_tests/m2m_through/tests.py
src/django_tests/m2m_through_regress/__init__.py
src/django_tests/m2m_through_regress/models.py
src/django_tests/m2m_through_regress/tests.py
src/django_tests/m2o_recursive/__init__.py
src/django_tests/m2o_recursive/models.py
src/django_tests/m2o_recursive/tests.py
src/django_tests/mail/__init__.py
src/django_tests/mail/custombackend.py
src/django_tests/mail/tests.py
src/django_tests/managers_regress/__init__.py
src/django_tests/managers_regress/models.py
src/django_tests/managers_regress/tests.py
src/django_tests/many_to_many/__init__.py
src/django_tests/many_to_many/models.py
src/django_tests/many_to_many/tests.py
src/django_tests/many_to_one/__init__.py
src/django_tests/many_to_one/models.py
src/django_tests/many_to_one/tests.py
src/django_tests/many_to_one_null/__init__.py
src/django_tests/many_to_one_null/models.py
src/django_tests/many_to_one_null/tests.py
src/django_tests/max_lengths/__init__.py
src/django_tests/max_lengths/models.py
src/django_tests/max_lengths/tests.py
src/django_tests/messages_tests/__init__.py
src/django_tests/messages_tests/base.py
src/django_tests/messages_tests/test_api.py
src/django_tests/messages_tests/test_cookie.py
src/django_tests/messages_tests/test_fallback.py
src/django_tests/messages_tests/test_middleware.py
src/django_tests/messages_tests/test_mixins.py
src/django_tests/messages_tests/test_session.py
src/django_tests/messages_tests/urls.py
src/django_tests/middleware/__init__.py
src/django_tests/middleware/cond_get_urls.py
src/django_tests/middleware/extra_urls.py
src/django_tests/middleware/test_security.py
src/django_tests/middleware/tests.py
src/django_tests/middleware/urls.py
src/django_tests/middleware/views.py
src/django_tests/middleware_exceptions/__init__.py
src/django_tests/middleware_exceptions/tests.py
src/django_tests/middleware_exceptions/urls.py
src/django_tests/middleware_exceptions/views.py
src/django_tests/migrate_signals/__init__.py
src/django_tests/migrate_signals/models.py
src/django_tests/migrate_signals/tests.py
src/django_tests/migrate_signals/custom_migrations/__init__.py
src/django_tests/migration_test_data_persistence/__init__.py
src/django_tests/migration_test_data_persistence/models.py
src/django_tests/migration_test_data_persistence/tests.py
src/django_tests/migration_test_data_persistence/migrations/0001_initial.py
src/django_tests/migration_test_data_persistence/migrations/0002_add_book.py
src/django_tests/migration_test_data_persistence/migrations/__init__.py
src/django_tests/migrations/__init__.py
src/django_tests/migrations/models.py
src/django_tests/migrations/test_autodetector.py
src/django_tests/migrations/test_base.py
src/django_tests/migrations/test_commands.py
src/django_tests/migrations/test_executor.py
src/django_tests/migrations/test_graph.py
src/django_tests/migrations/test_loader.py
src/django_tests/migrations/test_multidb.py
src/django_tests/migrations/test_operations.py
src/django_tests/migrations/test_optimizer.py
src/django_tests/migrations/test_state.py
src/django_tests/migrations/test_writer.py
src/django_tests/migrations/faulty_migrations/__init__.py
src/django_tests/migrations/faulty_migrations/file.py
src/django_tests/migrations/migrations_test_apps/__init__.py
src/django_tests/migrations/migrations_test_apps/alter_fk/__init__.py
src/django_tests/migrations/migrations_test_apps/alter_fk/author_app/__init__.py
src/django_tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id.py
src/django_tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/alter_fk/book_app/__init__.py
src/django_tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/lookuperror_a/__init__.py
src/django_tests/migrations/migrations_test_apps/lookuperror_a/models.py
src/django_tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2.py
src/django_tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3.py
src/django_tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4.py
src/django_tests/migrations/migrations_test_apps/lookuperror_a/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/lookuperror_b/__init__.py
src/django_tests/migrations/migrations_test_apps/lookuperror_b/models.py
src/django_tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2.py
src/django_tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3.py
src/django_tests/migrations/migrations_test_apps/lookuperror_b/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/lookuperror_c/__init__.py
src/django_tests/migrations/migrations_test_apps/lookuperror_c/models.py
src/django_tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2.py
src/django_tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3.py
src/django_tests/migrations/migrations_test_apps/lookuperror_c/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/migrated_app/__init__.py
src/django_tests/migrations/migrations_test_apps/migrated_app/models.py
src/django_tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/migrated_app/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/migrated_unapplied_app/__init__.py
src/django_tests/migrations/migrations_test_apps/migrated_unapplied_app/models.py
src/django_tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/normal/__init__.py
src/django_tests/migrations/migrations_test_apps/unmigrated_app/__init__.py
src/django_tests/migrations/migrations_test_apps/unmigrated_app/models.py
src/django_tests/migrations/migrations_test_apps/unspecified_app_with_conflict/__init__.py
src/django_tests/migrations/migrations_test_apps/unspecified_app_with_conflict/models.py
src/django_tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial.py
src/django_tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second.py
src/django_tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second.py
src/django_tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/__init__.py
src/django_tests/migrations/migrations_test_apps/with_package_model/__init__.py
src/django_tests/migrations/migrations_test_apps/with_package_model/models/__init__.py
src/django_tests/migrations/migrations_test_apps/without_init_file/__init__.py
src/django_tests/migrations/related_models_app/__init__.py
src/django_tests/migrations/test_migrations/0001_initial.py
src/django_tests/migrations/test_migrations/0002_second.py
src/django_tests/migrations/test_migrations/__init__.py
src/django_tests/migrations/test_migrations_conflict/0001_initial.py
src/django_tests/migrations/test_migrations_conflict/0002_conflicting_second.py
src/django_tests/migrations/test_migrations_conflict/0002_second.py
src/django_tests/migrations/test_migrations_conflict/__init__.py
src/django_tests/migrations/test_migrations_custom_user/0001_initial.py
src/django_tests/migrations/test_migrations_custom_user/__init__.py
src/django_tests/migrations/test_migrations_empty/__init__.py
src/django_tests/migrations/test_migrations_first/__init__.py
src/django_tests/migrations/test_migrations_first/second.py
src/django_tests/migrations/test_migrations_first/thefirst.py
src/django_tests/migrations/test_migrations_no_ancestor/0001_initial.py
src/django_tests/migrations/test_migrations_no_ancestor/0002_conflicting_second.py
src/django_tests/migrations/test_migrations_no_ancestor/0002_second.py
src/django_tests/migrations/test_migrations_no_ancestor/__init__.py
src/django_tests/migrations/test_migrations_no_changes/0001_initial.py
src/django_tests/migrations/test_migrations_no_changes/0002_second.py
src/django_tests/migrations/test_migrations_no_changes/0003_third.py
src/django_tests/migrations/test_migrations_no_changes/__init__.py
src/django_tests/migrations/test_migrations_no_default/0001_initial.py
src/django_tests/migrations/test_migrations_no_default/__init__.py
src/django_tests/migrations/test_migrations_run_before/0001_initial.py
src/django_tests/migrations/test_migrations_run_before/0002_second.py
src/django_tests/migrations/test_migrations_run_before/0003_third.py
src/django_tests/migrations/test_migrations_run_before/__init__.py
src/django_tests/migrations/test_migrations_squashed/0001_initial.py
src/django_tests/migrations/test_migrations_squashed/0001_squashed_0002.py
src/django_tests/migrations/test_migrations_squashed/0002_second.py
src/django_tests/migrations/test_migrations_squashed/__init__.py
src/django_tests/migrations/test_migrations_squashed_complex/1_auto.py
src/django_tests/migrations/test_migrations_squashed_complex/2_auto.py
src/django_tests/migrations/test_migrations_squashed_complex/3_auto.py
src/django_tests/migrations/test_migrations_squashed_complex/3_squashed_5.py
src/django_tests/migrations/test_migrations_squashed_complex/4_auto.py
src/django_tests/migrations/test_migrations_squashed_complex/5_auto.py
src/django_tests/migrations/test_migrations_squashed_complex/6_auto.py
src/django_tests/migrations/test_migrations_squashed_complex/7_auto.py
src/django_tests/migrations/test_migrations_squashed_complex/__init__.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/__init__.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app1/__init__.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto.py
src/django_tests/migrations/test_migrations_squashed_complex_multi_apps/app2/__init__.py
src/django_tests/migrations/test_migrations_squashed_erroneous/1_auto.py
src/django_tests/migrations/test_migrations_squashed_erroneous/2_auto.py
src/django_tests/migrations/test_migrations_squashed_erroneous/3_squashed_5.py
src/django_tests/migrations/test_migrations_squashed_erroneous/6_auto.py
src/django_tests/migrations/test_migrations_squashed_erroneous/7_auto.py
src/django_tests/migrations/test_migrations_squashed_erroneous/__init__.py
src/django_tests/migrations/test_migrations_unmigdep/0001_initial.py
src/django_tests/migrations/test_migrations_unmigdep/__init__.py
src/django_tests/migrations2/__init__.py
src/django_tests/migrations2/models.py
src/django_tests/migrations2/test_migrations_2/0001_initial.py
src/django_tests/migrations2/test_migrations_2/__init__.py
src/django_tests/migrations2/test_migrations_2_first/0001_initial.py
src/django_tests/migrations2/test_migrations_2_first/0002_second.py
src/django_tests/migrations2/test_migrations_2_first/__init__.py
src/django_tests/model_fields/__init__.py
src/django_tests/model_fields/models.py
src/django_tests/model_fields/test_durationfield.py
src/django_tests/model_fields/test_field_flags.py
src/django_tests/model_fields/test_imagefield.py
src/django_tests/model_fields/test_uuid.py
src/django_tests/model_fields/tests.py
src/django_tests/model_forms/__init__.py
src/django_tests/model_forms/models.py
src/django_tests/model_forms/tests.py
src/django_tests/model_formsets/__init__.py
src/django_tests/model_formsets/models.py
src/django_tests/model_formsets/test_uuid.py
src/django_tests/model_formsets/tests.py
src/django_tests/model_formsets_regress/__init__.py
src/django_tests/model_formsets_regress/models.py
src/django_tests/model_formsets_regress/tests.py
src/django_tests/model_inheritance/__init__.py
src/django_tests/model_inheritance/models.py
src/django_tests/model_inheritance/tests.py
src/django_tests/model_inheritance/same_model_name/__init__.py
src/django_tests/model_inheritance/same_model_name/models.py
src/django_tests/model_inheritance_regress/__init__.py
src/django_tests/model_inheritance_regress/models.py
src/django_tests/model_inheritance_regress/tests.py
src/django_tests/model_meta/__init__.py
src/django_tests/model_meta/models.py
src/django_tests/model_meta/results.py
src/django_tests/model_meta/test_legacy.py
src/django_tests/model_meta/tests.py
src/django_tests/model_options/__init__.py
src/django_tests/model_options/test_default_related_name.py
src/django_tests/model_options/test_tablespaces.py
src/django_tests/model_options/models/__init__.py
src/django_tests/model_options/models/default_related_name.py
src/django_tests/model_options/models/tablespaces.py
src/django_tests/model_package/__init__.py
src/django_tests/model_package/tests.py
src/django_tests/model_package/models/__init__.py
src/django_tests/model_package/models/article.py
src/django_tests/model_package/models/publication.py
src/django_tests/model_permalink/__init__.py
src/django_tests/model_permalink/models.py
src/django_tests/model_permalink/tests.py
src/django_tests/model_permalink/urls.py
src/django_tests/model_permalink/views.py
src/django_tests/model_regress/__init__.py
src/django_tests/model_regress/models.py
src/django_tests/model_regress/test_pickle.py
src/django_tests/model_regress/tests.py
src/django_tests/model_validation/__init__.py
src/django_tests/model_validation/models.py
src/django_tests/model_validation/tests.py
src/django_tests/modeladmin/__init__.py
src/django_tests/modeladmin/models.py
src/django_tests/modeladmin/tests.py
src/django_tests/multiple_database/__init__.py
src/django_tests/multiple_database/models.py
src/django_tests/multiple_database/routers.py
src/django_tests/multiple_database/tests.py
src/django_tests/mutually_referential/__init__.py
src/django_tests/mutually_referential/models.py
src/django_tests/mutually_referential/tests.py
src/django_tests/nested_foreign_keys/__init__.py
src/django_tests/nested_foreign_keys/models.py
src/django_tests/nested_foreign_keys/tests.py
src/django_tests/no_models/__init__.py
src/django_tests/no_models/tests.py
src/django_tests/null_fk/__init__.py
src/django_tests/null_fk/models.py
src/django_tests/null_fk/tests.py
src/django_tests/null_fk_ordering/__init__.py
src/django_tests/null_fk_ordering/models.py
src/django_tests/null_fk_ordering/tests.py
src/django_tests/null_queries/__init__.py
src/django_tests/null_queries/models.py
src/django_tests/null_queries/tests.py
src/django_tests/one_to_one/__init__.py
src/django_tests/one_to_one/models.py
src/django_tests/one_to_one/tests.py
src/django_tests/or_lookups/__init__.py
src/django_tests/or_lookups/models.py
src/django_tests/or_lookups/tests.py
src/django_tests/order_with_respect_to/__init__.py
src/django_tests/order_with_respect_to/models.py
src/django_tests/order_with_respect_to/tests.py
src/django_tests/ordering/__init__.py
src/django_tests/ordering/models.py
src/django_tests/ordering/tests.py
src/django_tests/pagination/__init__.py
src/django_tests/pagination/custom.py
src/django_tests/pagination/models.py
src/django_tests/pagination/tests.py
src/django_tests/postgres_tests/__init__.py
src/django_tests/postgres_tests/models.py
src/django_tests/postgres_tests/test_array.py
src/django_tests/postgres_tests/test_hstore.py
src/django_tests/postgres_tests/test_ranges.py
src/django_tests/postgres_tests/test_unaccent.py
src/django_tests/postgres_tests/array_default_migrations/0001_initial.py
src/django_tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2.py
src/django_tests/postgres_tests/array_default_migrations/__init__.py
src/django_tests/postgres_tests/migrations/0001_setup_extensions.py
src/django_tests/postgres_tests/migrations/0002_create_test_models.py
src/django_tests/postgres_tests/migrations/__init__.py
src/django_tests/prefetch_related/__init__.py
src/django_tests/prefetch_related/models.py
src/django_tests/prefetch_related/test_uuid.py
src/django_tests/prefetch_related/tests.py
src/django_tests/project_template/__init__.py
src/django_tests/project_template/test_settings.py
src/django_tests/project_template/urls.py
src/django_tests/project_template/views.py
src/django_tests/properties/__init__.py
src/django_tests/properties/models.py
src/django_tests/properties/tests.py
src/django_tests/proxy_model_inheritance/__init__.py
src/django_tests/proxy_model_inheritance/models.py
src/django_tests/proxy_model_inheritance/tests.py
src/django_tests/proxy_model_inheritance/app1/__init__.py
src/django_tests/proxy_model_inheritance/app1/models.py
src/django_tests/proxy_model_inheritance/app2/__init__.py
src/django_tests/proxy_model_inheritance/app2/models.py
src/django_tests/proxy_models/__init__.py
src/django_tests/proxy_models/admin.py
src/django_tests/proxy_models/models.py
src/django_tests/proxy_models/tests.py
src/django_tests/proxy_models/urls.py
src/django_tests/queries/__init__.py
src/django_tests/queries/models.py
src/django_tests/queries/tests.py
src/django_tests/queryset_pickle/__init__.py
src/django_tests/queryset_pickle/models.py
src/django_tests/queryset_pickle/tests.py
src/django_tests/raw_query/__init__.py
src/django_tests/raw_query/models.py
src/django_tests/raw_query/tests.py
src/django_tests/redirects_tests/__init__.py
src/django_tests/redirects_tests/tests.py
src/django_tests/requests/__init__.py
src/django_tests/requests/tests.py
src/django_tests/reserved_names/__init__.py
src/django_tests/reserved_names/models.py
src/django_tests/reserved_names/tests.py
src/django_tests/resolve_url/__init__.py
src/django_tests/resolve_url/models.py
src/django_tests/resolve_url/tests.py
src/django_tests/resolve_url/urls.py
src/django_tests/responses/__init__.py
src/django_tests/responses/tests.py
src/django_tests/reverse_lookup/__init__.py
src/django_tests/reverse_lookup/models.py
src/django_tests/reverse_lookup/tests.py
src/django_tests/save_delete_hooks/__init__.py
src/django_tests/save_delete_hooks/models.py
src/django_tests/save_delete_hooks/tests.py
src/django_tests/schema/__init__.py
src/django_tests/schema/fields.py
src/django_tests/schema/models.py
src/django_tests/schema/tests.py
src/django_tests/select_for_update/__init__.py
src/django_tests/select_for_update/models.py
src/django_tests/select_for_update/tests.py
src/django_tests/select_related/__init__.py
src/django_tests/select_related/models.py
src/django_tests/select_related/tests.py
src/django_tests/select_related_onetoone/__init__.py
src/django_tests/select_related_onetoone/models.py
src/django_tests/select_related_onetoone/tests.py
src/django_tests/select_related_regress/__init__.py
src/django_tests/select_related_regress/models.py
src/django_tests/select_related_regress/tests.py
src/django_tests/serializers/__init__.py
src/django_tests/serializers/models.py
src/django_tests/serializers/tests.py
src/django_tests/serializers_regress/__init__.py
src/django_tests/serializers_regress/models.py
src/django_tests/serializers_regress/tests.py
src/django_tests/servers/__init__.py
src/django_tests/servers/models.py
src/django_tests/servers/test_basehttp.py
src/django_tests/servers/tests.py
src/django_tests/servers/urls.py
src/django_tests/servers/views.py
src/django_tests/servers/another_app/__init__.py
src/django_tests/sessions_tests/__init__.py
src/django_tests/sessions_tests/tests.py
src/django_tests/settings_tests/__init__.py
src/django_tests/settings_tests/tests.py
src/django_tests/shortcuts/__init__.py
src/django_tests/shortcuts/tests.py
src/django_tests/shortcuts/urls.py
src/django_tests/shortcuts/views.py
src/django_tests/signals/__init__.py
src/django_tests/signals/models.py
src/django_tests/signals/tests.py
src/django_tests/signed_cookies_tests/__init__.py
src/django_tests/signed_cookies_tests/tests.py
src/django_tests/signing/__init__.py
src/django_tests/signing/tests.py
src/django_tests/sitemaps_tests/__init__.py
src/django_tests/sitemaps_tests/base.py
src/django_tests/sitemaps_tests/models.py
src/django_tests/sitemaps_tests/test_generic.py
src/django_tests/sitemaps_tests/test_http.py
src/django_tests/sitemaps_tests/test_https.py
src/django_tests/sitemaps_tests/urls/__init__.py
src/django_tests/sitemaps_tests/urls/http.py
src/django_tests/sitemaps_tests/urls/https.py
src/django_tests/sites_framework/__init__.py
src/django_tests/sites_framework/models.py
src/django_tests/sites_framework/tests.py
src/django_tests/sites_framework/migrations/0001_initial.py
src/django_tests/sites_framework/migrations/__init__.py
src/django_tests/sites_tests/__init__.py
src/django_tests/sites_tests/tests.py
src/django_tests/staticfiles_tests/__init__.py
src/django_tests/staticfiles_tests/storage.py
src/django_tests/staticfiles_tests/test_liveserver.py
src/django_tests/staticfiles_tests/tests.py
src/django_tests/staticfiles_tests/apps/__init__.py
src/django_tests/staticfiles_tests/apps/no_label/__init__.py
src/django_tests/staticfiles_tests/apps/test/__init__.py
src/django_tests/staticfiles_tests/urls/__init__.py
src/django_tests/staticfiles_tests/urls/default.py
src/django_tests/staticfiles_tests/urls/helper.py
src/django_tests/str/__init__.py
src/django_tests/str/models.py
src/django_tests/str/tests.py
src/django_tests/string_lookup/__init__.py
src/django_tests/string_lookup/models.py
src/django_tests/string_lookup/tests.py
src/django_tests/swappable_models/__init__.py
src/django_tests/swappable_models/models.py
src/django_tests/swappable_models/tests.py
src/django_tests/syndication_tests/__init__.py
src/django_tests/syndication_tests/feeds.py
src/django_tests/syndication_tests/models.py
src/django_tests/syndication_tests/tests.py
src/django_tests/syndication_tests/urls.py
src/django_tests/template_backends/__init__.py
src/django_tests/template_backends/test_django.py
src/django_tests/template_backends/test_dummy.py
src/django_tests/template_backends/test_jinja2.py
src/django_tests/template_backends/test_utils.py
src/django_tests/template_loader/__init__.py
src/django_tests/template_loader/tests.py
src/django_tests/template_tests/__init__.py
src/django_tests/template_tests/alternate_urls.py
src/django_tests/template_tests/test_callables.py
src/django_tests/template_tests/test_context.py
src/django_tests/template_tests/test_custom.py
src/django_tests/template_tests/test_engine.py
src/django_tests/template_tests/test_loaders.py
src/django_tests/template_tests/test_nodelist.py
src/django_tests/template_tests/test_parser.py
src/django_tests/template_tests/test_response.py
src/django_tests/template_tests/test_smartif.py
src/django_tests/template_tests/test_unicode.py
src/django_tests/template_tests/tests.py
src/django_tests/template_tests/urls.py
src/django_tests/template_tests/utils.py
src/django_tests/template_tests/views.py
src/django_tests/template_tests/filter_tests/__init__.py
src/django_tests/template_tests/filter_tests/test_add.py
src/django_tests/template_tests/filter_tests/test_addslashes.py
src/django_tests/template_tests/filter_tests/test_autoescape.py
src/django_tests/template_tests/filter_tests/test_capfirst.py
src/django_tests/template_tests/filter_tests/test_center.py
src/django_tests/template_tests/filter_tests/test_chaining.py
src/django_tests/template_tests/filter_tests/test_cut.py
src/django_tests/template_tests/filter_tests/test_date.py
src/django_tests/template_tests/filter_tests/test_default.py
src/django_tests/template_tests/filter_tests/test_default_if_none.py
src/django_tests/template_tests/filter_tests/test_dictsort.py
src/django_tests/template_tests/filter_tests/test_dictsortreversed.py
src/django_tests/template_tests/filter_tests/test_divisibleby.py
src/django_tests/template_tests/filter_tests/test_escape.py
src/django_tests/template_tests/filter_tests/test_escapejs.py
src/django_tests/template_tests/filter_tests/test_filesizeformat.py
src/django_tests/template_tests/filter_tests/test_first.py
src/django_tests/template_tests/filter_tests/test_floatformat.py
src/django_tests/template_tests/filter_tests/test_force_escape.py
src/django_tests/template_tests/filter_tests/test_get_digit.py
src/django_tests/template_tests/filter_tests/test_iriencode.py
src/django_tests/template_tests/filter_tests/test_join.py
src/django_tests/template_tests/filter_tests/test_last.py
src/django_tests/template_tests/filter_tests/test_length.py
src/django_tests/template_tests/filter_tests/test_length_is.py
src/django_tests/template_tests/filter_tests/test_linebreaks.py
src/django_tests/template_tests/filter_tests/test_linebreaksbr.py
src/django_tests/template_tests/filter_tests/test_linenumbers.py
src/django_tests/template_tests/filter_tests/test_ljust.py
src/django_tests/template_tests/filter_tests/test_lower.py
src/django_tests/template_tests/filter_tests/test_make_list.py
src/django_tests/template_tests/filter_tests/test_phone2numeric.py
src/django_tests/template_tests/filter_tests/test_pluralize.py
src/django_tests/template_tests/filter_tests/test_random.py
src/django_tests/template_tests/filter_tests/test_removetags.py
src/django_tests/template_tests/filter_tests/test_rjust.py
src/django_tests/template_tests/filter_tests/test_safe.py
src/django_tests/template_tests/filter_tests/test_safeseq.py
src/django_tests/template_tests/filter_tests/test_slice.py
src/django_tests/template_tests/filter_tests/test_slugify.py
src/django_tests/template_tests/filter_tests/test_stringformat.py
src/django_tests/template_tests/filter_tests/test_striptags.py
src/django_tests/template_tests/filter_tests/test_time.py
src/django_tests/template_tests/filter_tests/test_timesince.py
src/django_tests/template_tests/filter_tests/test_timeuntil.py
src/django_tests/template_tests/filter_tests/test_title.py
src/django_tests/template_tests/filter_tests/test_truncatechars.py
src/django_tests/template_tests/filter_tests/test_truncatechars_html.py
src/django_tests/template_tests/filter_tests/test_truncatewords.py
src/django_tests/template_tests/filter_tests/test_truncatewords_html.py
src/django_tests/template_tests/filter_tests/test_unordered_list.py
src/django_tests/template_tests/filter_tests/test_upper.py
src/django_tests/template_tests/filter_tests/test_urlencode.py
src/django_tests/template_tests/filter_tests/test_urlize.py
src/django_tests/template_tests/filter_tests/test_urlizetrunc.py
src/django_tests/template_tests/filter_tests/test_wordcount.py
src/django_tests/template_tests/filter_tests/test_wordwrap.py
src/django_tests/template_tests/filter_tests/test_yesno.py
src/django_tests/template_tests/filter_tests/timezone_utils.py
src/django_tests/template_tests/syntax_tests/__init__.py
src/django_tests/template_tests/syntax_tests/test_autoescape.py
src/django_tests/template_tests/syntax_tests/test_basic.py
src/django_tests/template_tests/syntax_tests/test_builtins.py
src/django_tests/template_tests/syntax_tests/test_cache.py
src/django_tests/template_tests/syntax_tests/test_comment.py
src/django_tests/template_tests/syntax_tests/test_cycle.py
src/django_tests/template_tests/syntax_tests/test_exceptions.py
src/django_tests/template_tests/syntax_tests/test_extends.py
src/django_tests/template_tests/syntax_tests/test_filter_syntax.py
src/django_tests/template_tests/syntax_tests/test_filter_tag.py
src/django_tests/template_tests/syntax_tests/test_firstof.py
src/django_tests/template_tests/syntax_tests/test_for.py
src/django_tests/template_tests/syntax_tests/test_i18n.py
src/django_tests/template_tests/syntax_tests/test_if.py
src/django_tests/template_tests/syntax_tests/test_if_changed.py
src/django_tests/template_tests/syntax_tests/test_if_equal.py
src/django_tests/template_tests/syntax_tests/test_include.py
src/django_tests/template_tests/syntax_tests/test_invalid_string.py
src/django_tests/template_tests/syntax_tests/test_list_index.py
src/django_tests/template_tests/syntax_tests/test_load.py
src/django_tests/template_tests/syntax_tests/test_lorem.py
src/django_tests/template_tests/syntax_tests/test_multiline.py
src/django_tests/template_tests/syntax_tests/test_named_endblock.py
src/django_tests/template_tests/syntax_tests/test_now.py
src/django_tests/template_tests/syntax_tests/test_numpy.py
src/django_tests/template_tests/syntax_tests/test_regroup.py
src/django_tests/template_tests/syntax_tests/test_setup.py
src/django_tests/template_tests/syntax_tests/test_simple_tag.py
src/django_tests/template_tests/syntax_tests/test_spaceless.py
src/django_tests/template_tests/syntax_tests/test_ssi.py
src/django_tests/template_tests/syntax_tests/test_static.py
src/django_tests/template_tests/syntax_tests/test_template_tag.py
src/django_tests/template_tests/syntax_tests/test_url.py
src/django_tests/template_tests/syntax_tests/test_verbatim.py
src/django_tests/template_tests/syntax_tests/test_width_ratio.py
src/django_tests/template_tests/syntax_tests/test_with.py
src/django_tests/template_tests/templatetags/__init__.py
src/django_tests/template_tests/templatetags/bad_tag.py
src/django_tests/template_tests/templatetags/broken_tag.py
src/django_tests/template_tests/templatetags/custom.py
src/django_tests/template_tests/templatetags/inclusion.py
src/django_tests/template_tests/templatetags/subpackage/__init__.py
src/django_tests/template_tests/templatetags/subpackage/echo.py
src/django_tests/template_tests/templatetags/subpackage/echo_invalid.py
src/django_tests/test_client/__init__.py
src/django_tests/test_client/tests.py
src/django_tests/test_client/urls.py
src/django_tests/test_client/views.py
src/django_tests/test_client_regress/__init__.py
src/django_tests/test_client_regress/auth_backends.py
src/django_tests/test_client_regress/context_processors.py
src/django_tests/test_client_regress/models.py
src/django_tests/test_client_regress/session.py
src/django_tests/test_client_regress/tests.py
src/django_tests/test_client_regress/urls.py
src/django_tests/test_client_regress/views.py
src/django_tests/test_discovery_sample/__init__.py
src/django_tests/test_discovery_sample/doctests.py
src/django_tests/test_discovery_sample/empty.py
src/django_tests/test_discovery_sample/pattern_tests.py
src/django_tests/test_discovery_sample/tests_sample.py
src/django_tests/test_discovery_sample/tests/__init__.py
src/django_tests/test_discovery_sample/tests/tests.py
src/django_tests/test_discovery_sample2/__init__.py
src/django_tests/test_discovery_sample2/tests.py
src/django_tests/test_exceptions/__init__.py
src/django_tests/test_exceptions/test_validation_error.py
src/django_tests/test_runner/__init__.py
src/django_tests/test_runner/models.py
src/django_tests/test_runner/test_debug_sql.py
src/django_tests/test_runner/test_discover_runner.py
src/django_tests/test_runner/tests.py
src/django_tests/test_runner_deprecation_app/__init__.py
src/django_tests/test_runner_deprecation_app/tests.py
src/django_tests/test_utils/__init__.py
src/django_tests/test_utils/models.py
src/django_tests/test_utils/tests.py
src/django_tests/test_utils/urls.py
src/django_tests/test_utils/views.py
src/django_tests/timezones/__init__.py
src/django_tests/timezones/admin.py
src/django_tests/timezones/forms.py
src/django_tests/timezones/models.py
src/django_tests/timezones/tests.py
src/django_tests/timezones/urls.py
src/django_tests/transactions/__init__.py
src/django_tests/transactions/models.py
src/django_tests/transactions/tests.py
src/django_tests/unmanaged_models/__init__.py
src/django_tests/unmanaged_models/models.py
src/django_tests/unmanaged_models/tests.py
src/django_tests/update/__init__.py
src/django_tests/update/models.py
src/django_tests/update/tests.py
src/django_tests/update_only_fields/__init__.py
src/django_tests/update_only_fields/models.py
src/django_tests/update_only_fields/tests.py
src/django_tests/urlpatterns_reverse/__init__.py
src/django_tests/urlpatterns_reverse/erroneous_urls.py
src/django_tests/urlpatterns_reverse/erroneous_views_module.py
src/django_tests/urlpatterns_reverse/extra_urls.py
src/django_tests/urlpatterns_reverse/included_named_urls.py
src/django_tests/urlpatterns_reverse/included_named_urls2.py
src/django_tests/urlpatterns_reverse/included_namespace_urls.py
src/django_tests/urlpatterns_reverse/included_no_kwargs_urls.py
src/django_tests/urlpatterns_reverse/included_urls.py
src/django_tests/urlpatterns_reverse/included_urls2.py
src/django_tests/urlpatterns_reverse/middleware.py
src/django_tests/urlpatterns_reverse/named_urls.py
src/django_tests/urlpatterns_reverse/namespace_urls.py
src/django_tests/urlpatterns_reverse/no_urls.py
src/django_tests/urlpatterns_reverse/nonimported_module.py
src/django_tests/urlpatterns_reverse/reverse_lazy_urls.py
src/django_tests/urlpatterns_reverse/tests.py
src/django_tests/urlpatterns_reverse/urlconf_inner.py
src/django_tests/urlpatterns_reverse/urlconf_outer.py
src/django_tests/urlpatterns_reverse/urls.py
src/django_tests/urlpatterns_reverse/urls_error_handlers.py
src/django_tests/urlpatterns_reverse/urls_error_handlers_callables.py
src/django_tests/urlpatterns_reverse/urls_without_full_import.py
src/django_tests/urlpatterns_reverse/views.py
src/django_tests/urlpatterns_reverse/views_broken.py
src/django_tests/user_commands/__init__.py
src/django_tests/user_commands/models.py
src/django_tests/user_commands/tests.py
src/django_tests/user_commands/management/__init__.py
src/django_tests/user_commands/management/commands/__init__.py
src/django_tests/user_commands/management/commands/dance.py
src/django_tests/user_commands/management/commands/hal.py
src/django_tests/user_commands/management/commands/leave_locale_alone_false.py
src/django_tests/user_commands/management/commands/leave_locale_alone_true.py
src/django_tests/user_commands/management/commands/optparse_cmd.py
src/django_tests/user_commands/management/commands/transaction.py
src/django_tests/utils_tests/__init__.py
src/django_tests/utils_tests/models.py
src/django_tests/utils_tests/test_archive.py
src/django_tests/utils_tests/test_autoreload.py
src/django_tests/utils_tests/test_baseconv.py
src/django_tests/utils_tests/test_checksums.py
src/django_tests/utils_tests/test_crypto.py
src/django_tests/utils_tests/test_datastructures.py
src/django_tests/utils_tests/test_dateformat.py
src/django_tests/utils_tests/test_dateparse.py
src/django_tests/utils_tests/test_datetime_safe.py
src/django_tests/utils_tests/test_decorators.py
src/django_tests/utils_tests/test_duration.py
src/django_tests/utils_tests/test_encoding.py
src/django_tests/utils_tests/test_feedgenerator.py
src/django_tests/utils_tests/test_functional.py
src/django_tests/utils_tests/test_html.py
src/django_tests/utils_tests/test_http.py
src/django_tests/utils_tests/test_ipv6.py
src/django_tests/utils_tests/test_itercompat.py
src/django_tests/utils_tests/test_jslex.py
src/django_tests/utils_tests/test_lazyobject.py
src/django_tests/utils_tests/test_lorem_ipsum.py
src/django_tests/utils_tests/test_module_loading.py
src/django_tests/utils_tests/test_no_submodule.py
src/django_tests/utils_tests/test_numberformat.py
src/django_tests/utils_tests/test_os_utils.py
src/django_tests/utils_tests/test_regex_helper.py
src/django_tests/utils_tests/test_safestring.py
src/django_tests/utils_tests/test_simplelazyobject.py
src/django_tests/utils_tests/test_termcolors.py
src/django_tests/utils_tests/test_text.py
src/django_tests/utils_tests/test_timesince.py
src/django_tests/utils_tests/test_timezone.py
src/django_tests/utils_tests/test_tree.py
src/django_tests/utils_tests/test_tzinfo.py
src/django_tests/utils_tests/test_module/__init__.py
src/django_tests/utils_tests/test_module/another_bad_module.py
src/django_tests/utils_tests/test_module/another_good_module.py
src/django_tests/utils_tests/test_module/bad_module.py
src/django_tests/utils_tests/test_module/good_module.py
src/django_tests/validation/__init__.py
src/django_tests/validation/models.py
src/django_tests/validation/test_custom_messages.py
src/django_tests/validation/test_error_messages.py
src/django_tests/validation/test_picklable.py
src/django_tests/validation/test_unique.py
src/django_tests/validation/test_validators.py
src/django_tests/validation/tests.py
src/django_tests/validators/__init__.py
src/django_tests/validators/tests.py
src/django_tests/version/__init__.py
src/django_tests/version/tests.py
src/django_tests/view_tests/__init__.py
src/django_tests/view_tests/default_urls.py
src/django_tests/view_tests/generic_urls.py
src/django_tests/view_tests/models.py
src/django_tests/view_tests/regression_21530_urls.py
src/django_tests/view_tests/urls.py
src/django_tests/view_tests/views.py
src/django_tests/view_tests/app0/__init__.py
src/django_tests/view_tests/app1/__init__.py
src/django_tests/view_tests/app2/__init__.py
src/django_tests/view_tests/app3/__init__.py
src/django_tests/view_tests/app4/__init__.py
src/django_tests/view_tests/app5/__init__.py
src/django_tests/view_tests/templatetags/__init__.py
src/django_tests/view_tests/templatetags/debugtags.py
src/django_tests/view_tests/tests/__init__.py
src/django_tests/view_tests/tests/test_csrf.py
src/django_tests/view_tests/tests/test_debug.py
src/django_tests/view_tests/tests/test_defaults.py
src/django_tests/view_tests/tests/test_i18n.py
src/django_tests/view_tests/tests/test_json.py
src/django_tests/view_tests/tests/test_specials.py
src/django_tests/view_tests/tests/test_static.py
src/django_tests/webdesign_tests/__init__.py
src/django_tests/webdesign_tests/tests.py
src/django_tests/wsgi/__init__.py
src/django_tests/wsgi/tests.py
src/django_tests/wsgi/urls.py
src/django_tests/wsgi/wsgi.py