We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeAlias
1 parent 1291371 commit fb8a91fCopy full SHA for fb8a91f
django-stubs/core/management/commands/loaddata.pyi
@@ -1,14 +1,15 @@
1
import zipfile
2
from collections.abc import Sequence
3
from io import BufferedReader
4
-from typing import Callable, Literal, TypeAlias
+from typing import Callable, Literal
5
6
from django.apps.config import AppConfig
7
from django.core.management.base import BaseCommand
8
from django.core.serializers.base import DeserializedObject
9
from django.db.backends.base.base import BaseDatabaseWrapper
10
from django.db.models.base import Model
11
from django.utils.functional import cached_property
12
+from typing_extensions import TypeAlias
13
14
has_bz2: bool
15
has_lzma: bool
0 commit comments