First of all, thank you for this useful project!
I’ve noticed a few issues while using the paginated inline admin:
- When switching pages, the "Add another" link doesn't appear until the page is fully reloaded.
- Autocomplete fields do not work after the page is reloaded.
- After the page reload, the extra forms and "Add another" link are rendered on every page, not just the last. Is this by design?
- After editing and saving any page, it redirects back to the first page - is this the intended behavior?
Environment:
- Python 3.12
- Django 4.2.11
Thanks in advance!
First of all, thank you for this useful project!
I’ve noticed a few issues while using the paginated inline admin:
Environment:
Thanks in advance!