Here's the gist of my desired scenario:
I've got the standard Django pagination going in the admin site. What I'd like to do is let a user enter a number into a text input that corresponds to some page number. The user presses enter or clicks a button. Results for the page number entered are then shown.
Note:
- I'm using Django 1.2.3 with Python 2.65
- I'm modifying a ModelForm someone else created for our admin site.
Any ideas, suggestions, and/or comments greatly appreciated!
Thank you,
Michaux