Loading django/core/apps/cache.py +8 −9 Original line number Diff line number Diff line Loading @@ -57,7 +57,6 @@ class AppCache(object): self.nesting_level = 0 self._get_models_cache = {} def populate(self): """ Fill in all the cache information. This method is threadsafe, in the Loading Loading
django/core/apps/cache.py +8 −9 Original line number Diff line number Diff line Loading @@ -57,7 +57,6 @@ class AppCache(object): self.nesting_level = 0 self._get_models_cache = {} def populate(self): """ Fill in all the cache information. This method is threadsafe, in the Loading