Django-easy-audit

Latest version: v1.3.7

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 10

1.1.2rc1

This is a release for support for 109

Once we see a little bit of traction with its use we will release v1.1.2 proper.

steverecio Thanks for adding in support for 109

1.1.1

This fixes a SQL (mostly MS SQL) issue from a previous PR. It is a migration fix to get projects through the issue.
It is the same as 1.1.1rc1.

1.1.1rc1

This is a bug fix for code released on `RequestEvent` which broke for MS SQL. The url is now a charfield with an index again.

1.1

New release comes with a mix of minor but important adjustments.

- loaddata fixtures (those coming into the signal with `raw=True`) will now be ignored.

- And `CRUDEvent.object_repr` field is now a `TextField` so it can be generally arbitrary long length.

Special thanks to the following people:

- manishgupta24 58
- worsht 61

1.0

There's finally a new release after a while. These are the changes:

* Added support for logging URL requests. There is a new `RequestEvent` model which stores this information and can be queried in the Django admin dashboard. ([It can be turned off](https://github.com/soynatan/django-easy-audit/wiki/Settings#what-to-audit).)

* Added support for logging changes on many to many relations. More info in 21.

* Improved performance by removing unnecessary queries, adding indexes, and fixing bugs.

* Added a suite of [tests](https://github.com/soynatan/django-easy-audit/wiki/Tests).

* Added new [settings](https://github.com/soynatan/django-easy-audit/wiki/Settings) to control the behaviour of the app.

* We now have a GitHub hosted [wiki](https://github.com/soynatan/django-easy-audit/wiki).

As said before, this release adds a number of settings that will allow you to control the behaviour of each feature of the app, so I strongly recommend that you take a look at the [settings documentation](https://github.com/soynatan/django-easy-audit/wiki/Settings).

To install Django Easy Audit for the first time, read the [instructions](https://github.com/soynatan/django-easy-audit/wiki/Installation) in our wiki.

If you have already installed Django Easy Audit with pip, you can update it by running `pip install django-easy-audit -U`. Make sure to run migrations in your project after updating, with `python manage.py migrate easyaudit`.

Thanks to everyone who collaborated with this release by writing code, reporting bugs, or suggesting features. Also, thanks to everyone who took a second to send a nice email, tweet or comment.

[soynatan](https://twitter.com/soynatan)

0.9.2

Middleware included in v0.9 didn't work in Django versions 1.8, or 1.9, as noted in issue 16. This has been fixed, and it now works like a charm.

Page 9 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.