1
0
mirror of https://github.com/django/django.git synced 2025-10-25 14:46:09 +00:00

Reverted the introduction of shared_models.

The recent improvements should make shared_models obsolete.

This reverts commit 1059da8de6, reversing
changes made to 4fa7f3cdd9.
This commit is contained in:
Florian Apolloner
2013-06-10 12:24:45 +02:00
parent f5d4849cbe
commit af70dfcf31
8 changed files with 429 additions and 434 deletions

View File

@@ -3,7 +3,7 @@ from django.test import TestCase
from django.core import management
from django.utils import six
from shared_models import models
from . import models
PRE_SYNCDB_ARGS = ['app', 'create_models', 'verbosity', 'interactive', 'db']