{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/6"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Adds pagination controls to Django admin inline forms, allowing you to display related objects in smaller, navigable pages instead of a single long list.","skillfed_tags":["django-admin","ui-enhancement"],"use_cases":["Reduce page load time and clutter when a Django model has many related child records by paginating them in the admin interface.","Improve usability in admin forms where inline tables would otherwise require excessive scrolling.","Manage multiple related object types on a single admin page, each with its own pagination controls and page state."],"what_it_does":"Django Admin Inline Paginator is a small extension for Django's admin interface that breaks up long lists of related objects in inline forms into paginated pages. Instead of showing all related records at once, you set a per_page limit and users navigate through them with page controls. It works with both single and multiple inlines on the same admin page, with unique pagination keys to keep each inline's page state separate.\n\nThe package is a straightforward drop-in: add it to INSTALLED_APPS, then inherit your inline classes from TabularInlinePaginated instead of the standard Django inlines and set a per_page attribute. The maintainer abandoned the project in 2023 due to personal circumstances and explicitly requested a new maintainer, so there is no active development or support.","worth_installing":"Yes, if you are using Django admin with large inline datasets and are comfortable maintaining the code yourself or accepting the risk of no upstream support. The package is simple, has no known vulnerabilities, and the MIT license carries no restrictions. However, do not install if you require active maintenance or expect compatibility updates for future Django or Python versions\u2014the project is explicitly abandoned as of 2023-04-26."},"id":"django-admin-inline-paginator","links":{"html":"https://skillfed.io/packages/django-admin-inline-paginator","md":"https://skillfed.io/packages/django-admin-inline-paginator.md","pypi":"https://pypi.org/project/django-admin-inline-paginator/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-04-26","license_spdx":null,"license_treatment":"permissive","name":"django-admin-inline-paginator","python_support":"supports_current","summary":"The \"Django Admin Inline Paginator\" is simple way to paginate your inline in django admin"},"popularity":{"monthly_downloads":2285814,"position":3162,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.0"}
