You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345 |
- from functools import lru_cache # noqa
-
- # Deprecate or remove this module when no supported version of Django still
- # supports Python 2. Until then, keep it to allow pluggable apps to support
- # Python 2 and Python 3 without raising a deprecation warning.
|