Skip to content

Releases: soynatan/django-easy-audit

v1.3.0a3

23 Jul 00:16

Choose a tag to compare

v1.3.0a3 Pre-release
Pre-release

nothing "new" since v.1.3.0a2, but had forgotten to remove the django < 2.2 and py < 35 tests on travis. We support 2.2-3, and thus officially py35-38.

v1.3.0a2

23 Jul 00:15

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

Choose a tag to compare

v1.3.0a1 Pre-release
Pre-release

#138 big thanks to @jsoa

v1.2.3

11 Jul 16:55

Choose a tag to compare

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

v1.2.3a5

19 Jun 13:39

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

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

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

Choose a tag to compare

Pre-release

v.1.2.3a1 admin db query reduction

15 May 16:10

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

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