django-auditlog/auditlog
Robin Harms Oredsson 8fe776ae45
Option to disable logging on raw save and via context manager (#446)
* Disable on raw save prototype
* Contextmanager to disable instead of just raw - so we can catch m2m relations too
Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
2022-11-04 09:12:06 +01:00
..
management Change auditlogflush management command before_date query filter to apply the filter only on date part of timestamp (#384) 2022-06-08 16:47:13 +02:00
migrations Add serialized object field (#412) 2022-08-21 21:45:50 +02:00
__init__.py Remove default_app_config configuration 2022-05-02 14:48:58 +02:00
admin.py Update pyupgrade and django-upgrade pre-commit hooks 2022-11-02 16:01:51 +03:30
apps.py Add register model using Django settings (#368) 2022-05-23 10:02:22 +02:00
conf.py Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00
context.py Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00
diff.py added fix for OneToOneRel error happening in case of Polymorphic model (#429) 2022-09-21 08:53:10 +02:00
filters.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
middleware.py Handle port in remote_addr 2022-08-17 13:37:22 +02:00
mixins.py Remove unnecessary code in created method. (#438) 2022-10-05 18:39:48 +02:00
models.py Add serialized object field (#412) 2022-08-21 21:45:50 +02:00
receivers.py Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00
registry.py Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00