mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
parent
99bd39ef6e
commit
2fef9e5375
95 changed files with 101 additions and 101 deletions
|
|
@ -1,9 +1,9 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from django.apps import app_cache
|
||||
from django.contrib import admin
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core import management
|
||||
from django.core.apps import app_cache
|
||||
from django.core.exceptions import FieldError
|
||||
from django.db import models, DEFAULT_DB_ALIAS
|
||||
from django.db.models import signals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue