1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Moved the new app cache inside core.

This commit is contained in:
Aymeric Augustin
2013-12-16 11:52:05 +01:00
parent b3d5efe23f
commit 4a56a93cc4
64 changed files with 69 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ from importlib import import_module
import os
import types
from django.apps import app_cache
from django.core.apps import app_cache
from django.db import models
from django.db.migrations.loader import MigrationLoader
from django.utils.encoding import force_text