mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
[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:
committed by
GitHub
parent
67ff035dbb
commit
eb07618098
@@ -1,4 +1,4 @@
|
||||
version = "0.5.*"
|
||||
version = "1.0.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user