One of my Django sites is missing the Django Admin Action bar shown here:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#ref-contrib-admin-actions
There is no checkbox next to each row and no Action select box near the top of the page. This is happening on every model.
I have several sites running Django 1.1, and they all show the Admin Actions, so it feels like a local configuration issue.
Anyone seen this before?