mirror of
https://github.com/django/django.git
synced 2025-10-28 08:06:09 +00:00
Fixed two typos.
This commit is contained in:
committed by
Baptiste Mispelon
parent
fd4d8f0f52
commit
4d4e0ea461
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user