mirror of
https://github.com/django/django.git
synced 2025-03-06 07:22:32 +00:00
If the result type is bytes, then calling bytes() on it does nothing. If the result type is not bytes, we should not cast to bytes, just because the return value may be bytes.