From 83f11a0fc626c72d48b7a0e27b7200d4168a8231 Mon Sep 17 00:00:00 2001 From: Seth Yastrov Date: Tue, 12 Nov 2019 16:23:29 +0100 Subject: [PATCH] Add Tags.translation to stub (#226) --- django-stubs/core/checks/registry.pyi | 1 + 1 file changed, 1 insertion(+) 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: