Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OutputWrapper.style_func type (#1080)
style_func has a setter that converts None to lambda x: x, so the getter cannot return None. https://github.com/django/django/blob/4.0.6/django/core/management/base.py#L141-L150 Signed-off-by: Anders Kaseorg <[email protected]>
- Loading branch information