issues
search
soynatan
/
django-easy-audit
Yet another Django audit log app, hopefully the simplest one.
GNU General Public License v3.0
735
stars
182
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrading from 1.3.6 to 1.3.7, migration failed for large CRUDEvent table
#315
jlogan-app
opened
2 weeks ago
1
If encountering a data type of bytes, an error will be reported:UnicodeDecodeError
#314
liuHongyang0207
closed
1 week ago
1
Can we add an example of other backends?
#313
reckless-huang
closed
3 weeks ago
0
Fix index issues in easyaudit migration files for compatibility with Django 4
#312
TheProlifical
closed
3 weeks ago
2
Replace deprecated `index_together` with `indexes` in the CRUDEvent model for Django 4.0+ compatibility
#311
TheProlifical
closed
3 weeks ago
0
Add Python 3.13 to test matrix
#310
mschoettle
opened
1 month ago
0
Log correct signal names on CRUDEvent creation exception
#309
mschoettle
closed
1 month ago
2
Properly handle post delete in transactions
#308
mschoettle
closed
3 weeks ago
0
deleting a model: post_delete exception on CRUDEvent creation: object_id cannot be null
#307
mschoettle
closed
3 weeks ago
2
ci: add django versions to CI matrix
#306
mschoettle
closed
2 months ago
2
Remove squashed migrations as they're not guaranteed to be ignored
#305
jourdanrodrigues
closed
2 months ago
1
Fix migrating db that isn't past squashed migration
#304
PaarthShah
closed
1 month ago
7
1.3.7b3 migration fails if only partially migrated
#303
PaarthShah
closed
1 month ago
0
Allow Django 5.1
#302
jourdanrodrigues
closed
2 months ago
1
Any plans to release v1.3.7 with support for Django 5.1?
#301
scribejourdan
closed
3 weeks ago
41
Not working during testing
#300
denyswsu
opened
3 months ago
0
Use json fields where applicable
#299
sgordon16
opened
3 months ago
4
Use JSONField for object repr field
#298
sgordon16
opened
3 months ago
3
Add custom model for CRUD events
#297
anuj-scanova
opened
3 months ago
0
Bump django from 4.2.11 to 4.2.14
#296
dependabot[bot]
opened
3 months ago
0
Ignore some changes of specific fields
#295
Matt-Dong123
opened
4 months ago
1
Fix handling of IP when setting DJANGO_EASY_AUDIT_REMOTE_ADDR_HEADER to HTTP_X_FORWARDED_FOR
#294
mitchconnermeow
opened
5 months ago
5
Bump tqdm from 4.66.2 to 4.66.3
#293
dependabot[bot]
opened
6 months ago
0
Update `EasyAuditMiddleware` to support async context
#292
KaczuH
opened
6 months ago
0
Upgrade `EasyAuditMiddleware` to support sync and async contexts.
#291
KaczuH
opened
6 months ago
1
pre-save DoesNotExist exception thrown when attempting to delete object that exists
#290
josidridolfo
closed
6 months ago
1
Bump sqlparse from 0.4.4 to 0.5.0
#289
dependabot[bot]
opened
6 months ago
0
Migrate is not working
#288
Girimana
opened
6 months ago
0
on_delete=CASCADE for related objects causing a `Matching query does not exist error`
#287
Kop3sh
opened
7 months ago
0
feat: Set list_display in admin view for each event
#286
jjacarillo
opened
7 months ago
0
Squash migrations to remove use of index_together
#285
mschoettle
closed
6 months ago
2
chore: remove pytest-ruff
#284
mschoettle
closed
7 months ago
0
Catch warnings as errors in pytest
#283
mschoettle
closed
2 months ago
12
Add PyPI API token to repo secrets
#282
samamorgan
opened
7 months ago
2
Fix semver
#281
samamorgan
closed
7 months ago
6
Modernize package
#280
samamorgan
closed
7 months ago
2
Revert "Modernize package"
#279
jheld
closed
7 months ago
0
feat(admin): add event list_display to settings
#278
jjacarillo
opened
7 months ago
0
Drop support for Django 3.2
#277
mschoettle
closed
7 months ago
0
Make REMOTE_ADDR optional in all cases
#276
mschoettle
closed
7 months ago
0
Does not work with Django version 5 or higher
#275
klajdicaushi
closed
7 months ago
3
easyaudit requestevent user_id is null
#274
lvs071103
opened
8 months ago
1
can we add this automatically I have to run a script to make changes, else I get 127.0.0.1
#273
6abc
opened
8 months ago
0
Make REMOTE_ADDR optional
#272
samamorgan
closed
7 months ago
0
Modify request_started_handler to use SESSION_ENGINE
#271
oldmanstick
closed
7 months ago
0
Fix to handle proxy model and multiple M2M situations
#270
rgegriff
opened
9 months ago
1
Drop support for Django <4.2
#269
samamorgan
closed
7 months ago
0
Get the edited object like in Django LogEntry() model
#268
Stefan-ci
opened
10 months ago
0
Modernize package
#267
samamorgan
closed
7 months ago
24
raise exceptions only when they should be propagated
#266
bernhardmiller
closed
10 months ago
1
Next