{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/4"}],"enrichment":{"capability":"Provides additional class-based views for Django that simplify common patterns like formsets, inline editing, and model creation/updating with related forms.","skillfed_tags":["django-forms","class-based-views","formsets"],"use_cases":["Build an admin-like interface to edit a model and its related inline formsets in a single view without writing custom form handling logic.","Create a formset view to manage multiple instances of the same model (e.g., a list of addresses or line items) with a single POST request.","Add search and sorting functionality to list views using the SearchableListMixin and SortableListMixin without custom queryset logic.","Handle generic inline formsets for models with GenericForeignKey relationships using GenericInlineFormSetView.","Display success messages after formset submission using FormSetSuccessMessageMixin to provide user feedback."],"what_it_does":"django-extra-views extends Django's built-in class-based views with specialized views for handling formsets and inline model editing. It provides FormSetView and ModelFormSetView for rendering formsets, InlineFormSetView for editing related models, and CreateWithInlinesView/UpdateWithInlinesView for editing a model and multiple inline formsets in a single request. The package also includes mixins for sorting, searching, and displaying success messages. It depends only on Django itself and is designed to reduce boilerplate when building admin-like interfaces or complex multi-form pages.\n\nThe package targets developers building Django applications that need to handle multiple related forms on a single page\u2014a common pattern in admin interfaces and data management systems. It has been maintained since 2011 and supports modern Python versions (3.6+) and recent Django releases (2.2-5.1).","worth_installing":"Yes, if you are building Django applications that require multi-form editing or formset handling. The package is mature, well-established, and has no known vulnerabilities. The long release cycle (479 days) is a minor concern but the repository remains active. Install it when you need to reduce boilerplate for common formset and inline editing patterns."},"id":"django-extra-views","links":{"html":"https://skillfed.io/packages/django-extra-views","md":"https://skillfed.io/packages/django-extra-views.md","pypi":"https://pypi.org/project/django-extra-views/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-04-22","license_spdx":null,"license_treatment":"permissive","name":"django-extra-views","python_support":"supports_current","summary":"Extra class-based views for Django"},"popularity":{"monthly_downloads":284839,"position":8060,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.16.0"}
