From eb0761809859ab906105053298e65c5297fe33d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:12:37 +0100 Subject: [PATCH] [stubsabot] Bump dj-database-url to 1.0.* (#8488) * [stubsabot] Bump dj-database-url to 1.0.* * Add DJANGO_VERSION Co-authored-by: stubsabot <> Co-authored-by: Sebastian Rittau --- stubs/dj-database-url/METADATA.toml | 2 +- stubs/dj-database-url/dj_database_url.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/dj-database-url/METADATA.toml b/stubs/dj-database-url/METADATA.toml index 5c4d1089d..516f11f6b 100644 --- a/stubs/dj-database-url/METADATA.toml +++ b/stubs/dj-database-url/METADATA.toml @@ -1,4 +1,4 @@ -version = "0.5.*" +version = "1.0.*" [tool.stubtest] ignore_missing_stub = false diff --git a/stubs/dj-database-url/dj_database_url.pyi b/stubs/dj-database-url/dj_database_url.pyi index 353a0a5c4..5a39aa933 100644 --- a/stubs/dj-database-url/dj_database_url.pyi +++ b/stubs/dj-database-url/dj_database_url.pyi @@ -1,6 +1,7 @@ from typing import Any from typing_extensions import TypedDict +DJANGO_VERSION: tuple[str | int, ...] | None # None if django is not installed DEFAULT_ENV: str SCHEMES: dict[str, str]