From f77ebcd22cdeb5310bd75d33c9db5f45c3a733d4 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Thu, 17 Sep 2020 18:07:03 +0300 Subject: [PATCH] Add db.models.constants stub module (#462) --- django-stubs/db/models/constants.pyi | 1 + 1 file changed, 1 insertion(+) create mode 100644 django-stubs/db/models/constants.pyi diff --git a/django-stubs/db/models/constants.pyi b/django-stubs/db/models/constants.pyi new file mode 100644 index 0000000..6dde4ac --- /dev/null +++ b/django-stubs/db/models/constants.pyi @@ -0,0 +1 @@ +LOOKUP_SEP: str = ...