Django Admin Actions missing

Posted by Andrew C on Stack Overflow See other posts from Stack Overflow or by Andrew C
Published on 2010-05-07T18:23:16Z Indexed on 2010/05/07 18:28 UTC
Read the original article Hit count: 433

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?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin