Skip to content

Commit

Permalink
Merge pull request #385 from mcanaves/master
Browse files Browse the repository at this point in the history
Add UUIDField, some index introspections and fix migrations performance issue
  • Loading branch information
bernardopires committed Sep 29, 2016
2 parents a57d3ef + 76d7438 commit 5e4bc12
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 5e4bc12

Please sign in to comment.