{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"},{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Provides a simplified interface for navigating Django model relationships and accessing related objects without complex query building.","skillfed_tags":["django-orm","model-relationships"],"use_cases":["Navigate multi-level model relationships in a Django admin or API without writing nested select_related or prefetch_related chains.","Build a tree representation of a hierarchical model structure (e.g., organizational units, category taxonomies) for efficient traversal.","Simplify access to related objects when building reports or exports that require data from multiple connected models.","Reduce ORM query complexity in views or serializers that need to fetch and display related model data."],"what_it_does":"django-modeltree is a Django utility that simplifies navigation of model relationships by building a tree structure from your model layout. Instead of writing complex queries to traverse related models, you define the tree once and access related objects and their data through an elegant interface. It wraps Django's ORM and anytree to provide a more intuitive way to work with interconnected models.\n\nThe package targets developers working with Django projects that have intricate model relationships. It aims to reduce boilerplate query code and make relationship traversal more readable. With support for Django 2.2 through 6.0 and Python 3.7 through 3.13, it covers a wide range of modern Django deployments, though the aging maintenance status and low adoption suggest it may not receive timely updates for new Django releases.","worth_installing":"Yes, if your Django project has complex model relationships and you want to reduce query boilerplate\u2014the low install friction and permissive license make it a low-risk addition. However, the aging maintenance status (last commit 2026-01-29, only 3 stars) suggests limited community support; verify that it meets your specific use case and that you're comfortable with potential delays in Django version compatibility updates."},"id":"django-modeltree","links":{"html":"https://skillfed.io/packages/django-modeltree","md":"https://skillfed.io/packages/django-modeltree.md","pypi":"https://pypi.org/project/django-modeltree/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-15","license_spdx":null,"license_treatment":"permissive","name":"django-modeltree","python_support":"unspecified","summary":"TODO"},"popularity":{"monthly_downloads":85686,"position":13905,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0"}
