v0.9: Thread-safe
This new release fixes something and adds something.
-
Make the app thread safe: If your project has many concurrent Django users logged in and working on the database, you may or may not have seen some mistaken username logs. This has been fixed by making the app thread safe, as explained in issue #6.
-
Log only the models that you need to log: a new setting has been added to allow you to log only the models you are interested in. If it is not set, by default django-easy-audit will log every model in the project. Check issue #5 and the settings documentation.
Really happy to see more and more people are using django-easy-audit for their projects!
Kudos!