{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Adds reverse inline support to Django admin for OneToOneField and ForeignKey relationships, allowing related models to be edited inline from the parent model's change form.","skillfed_tags":["django-admin","abandoned"],"use_cases":["Edit a Person's home and business Address records inline within the Person admin change form instead of separately.","Manage OneToOneField relationships in Django admin without switching between multiple forms.","Display and edit reverse ForeignKey relationships inline when the foreign key is defined on the related model.","Improve admin UX for hierarchical data where a parent model has multiple one-to-one child relationships."],"what_it_does":"Django Reverse Admin extends Django's admin interface to handle OneToOneField and ForeignKey relationships in a more intuitive way. Instead of forcing users to select related objects from dropdown menus, it allows related models to be edited inline directly within the parent model's change form\u2014similar to Django's standard inline editing but working in the reverse direction (from the model that doesn't own the foreign key).\n\nThe package is designed for Django 2.0 and later, supporting Python 3.4+. It works by hooking into Django admin internals to register reverse inlines, letting you configure which relationships should appear as inline editors and whether they should use tabular or stacked layouts. However, the package has been abandoned since March 2021 and may require compatibility work with recent Django versions.","worth_installing":"No. The package is abandoned (no releases since 2021-03-27) and explicitly documented to hook into Django admin internals that change frequently. High install friction combined with maintenance status means you will likely encounter compatibility issues with current Django versions and have no path to fixes. Consider whether a maintained alternative or custom admin solution better suits your project."},"id":"django-reverse-admin","links":{"html":"https://skillfed.io/packages/django-reverse-admin","md":"https://skillfed.io/packages/django-reverse-admin.md","pypi":"https://pypi.org/project/django-reverse-admin/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-03-27","license_spdx":null,"license_treatment":"permissive","name":"django-reverse-admin","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":81657,"position":14211,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.9.6"}
