Commit e716a71b authored by Chris Beaven's avatar Chris Beaven
Browse files

Revert the removal of an unused import (in [14175]) that was referenced in...

Revert the removal of an unused import (in [14175]) that was referenced in documentation. Thanks for noticing, clong.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 3761f3b1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# ACTION_CHECKBOX_NAME is unused, but should stay since its import from here
# has been referenced in documentation.
from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME
from django.contrib.admin.options import ModelAdmin, HORIZONTAL, VERTICAL
from django.contrib.admin.options import StackedInline, TabularInline
from django.contrib.admin.sites import AdminSite, site