{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/16"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"}],"enrichment":{"capability":"Adds pagination to Django admin inline forms, allowing you to display related objects in smaller, navigable chunks rather than all at once.","skillfed_tags":["django-admin","pagination","ajax"],"use_cases":["Reduce admin page load time when a model has many related records by showing only 5\u201310 inlines per page","Manage multiple paginated inline sections on the same admin form with unique pagination_key settings","Enable smooth, AJAX-driven pagination in the admin without requiring custom JavaScript","Display tabular or stacked inlines with automatic page controls for large datasets"],"what_it_does":"Django Admin Inline Paginator Plus is a Django admin extension that breaks up inline model forms into paginated pages. Instead of rendering all related objects in a single long list, you define a per_page limit and the inline displays only that many rows at a time, with navigation controls to move between pages. The package supports both tabular and stacked inline layouts, and includes AJAX support via htmx for smooth pagination without full page reloads.\n\nIt's a fork of an unmaintained library, updated to work with modern Django versions (4.2 through 6.0) and current Python (3.11\u20133.14). The main use case is improving the admin interface when you have models with many related objects\u2014pagination keeps the admin form responsive and usable instead of forcing the browser to render hundreds of inline rows.","worth_installing":"Yes, if you use Django admin and have models with many related objects. The package is actively maintained, has no known vulnerabilities, low install friction, and solves a real usability problem. The MIT license carries no restrictions. Start with the basic TabularInlinePaginated or StackedInlinePaginated class and set per_page to a reasonable number for your use case."},"id":"django-admin-inline-paginator-plus","links":{"html":"https://skillfed.io/packages/django-admin-inline-paginator-plus","md":"https://skillfed.io/packages/django-admin-inline-paginator-plus.md","pypi":"https://pypi.org/project/django-admin-inline-paginator-plus/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-06","license_spdx":null,"license_treatment":"permissive","name":"django-admin-inline-paginator-plus","python_support":"supports_current","summary":"The 'Django Admin Inline Paginator Plus' is simple way to paginate your inlines in Django admin"},"popularity":{"monthly_downloads":182917,"position":10082,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.5"}
