Loading django/contrib/admin/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ class SimpleAdminConfig(AppConfig): """Simple AppConfig which does not do automatic discovery.""" name = 'django.contrib.admin' verbose_name = _("administration") verbose_name = _("Administration") def ready(self): checks.register('admin')(check_admin_app) Loading django/contrib/admindocs/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ from django.utils.translation import ugettext_lazy as _ class AdminDocsConfig(AppConfig): name = 'django.contrib.admindocs' verbose_name = _("administrative documentation") verbose_name = _("Administrative Documentation") django/contrib/auth/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _ class AuthConfig(AppConfig): name = 'django.contrib.auth' verbose_name = _("authentication and authorization") verbose_name = _("Authentication and Authorization") def ready(self): checks.register('models')(check_user_model) django/contrib/comments/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ from django.utils.translation import ugettext_lazy as _ class CommentsConfig(AppConfig): name = 'django.contrib.comments' verbose_name = _("comments") verbose_name = _("Comments") django/contrib/contenttypes/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from django.utils.translation import ugettext_lazy as _ class ContentTypesConfig(AppConfig): name = 'django.contrib.contenttypes' verbose_name = _("content types") verbose_name = _("Content Types") def ready(self): checks.register('models')(check_generic_foreign_keys) Loading
django/contrib/admin/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ class SimpleAdminConfig(AppConfig): """Simple AppConfig which does not do automatic discovery.""" name = 'django.contrib.admin' verbose_name = _("administration") verbose_name = _("Administration") def ready(self): checks.register('admin')(check_admin_app) Loading
django/contrib/admindocs/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ from django.utils.translation import ugettext_lazy as _ class AdminDocsConfig(AppConfig): name = 'django.contrib.admindocs' verbose_name = _("administrative documentation") verbose_name = _("Administrative Documentation")
django/contrib/auth/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _ class AuthConfig(AppConfig): name = 'django.contrib.auth' verbose_name = _("authentication and authorization") verbose_name = _("Authentication and Authorization") def ready(self): checks.register('models')(check_user_model)
django/contrib/comments/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ from django.utils.translation import ugettext_lazy as _ class CommentsConfig(AppConfig): name = 'django.contrib.comments' verbose_name = _("comments") verbose_name = _("Comments")
django/contrib/contenttypes/apps.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from django.utils.translation import ugettext_lazy as _ class ContentTypesConfig(AppConfig): name = 'django.contrib.contenttypes' verbose_name = _("content types") verbose_name = _("Content Types") def ready(self): checks.register('models')(check_generic_foreign_keys)