Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #34986 -- Removed redundant CustomChoicesTests.test_timezone_uns…
…upported(). This test relied on the behavior of subclassing `datetime.timezone` which is not permitted by the C-extension version of CPython's `datetime` module. This restriction isn't enforced by the pure Python version, nor by PyPy. See python/cpython#112451 It's not critical, and doesn't test any Django behavior, so just remove it.
- Loading branch information