Cleanups, permissions separation into explicit module, absolute import update
This commit is contained in:
@@ -4,8 +4,8 @@ from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from .managers import SmartLinkManager
|
||||
from .literals import OPERATOR_CHOICES, INCLUSION_AND, \
|
||||
INCLUSION_CHOICES
|
||||
from .literals import (OPERATOR_CHOICES, INCLUSION_AND,
|
||||
INCLUSION_CHOICES)
|
||||
|
||||
|
||||
class SmartLink(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user