django1/django/contrib
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
..
admin Fixed all E226 violations 2013-11-03 10:08:55 -08:00
admindocs Fixed a typo in admindocs template 2013-11-08 17:25:17 +01:00
auth Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3. 2013-11-09 10:11:50 -05:00
comments Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
contenttypes Fixed #17001 -- Custom querysets for prefetch_related. 2013-11-07 14:49:49 +02:00
flatpages Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
formtools Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
gis Don't initialize PostGIS-specific stuff for non-db connections 2013-11-09 11:28:16 +01:00
humanize Fixed all E226 violations 2013-11-03 10:08:55 -08:00
messages Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
redirects More attacking E302 violators 2013-11-02 13:12:09 -07:00
sessions Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
sitemaps More attacking E302 violators 2013-11-02 13:12:09 -07:00
sites More attacking E302 violators 2013-11-02 13:12:09 -07:00
staticfiles Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
syndication Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
webdesign More attacking E302 violators 2013-11-02 13:12:09 -07:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00