Loading django/apps/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ class AppConfig(object): # None if the application doesn't have a models module. self.models_module = None # Mapping of lower case model names to model classes. Initally set to # Mapping of lower case model names to model classes. Initially set to # None to prevent accidental access before import_models() runs. self.models = None Loading django/core/checks/compatibility/django_1_6_0.py +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ def _check_test_runner(app_configs=None, **kwargs): # contributes a weight; if enough of them trigger, we've got a likely 1.6 project. weight = 0 # If TEST_RUNNER is explicitly set, it's all a moot point - if it's been explcitly set, # If TEST_RUNNER is explicitly set, it's all a moot point - if it's been explicitly set, # the user has opted into a specific set of behaviors, which won't change as the # default changes. if not settings.is_overridden('TEST_RUNNER'): Loading Loading
django/apps/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ class AppConfig(object): # None if the application doesn't have a models module. self.models_module = None # Mapping of lower case model names to model classes. Initally set to # Mapping of lower case model names to model classes. Initially set to # None to prevent accidental access before import_models() runs. self.models = None Loading
django/core/checks/compatibility/django_1_6_0.py +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ def _check_test_runner(app_configs=None, **kwargs): # contributes a weight; if enough of them trigger, we've got a likely 1.6 project. weight = 0 # If TEST_RUNNER is explicitly set, it's all a moot point - if it's been explcitly set, # If TEST_RUNNER is explicitly set, it's all a moot point - if it's been explicitly set, # the user has opted into a specific set of behaviors, which won't change as the # default changes. if not settings.is_overridden('TEST_RUNNER'): Loading