django/tests/staticfiles_tests
Bouke Haarsma 9b7455e918 Fixed #21351 -- Replaced memoize with Python's lru_cache.
Replaced the custom, untested memoize with a similar decorator from Python's
3.2 stdlib. Although some minor performance degradation (see ticket), it is
expected that in the long run lru_cache will outperform memoize once it is
implemented in C.

Thanks to EvilDMP for the report and Baptiste Mispelon for the idea of
replacing memoize with lru_cache.
2013-11-11 08:53:09 +01:00
..
apps
project Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
urls
__init__.py
models.py
storage.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
test_liveserver.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
tests.py Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00