v1.0: Request logging
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.) -
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.
-
Added new settings to control the behaviour of the app.
-
We now have a GitHub hosted 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.
To install Django Easy Audit for the first time, read the instructions 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.