diff --git a/django-stubs/core/checks/registry.pyi b/django-stubs/core/checks/registry.pyi index cfb6667..12c560e 100644 --- a/django-stubs/core/checks/registry.pyi +++ b/django-stubs/core/checks/registry.pyi @@ -12,6 +12,7 @@ class Tags: security: str = ... signals: str = ... templates: str = ... + translation: str = ... urls: str = ... class CheckRegistry: