Skip to main content
https://img.shields.io/pypi/v/django-admin-logs.svg https://img.shields.io/codecov/c/github/radwon/django-admin-logs.svg

Log entries are automatically created by the Django framework whenever a user adds, changes or deletes objects through the admin interface.

Django Admin Logs is a package that allows you to either view the admin log entries from within the admin interface, or to disable them entirely.

Requirements

  • Python 3.8+

  • Django 4.2+

Installation

Install the package from PyPI:

pip install django-admin-logs

Then add it to your INSTALLED_APPS in the settings file:

INSTALLED_APPS = (
    ...
    'django_admin_logs',
    ...
)

Configuration

By default, Django Admin Logs enables log entries to be viewed from within the admin interface but does not allow them to be deleted. Either of these options can be configured by adding the following to your settings file.

DJANGO_ADMIN_LOGS_DELETABLE = True

This allows a superuser, or any staff user with the delete_logentry permission, to delete log entries from within the admin interface.

DJANGO_ADMIN_LOGS_ENABLED = False

This disables admin log entries so that they are no longer created by the Django framework or viewable from within the admin interface.

By default, Django creates log entries with the message “No fields changed” when an unchanged object is saved in the admin interface. To prevent such log entries from being created use the following setting:

DJANGO_ADMIN_LOGS_IGNORE_UNCHANGED = True

Development

From the local project directory, activate the virtual environment and install the development requirements:

pip install -e .[dev]

To run tests for the installed version of Python and Django using pytest:

pytest

To run tests for all supported Python and Django versions using tox:

tox

To run tests for specific versions e.g. Python 3.12 and Django 5.2:

tox -e py312-django52

Release files for django-admin-logs 1.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-admin-logs 1.5.0
File Size Uploaded
django_admin_logs-1.5.0.tar.gz 8.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-admin-logs 1.5.0
File Interpreter ABI Platform
django_admin_logs-1.5.0-py3-none-any.whl Python 3 none any Details

Total release size: 14.9 kB

Release files / django_admin_logs-1.5.0.tar.gz

Download URL django_admin_logs-1.5.0.tar.gz
Size 8.3 kB
Tags Source
SHA-256 checksum
How to use checksums
ce87010b09447ed6ce39ac5d5e7d5c7d19ca3363bf2518499ceb81b9c2ef45c9
BLAKE2b-256 checksum
How to use checksums
d2cab40c038266582f6c5f68ea44e9e641e9c3400a09d0287491aefb570443ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.8

Release files / django_admin_logs-1.5.0-py3-none-any.whl

Download URL django_admin_logs-1.5.0-py3-none-any.whl
Size 6.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2b9a19ee59b60712a5005a27c0a060b5280ac2192607aa34757edfa5b3abc1c5
BLAKE2b-256 checksum
How to use checksums
1617d27ee86afca1e6c39c77676302885106261fdabaaa1ef2876dcf22579818
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.8

Release history Release notifications | RSS feed

This release

1.5.0 This release

2 release files

1.4.0

2 release files

1.3.0

2 release files

1.2.0

2 release files

1.1.0

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page