diff options
Diffstat (limited to 'pgweb/docs/admin.py')
-rw-r--r-- | pgweb/docs/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/docs/admin.py b/pgweb/docs/admin.py index d75971b1..56ca3c4d 100644 --- a/pgweb/docs/admin.py +++ b/pgweb/docs/admin.py @@ -1,5 +1,5 @@ from django.contrib import admin -from models import * +from models import DocComment def approve_doccomment(modeladmin, request, queryset): # We need to do this in a loop even though it's less efficient, |