mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Removed BaseAppCache.app_store.
It was only storing redundant information. This is part of the effort to allow applications without a models module.
This commit is contained in:
parent
860c2c8bc5
commit
9217b89da3
9 changed files with 20 additions and 50 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue