magic-removal: Fixed #1074. Added missing import to the top of django.models.auth. Thanks, Joseph Kocherhans
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f93f58423a
commit
97bcca5d29
|
@ -2,6 +2,7 @@ from django.core import validators
|
|||
from django.db import models
|
||||
from django.models import core
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
import datetime
|
||||
|
||||
SESSION_KEY = '_auth_user_id'
|
||||
|
||||
|
|
Loading…
Reference in New Issue