diff options
| author | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 00:58:02 +0100 |
|---|---|---|
| committer | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 01:46:24 +0100 |
| commit | bab9123daa5d05150951f74183906a76d2b0cf27 (patch) | |
| tree | 4fc24535f85f84c69e64c6eac654294725d906df /tests/cache/tests.py | |
| parent | 65d1d65d52a87bba22845bcb7c3c921a8789ec19 (diff) | |
Fixed #21268 -- Fixed E303 pep8 warnings
Diffstat (limited to 'tests/cache/tests.py')
| -rw-r--r-- | tests/cache/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py index a8b23f139d..b107cdb3fe 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -794,7 +794,6 @@ class BaseCacheTests(object): self.assertEqual(self.custom_key_cache.get('answer2'), 42) self.assertEqual(self.custom_key_cache2.get('answer2'), 42) - def test_cache_write_unpickable_object(self): update_middleware = UpdateCacheMiddleware() update_middleware.cache = self.cache @@ -1496,7 +1495,6 @@ class CacheI18nTest(TestCase): self.assertIn(sanitized_name, learn_cache_key(request, response), "Cache keys should include the time zone name when time zones are active") - @override_settings( CACHE_MIDDLEWARE_KEY_PREFIX="test", CACHE_MIDDLEWARE_SECONDS=60, |
