python - Django admin crosspage action -


i have django admin panel model, contains lot of records have pagination.

the question following: possible make 'selection' working cross-page? because right if select entries on first page , switch second, selection first disappears makes sense :).

for have 2 solutions:

1) display entries on 1 page - don't because 1 page huge , because of slow.

2) override template put selected entries intermediate storage - don't one, because sounds lot of code.

i hope there way faster, special django attribute makes kind of magic, otherwise guess stick second option.


Comments