feat: Allow setting django_settings_module from env #3397
Annotations
10 errors
Run pyright:
django-stubs/shortcuts.pyi#L40
Type of parameter "to" is partially unknown
Parameter type is "((...) -> Unknown) | Model | str" (reportUnknownParameterType)
|
Run pyright:
django-stubs/shortcuts.pyi#L40
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
|
Run pyright:
django-stubs/apps/config.pyi#L6
"_Getter" is private and used outside of the module in which it is declared (reportPrivateUsage)
|
Run pyright:
django-stubs/apps/config.pyi#L6
"_StrOrPromise" is private and used outside of the module in which it is declared (reportPrivateUsage)
|
Run pyright:
django-stubs/apps/registry.pyi#L16
Expected type arguments for generic class "list" (reportMissingTypeArgument)
|
Run pyright:
django-stubs/apps/registry.pyi#L38
Type of parameter "function" is partially unknown
Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
|
Run pyright:
django-stubs/apps/registry.pyi#L38
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
|
Run pyright:
django-stubs/conf/__init__.pyi#L7
Import "global_settings" is not accessed (reportUnusedImport)
|
Run pyright:
django-stubs/conf/__init__.pyi#L43
__new__ override should take a "cls" parameter (reportSelfClsParameterName)
|
Run pyright:
django-stubs/conf/urls/i18n.pyi#L1
"_AnyURL" is private and used outside of the module in which it is declared (reportPrivateUsage)
|
Loading