Skip to main content

Show all LogEntry objects in the Django admin site.

Project description

django-logentry-admin

travis-ci coverage requires-io pypi-version

Show all LogEntry objects in the Django admin site.

Originally based on: Django snippet 2484

Supported versions

  • Django 1.10, 1.9, 1.8, 1.7

  • Python 3.5, 3.4, 3.3, 3.2, 2.7

Installation

Install by using pip or easy_install:

pip install django-logentry-admin

Or install from source:

git clone git@github.com:yprez/django-logentry-admin.git
cd django-logentry-admin
python setup.py install

To add this application into your project, just add it to your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...
    'logentry_admin',
)

Running tests

Test on all Python / Django versions with tox:

$ pip install tox
$ tox

Or just a specific Django / Python version:

$ tox -e py35-django19

Or run on multiple CPUs in parallel with detox to make it faster:

$ pip install detox
$ detox

Changelog

v1.0.2 - 12/08/2016

  • Tests for Django 1.10 compatibility.

v1.0.1 - 24/07/2016

  • Add tests and support for Django 1.9 and Python 3.5.

  • Drop support for Python 2.5, 2.6, Django 1.4, 1.5, 1.6.

  • Fix AttributeError when content_type is None, issue #21.

  • Show log entries for users with change_logentry permission, #25.

  • Test with py.test instead of unittest.

v0.1.5 - 17/02/2015

  • Django 1.8 compatibility.

v0.1.4 - 28/09/2014

  • Added Django 1.7 compatibility.

  • Fixed compatibility issues with Django 1.5, 1.4 and Python 3.2.

  • Added tests.

v0.1.3 - 02/06/2014

  • Improved display layout.

  • Added links to user and object.

  • Added “By staff user” filter.

  • Don’t allow delete action for LogEntry.

  • Better performance by prefetching content types.

v0.1.2 - 26/08/2013

  • Added an empty model.py file.

  • Minor documentation (readme) updates/fixes.

v0.1.1 - 28/12/2011

  • Added object links and action description.

v0.1.0 - 26/12/2011

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-logentry-admin-1.0.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page