Skip to content

Commit

Permalink
Don't use get_auth_model() in models module
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Feb 14, 2013
1 parent 496f631 commit 96eb2ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions account/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
from django.utils.translation import gettext_lazy as _
from django.conf import settings as django_settings

from django.contrib.auth.models import AnonymousUser
from django.contrib.auth.models import AnonymousUser, User
from django.contrib.sites.models import Site

import pytz

from account.compat import User
from account import signals
from account.conf import settings
from account.fields import TimeZoneField
Expand Down

0 comments on commit 96eb2ba

Please sign in to comment.