soynatan/django-easy-audit
Yet another Django audit log app, hopefully the simplest one.
PythonGPL-3.0
Issues
- 0
Add support for custom sessions
#316 opened by marcosmoyano - 2
- 1
- 1
If encountering a data type of bytes, an error will be reportedļ¼UnicodeDecodeError
#314 opened by liuHongyang0207 - 41
- 0
Can we add an example of other backends?
#313 opened by reckless-huang - 5
Fix handling of IP when setting DJANGO_EASY_AUDIT_REMOTE_ADDR_HEADER to HTTP_X_FORWARDED_FOR
#294 opened by mitchconnermeow - 2
deleting a model: post_delete exception on CRUDEvent creation: object_id cannot be null
#307 opened by mschoettle - 0
1.3.7b3 migration fails if only partially migrated
#303 opened by PaarthShah - 1
Ignore some changes of specific fields
#295 opened by Matt-Dong123 - 0
Not working during testing
#300 opened by denyswsu - 1
easyaudit requestevent user_id is null
#274 opened by lvs071103 - 3
Use JSONField for object repr field
#298 opened by sgordon16 - 0
Add custom model for CRUD events
#297 opened by anuj-scanova - 1
Clean old data
#252 opened by meska - 1
pre-save DoesNotExist exception thrown when attempting to delete object that exists
#290 opened by josidridolfo - 0
Migrate is not working
#288 opened by Girimana - 0
on_delete=CASCADE for related objects causing a `Matching query does not exist error`
#287 opened by Kop3sh - 0
Preserve instance.pk in pre_save signal handler
#260 opened by Alex-Sichkar - 0
- 2
Add PyPI API token to repo secrets
#282 opened by samamorgan - 0
Drop support for Django <4.2
#269 opened by samamorgan - 3
Does not work with Django version 5 or higher
#275 opened by klajdicaushi - 2
Make REMOTE_ADDR optional
#263 opened by mschoettle - 1
Preventing to log user's password
#219 opened by simo97 - 0
can we add this automatically I have to run a script to make changes, else I get 127.0.0.1
#273 opened by 6abc - 1
Cannot use Admin inlines for `CRUDEvent`
#261 opened by samamorgan - 1
Feature Request
#262 opened by breakiboy - 0
Customize easy-audit admin
#244 opened by Ramsly - 2
- 2
Primary Key runs out on lots of events
#257 opened by dmatriccino - 6
Exception When running tests
#212 opened by devtoro - 1
Model inheritance: CRUDEvent object_json_repr doesn't include parent model fields
#255 opened by marko90b - 1
Add index for CRUDEvent.datetime
#250 opened by GigiusB - 13
Poor performance due to datetime column is not indexed
#239 opened by 3cp - 0
XSS / HTML injection when deleting a record ?
#243 opened by GigiusB - 2
User object not recorded
#241 opened by steverecio - 2
Request not available in signal
#225 opened by mschoettle - 2
How to get Client timeZone date and time in Logs
#237 opened by rshnGhost - 1
Integrate django-easy-audit with django admin history
#238 opened by Aref20 - 1
- 0
django.db.migrations.exceptions.IrreversibleError
#234 opened by pikhovkin - 1
SUGGESTION: Admin Filters too long.
#220 opened by loonfly - 2
Related IDs do not work with UUIDs
#221 opened by MaehMaeh - 2
ImproperlyConfigured error raised in auth_signals.py when using multiple databases
#229 opened by LukaRiba - 2
Django versions badge not up to date (part 2)
#230 opened by Jack-Smallhold - 1
FK Opportunity between RequestEvent and CRUDEvent
#228 opened by hi5grant - 10
Migration missing for field ID
#214 opened by majikman111 - 1
Enable Pre-commit
#218 opened by aymaneMx - 0
Group model changes by request
#208 opened by adamwojt