Skip to content

Releases: soynatan/django-easy-audit

v1.3.0a2

23 Jul 00:15
Compare
Choose a tag to compare
v1.3.0a2 Pre-release
Pre-release

#154 @jheld based on @jdkizer9 from issue #95

v1.3.0a1

23 Jul 00:14
Compare
Choose a tag to compare
v1.3.0a1 Pre-release
Pre-release

#138 big thanks to @jsoa

v1.2.3

11 Jul 16:55
Compare
Choose a tag to compare

Same as v1.2.3a5 (and v1.2.3rc1 on PyPI).

v1.2.3a5

19 Jun 13:39
Compare
Choose a tag to compare
v1.2.3a5 Pre-release
Pre-release

More strict vendor checking (postgres) on the conditional index drop fix, on PR #149

This is the last planned pre-release for the 1.2.3 release.

v.1.2.3a4 request user handler from local reversion.

30 May 00:34
Compare
Choose a tag to compare

Based on findings related to issue #142 from #136 we are at least temporarily rolling back to the previous behavior.

v.1.2.3a3 request event url index migrate issue safer

19 May 01:08
Compare
Choose a tag to compare

#144 for issues on postgres (at least) for index creation/deletion management during the migration from an earlier PR from the user DB split (it was trying to fix something, and made a mistake trying to fix it).

This is a good fix for tests and anyone that hasn't yet upgraded to a release where the affected migration is present.

v.1.2.3a2 read only admin

18 May 21:12
Compare
Choose a tag to compare
Pre-release

v.1.2.3a1 admin db query reduction

15 May 16:10
Compare
Choose a tag to compare
Pre-release

#134 merged which improves the admin model performance for select related (user for most, and content type for crudevent). For django debug toolbar users, this will likely show a huge speedup.

Also includes #136 (which is later effectively rolled back in 1.2.3a4 (we hope to put it back it seems to be causing a bug).

v1.2.2

06 May 01:33
Compare
Choose a tag to compare

This release adds a bug pluggability/usability feature, an improvement (or partial fix to some) around changed_fields and CRUDEvent creation logic via a settings parameter, and a couple of smaller changes. This is essentially the same release as v1.2.2b4 (just a version bump).

As a recap:

PR #124

PR #106 and #129 (adds a configuration to allow using the simpler/smarter flow).

Adds a small (still needs further improvement in the logging) fix in #133

v1.2.2b4

01 Apr 15:25
Compare
Choose a tag to compare
v1.2.2b4 Pre-release
Pre-release

This includes an additional fix that (due to changes on the on commit handling on CRUDEvent creation, if there was an error and the logger tried to log it, it was possible that instance's repr/str would have included something that was already deleted (this is a consumer level issue), so now we will try/except on the logger and pass if we have an error (not wonderful for now, but easier to just do that and get the release out).