mirror of
https://github.com/django/django.git
synced 2025-10-04 15:55:09 +00:00
Moved the new app cache inside core.
This commit is contained in:
parent
b3d5efe23f
commit
4a56a93cc4
64 changed files with 69 additions and 69 deletions
|
@ -5,8 +5,8 @@ import re
|
|||
from bisect import bisect
|
||||
import warnings
|
||||
|
||||
from django.apps import app_cache
|
||||
from django.conf import settings
|
||||
from django.core.apps import app_cache
|
||||
from django.db.models.fields.related import ManyToManyRel
|
||||
from django.db.models.fields import AutoField, FieldDoesNotExist
|
||||
from django.db.models.fields.proxy import OrderWrt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue