{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/20"}],"enrichment":{"capability":"Enables nested inline editing in Django admin, allowing you to edit related model hierarchies multiple levels deep within a single admin form.","skillfed_tags":["django-admin","form-editing","hierarchical-data"],"use_cases":["Edit multi-level organizational hierarchies (departments \u2192 teams \u2192 members) in a single admin form","Manage nested product categories or taxonomies with multiple levels of subcategories","Build nested comment threads or discussion forums where replies can be edited alongside parent comments","Administer hierarchical permission structures or role-based access control trees","Manage nested configuration or settings structures with parent and child configuration objects"],"what_it_does":"django-nested-inline extends Django's admin interface to support editing of nested foreign-key relationships across multiple levels in a single form. Instead of navigating between separate admin pages for each related model, you can edit a parent object and all its nested children (and grandchildren, etc.) inline within one hierarchical form. The package provides NestedStackedInline and NestedModelAdmin classes that replace Django's standard inline and ModelAdmin classes.\n\nThe package supports Django versions through 4.1 and Python versions from 2.7 through 3.11. It carries no external runtime dependencies beyond Django itself, making it lightweight to integrate into existing projects. However, it is currently dormant: the last release was in March 2023 and the repository has not received commits since December 2023, so it may require maintenance work to support newer Django versions.","worth_installing":"Yes, if you are actively maintaining a Django project on version 4.1 or earlier and need nested inline editing. The package is lightweight, has no external dependencies, and carries a permissive license. However, proceed with caution if you require support for Django 4.2+ or Python 3.12+: the dormant maintenance status means you may need to fork or patch it yourself for newer framework versions."},"id":"django-nested-inline","links":{"html":"https://skillfed.io/packages/django-nested-inline","md":"https://skillfed.io/packages/django-nested-inline.md","pypi":"https://pypi.org/project/django-nested-inline/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-03-14","license_spdx":null,"license_treatment":"permissive","name":"django-nested-inline","python_support":"unspecified","summary":"Recursive nesting of inline forms for Django Admin"},"popularity":{"monthly_downloads":97480,"position":13150,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.6"}
