django/docs/internals
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
..
_images Removed references to the DDN triage state. 2013-04-08 20:33:52 +02:00
contributing Fixed spelling of compatibility. 2013-11-09 10:17:17 -05:00
committers.txt Amend my description in committers.txt. 2013-10-14 11:54:37 +01:00
deprecation.txt Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
git.txt Clarified policy for stable branches. 2013-05-22 10:26:48 -04:00
howto-release-django.txt Added more items to the release checklist. 2013-11-07 14:45:59 +01:00
index.txt Fixed #21213 -- Added docs for Django's mailing lists. 2013-10-04 10:00:36 -04:00
mailing-lists.txt Fix note syntax usage. 2013-10-27 08:06:36 -07:00
release-process.txt Added a note about LTS releases. 2013-09-07 12:47:48 -05:00
security.txt Fixed #21213 -- Added docs for Django's mailing lists. 2013-10-04 10:00:36 -04:00