django1/django/test
Curtis Maloney ffc37e2343 Fixed #21012 -- New API to access cache backends.
Thanks Curtis Malony and Florian Apolloner.

Squashed commit of the following:

commit 3380495e93
Author: Aymeric Augustin <aymeric.augustin@m4x.org>
Date:   Sat Nov 23 14:18:07 2013 +0100

    Looked up the template_fragments cache at runtime.

commit 905a74f52b
Author: Aymeric Augustin <aymeric.augustin@m4x.org>
Date:   Sat Nov 23 14:19:48 2013 +0100

    Removed all uses of create_cache.

    Refactored the cache tests significantly.

    Made it safe to override the CACHES setting.

commit 35e289fe92
Author: Aymeric Augustin <aymeric.augustin@m4x.org>
Date:   Sat Nov 23 12:23:57 2013 +0100

    Removed create_cache function.

commit 8e274f747a
Author: Aymeric Augustin <aymeric.augustin@m4x.org>
Date:   Sat Nov 23 12:04:52 2013 +0100

    Updated docs to describe a simplified cache backend API.

commit ee7eb0f73e
Author: Curtis Maloney <curtis@tinbrain.net>
Date:   Sat Oct 19 09:49:24 2013 +1100

    Fixed #21012 -- Thread-local caches, like databases.
2013-11-23 15:06:59 +01:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
_doctest.py Checkout prior commit of _doctest.py 2013-11-02 20:20:53 -04:00
client.py Fixed #15179 -- middlewares not applied for test client login() 2013-11-19 09:04:20 +02:00
html.py Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
runner.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
signals.py Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
simple.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
testcases.py Removed useless comment. Refs #21172 2013-11-09 10:51:05 +02:00
utils.py Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00