mirror of
https://github.com/django/django.git
synced 2025-01-26 02:00:08 +00:00
066aabcb77
This removes __text_cast() as it's the same as __cast(). _delegate_bytes and __delegate_text are mutually exclusive so the `if self._delegate_bytes` branch in __cast() is unreachable. Co-Authored-By: David Sanders <shang.xiao.sanders@gmail.com>