{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/4"}],"enrichment":{"capability":"Registers Django's built-in LogEntry model in the admin site, making audit logs viewable and searchable through the standard Django admin interface.","skillfed_tags":["django-admin","audit-logging","change-tracking"],"use_cases":["Audit trail review: inspect all admin-triggered changes to your models in one place.","Troubleshooting: trace who made a change and when during a data issue investigation.","Compliance reporting: export or review LogEntry records for regulatory or internal audit purposes.","User activity monitoring: identify staff members' actions across the Django admin site."],"what_it_does":"django-logentry-admin is a minimal Django admin extension that exposes Django's built-in LogEntry model\u2014which tracks all changes made through the admin interface\u2014as a browsable, filterable admin page. It wraps Django's audit logging with a user-friendly admin interface, letting you view who changed what and when across your entire project.\n\nThe package adds a single app to your INSTALLED_APPS and requires only Django as a runtime dependency. It includes features like links to related users and objects, filtering by staff user, and prefetching for performance. The codebase is stable and has been in production use since 2011, though it has not received updates since mid-2021.","worth_installing":"Yes, if you are running Django 2.2\u20133.2 and Python 3.5\u20133.9. The package is stable, has no known vulnerabilities, and solves a real problem with minimal friction. However, do not install if you need support for newer Django or Python versions; the abandoned status means no updates are forthcoming. For projects on current Django LTS releases, verify compatibility before relying on it."},"id":"django-logentry-admin","links":{"html":"https://skillfed.io/packages/django-logentry-admin","md":"https://skillfed.io/packages/django-logentry-admin.md","pypi":"https://pypi.org/project/django-logentry-admin/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-05-25","license_spdx":null,"license_treatment":"permissive","name":"django-logentry-admin","python_support":"unspecified","summary":"Show all LogEntry objects in the Django admin site."},"popularity":{"monthly_downloads":73942,"position":14902,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
