Releases: soynatan/django-easy-audit
v1.3.0a2
v1.3.0a1
v1.2.3
v1.2.3a5
v.1.2.3a4 request user handler from local reversion.
v.1.2.3a3 request event url index migrate issue safer
#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
v.1.2.3a1 admin db query reduction
#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
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
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).