2017-01-19 04:30:21 +08:00
|
|
|
from functools import lru_cache # noqa
|
2013-11-02 04:15:41 +08:00
|
|
|
|
2017-01-19 04:30:21 +08:00
|
|
|
# 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.
|