Files
edx-platform/openedx/core/djangoapps
Renzo Lucioni 750d448799 Avoid passing a generator expression to cache.get_many()
Generator expressions passed to the memcached backend's implementation of get_many() are exhausted prematurely. This results in KeyErrors when the backend tries to map keys returned by memcached back to keys passed by application code.

See https://github.com/django/django/blob/stable/1.8.x/django/core/cache/backends/memcached.py/#L99.

LEARNER-382
2017-05-09 18:24:39 -04:00
..
2017-03-30 11:08:29 -04:00
2016-08-03 12:44:41 -04:00
2016-10-14 13:59:01 -04:00
2016-04-25 10:56:28 -04:00
2017-01-18 09:43:46 -05:00