I am using Django 1.3 and have the following issue:
In the Admin list page, if you have enough objects to result in pagination (more than 100 if you haven't changed ModelAdmin.list_per_page) there is an issue with the actions links, and none of them seem to work.
These links are meant to show how many items you have selected, allow you to select all (through all pages) or clear selection. I am currently getting very weird behaviour and would appreciate any help.