django/tests/apps
Hasan Ramezani 8b2a30f6f1 Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier. 2020-12-22 13:26:30 +01:00
..
explicit_default_config_app Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
explicit_default_config_empty_apps Fixed #31870 -- Fixed crash when populating app registry with empty or without apps module. 2020-08-10 20:16:45 +02:00
explicit_default_config_mismatch_app Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
explicit_default_config_without_apps Fixed #31870 -- Fixed crash when populating app registry with empty or without apps module. 2020-08-10 20:16:45 +02:00
namespace_package_base/nsapp Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
namespace_package_other_base/nsapp Fixed #17304 -- Allow single-path and configured-path namespace packages as apps. 2014-01-25 19:37:05 -07:00
no_config_app Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
one_config_app Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
two_configs_app Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
two_configs_one_default_app Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
two_default_configs_app Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
__init__.py
apps.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
models.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
tests.py Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier. 2020-12-22 13:26:30 +01:00