[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 <srittau@rittau.biz>
This commit is contained in:
github-actions[bot]
2022-08-05 12:12:37 +01:00
committed by GitHub
parent 67ff035dbb
commit eb07618098
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
version = "0.5.*"
version = "1.0.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -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]