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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -