Show all LogEntry objects in the Django admin site.
Project description
django-logentry-admin
Show all LogEntry objects in the Django admin site.
Originally based on: Django snippet 2484
Supported versions
Django 3.2, 3.1, 2.2
Python 3.9, 3.8, 3.7, 3.6, 3.5
Installation
Install by using pip or easy_install:
pip install django-logentry-admin
Or install from source:
git clone [email protected]: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.1.0 - 25/05/2021
Add tests/support for Django 3.2, 3.1.
Add tests/support for Python 3.9.
Drop support for Python 2.7, 3.4.
Drop support for Django 1.x, 2.0, 2.1.
v1.0.6 - 23/04/2020
Add tests for Python 3.8, Django 3.0.
Fix including locale files in wheel package.
v1.0.5 - 30/07/2019
Test on Python 3.7.
Add tests for Django 2.1.
Add tests for Django 2.2.
Remove tests for Django 1.7.
Fix translations, include locale files in the package.
v1.0.4 - 17/06/2018
Fix admin links for Django 2.0.
v1.0.3 - 14/12/2017
Add tests for Django 1.11 and 2.0 compatibility.
Drop support for Python 3.2, 3.3.
Make short_descriptions translatable in admin.py.
Make use of new get_change_message() method on Django >= 1.11.
Add Russian, Azerbaijani and Portuguese translations.
v1.0.2 - 12/08/2016
Add tests for Django 1.10 compatibility.
v1.0.1 - 24/07/2016
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-logentry-admin-1.1.0.tar.gz
.
File metadata
- Download URL: django-logentry-admin-1.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d0354f36da6f48204ae8327533128060513c8ef40259cbde1049d07db4e5d95a
|
|
MD5 |
729a43a3df8d5a0b201f763ff34880d7
|
|
BLAKE2b-256 |
5efe529328451657a429cf1ea8c8c3789d0001a711d1c39706c9cca09fd742d3
|
File details
Details for the file django_logentry_admin-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_logentry_admin-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
26269ca78cd421c3cc63cb58eae55339c031b0d8a880e5b4404489d4128dd290
|
|
MD5 |
5c55f447244b75ecb34ff8b86fb9e31a
|
|
BLAKE2b-256 |
3fb0f8356dd2ad478bedb0a5f991d416aff3f99d8d73750da4459faf27989754
|