Skip to content

Releases: soynatan/django-easy-audit

v1.2.2b3

12 Mar 00:49
Compare
Choose a tag to compare
v1.2.2b3 Pre-release
Pre-release

Default fix on the changed_fields conditional (if no changed fields, not making a CRUDEvent), not to use the newer flow (you may turn on the newer flow with a new settings toggle), via PR #129

This is likely the last beta release for 1.2.2.

v1.2.2b2

20 Feb 02:42
Compare
Choose a tag to compare
v1.2.2b2 Pre-release
Pre-release

Adds pluggable logging/auditing support (not just database, but could do logging, elasticsearch, etc). database is the default. This was on PR #124 thanks to @atakanarikan

changeset also includes from release v1.2.2b1, but for brevity not included here.

v1.2.2b1

02 Feb 15:21
Compare
Choose a tag to compare
v1.2.2b1 Pre-release
Pre-release

Fix #106 from issue #97

v1.2.1

02 Feb 15:18
Compare
Choose a tag to compare

Same as v1.2.1rc1

v1.2.1rc1

22 Jan 17:14
Compare
Choose a tag to compare
v1.2.1rc1 Pre-release
Pre-release

Fixes #119 , all clients use the same code path, but now split DB users will have the bug fixed, so long as they adjust the db setting that the project exposes.

v1.2

22 Jan 17:06
Compare
Choose a tag to compare

django 3.0 support same as v1.2rc1

#120 is what this release brings.

v1.2rc1

26 Dec 21:24
Compare
Choose a tag to compare
v1.2rc1 Pre-release
Pre-release

#121 django 3.0 initial support (and drops py27 and django 1.11). django 1.11 on py3 may still work, and py2 may work, but we are moving forward (which we basically did with the support of django 2.0, but the code changes weren't hard).

v1.1.2rc2

21 Dec 00:42
Compare
Choose a tag to compare
v1.1.2rc2 Pre-release
Pre-release

Includes a further commit which is a bugfix for admin field logic when using a split easyaudit database.

Fix for #122 ; thank you to @xiaobosheng for helping review & test.

v1.1.2rc1

12 Dec 00:23
Compare
Choose a tag to compare
v1.1.2rc1 Pre-release
Pre-release

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

v1.1.1 (bugfix)

24 Oct 01:09
Compare
Choose a tag to compare

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.