Skip to content

Commit

Permalink
Merge pull request #389 from bernardopires/revert-388-revert-385-master
Browse files Browse the repository at this point in the history
Revert "Revert "Add UUIDField, some index introspections and fix migrations performance issue""
  • Loading branch information
bernardopires committed Sep 29, 2016
2 parents dc442f4 + 84bd6d2 commit bfcd310
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 161 deletions.
7 changes: 2 additions & 5 deletions tenant_schemas/models.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import django
from django.conf import settings
from django.db import models, connection
from django.core.management import call_command
from django.db import connection, models

from tenant_schemas.postgresql_backend.base import _check_schema_name
from tenant_schemas.signals import post_schema_sync
from tenant_schemas.utils import django_is_in_test_mode, schema_exists
from tenant_schemas.utils import get_public_schema_name
from tenant_schemas.utils import get_public_schema_name, schema_exists


class TenantMixin(models.Model):
Expand Down

0 comments on commit bfcd310

Please sign in to comment.