diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-11 22:19:19 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-17 10:17:44 +0100 |
| commit | 9217b89da3295116a098ae2a071a3c4a64a0a5d0 (patch) | |
| tree | 88eb0884efa3b0bdbf6107113045f5e62f6c19ce /tests/proxy_model_inheritance | |
| parent | 860c2c8bc5c77194c41464655851379bf512a052 (diff) | |
Removed BaseAppCache.app_store.
It was only storing redundant information. This is part of the effort to
allow applications without a models module.
Diffstat (limited to 'tests/proxy_model_inheritance')
| -rw-r--r-- | tests/proxy_model_inheritance/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/proxy_model_inheritance/tests.py b/tests/proxy_model_inheritance/tests.py index af22e7caed..0fad8c594f 100644 --- a/tests/proxy_model_inheritance/tests.py +++ b/tests/proxy_model_inheritance/tests.py @@ -32,8 +32,6 @@ class ProxyModelInheritanceTests(TransactionTestCase): def tearDown(self): sys.path = self.old_sys_path - del cache.app_store[cache.app_labels['app1']] - del cache.app_store[cache.app_labels['app2']] del cache.app_labels['app1'] del cache.app_labels['app2'] del cache.app_models['app1'] |
