mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
Add force_color parameter to django.core.management.color.color_style (#448)
This commit is contained in:
@@ -22,4 +22,4 @@ class Style:
|
|||||||
|
|
||||||
def make_style(config_string: str = ...) -> Style: ...
|
def make_style(config_string: str = ...) -> Style: ...
|
||||||
def no_style() -> Style: ...
|
def no_style() -> Style: ...
|
||||||
def color_style() -> Style: ...
|
def color_style(force_color: bool = ...) -> Style: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user