PEP8 cleanup, remove unused imports, fix permission check when removing metadata from a document

This commit is contained in:
Roberto Rosario
2015-01-26 19:17:35 -04:00
parent c15740e152
commit f4d3767b15
76 changed files with 76 additions and 223 deletions

View File

@@ -2,7 +2,6 @@ from __future__ import unicode_literals
import logging
from django.db.models import Q
from django.utils.translation import ugettext_lazy as _
from .models import Index, IndexInstanceNode