django-admin-inline-paginator
django-admin-inline-paginator copied to clipboard
Hi! It worked as expected, thanks for the project! I only wanted to know if this pagination could be used with StackedInline instead of TabularInline. This would be perfect for...
When you try to click on django admin `save as new` action on if you have an `TabularInlinePaginated` inline with some pages the new instance has only the first page...
I integrated `django-admin-inline-paginator` into our project and it works great! Thanks a lot! However the package defines custom css classes in the [paginator.html](https://github.com/shinneider/django-admin-inline-paginator/blob/master/django_admin_inline_paginator/templates/admin/tabular_paginator.html) template It means that the default django...
Love the project, it worked exactly how I needed and expected. I use django-grappelli for an updated admin interface: https://github.com/sehmaschine/django-grappelli with that the styling on the paginated inlines don't look...
Hi! May fix this issue #20 **Problem** Changes from the 2nd page onwards are not saved. **Solution** It appears that model change form doesn't contain the action url with pagination...
Hi, I'm not sure but I think I found a small fault which is related to the "all" key which is passed as a query parameter. In the PaginationFormSetBase class,...
will you add support for nested_admin ?