On a default Django admin change list page there is a checkbox in the upper left to select all items on the page (clicking it then allows you to click a link which selects all items in the list, not just the current page).
In Mezzanine we do not have either of these. I am guessing it is related to Grappelli. Is there anything to be done for this or does anyone know of a workaround? It would be very useful as I am working on excel data export for a custom app that is integrated with a Mezzanine based site.