django-auditlog/auditlog_tests
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
..
fixtures Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00
__init__.py Remove default_app_config configuration 2022-05-02 14:48:58 +02:00
admin.py Use admin for test site 2020-09-07 16:52:32 +02:00
apps.py Add black and format files with black. 2020-12-06 23:10:18 +01:00
manage.py Clean up project structure 2020-09-07 16:52:32 +02:00
models.py Add serialized object field (#412) 2022-08-21 21:45:50 +02:00
test_commands.py Add flake8 to pre-commit config (#387) 2022-06-18 20:50:25 +04:30
test_settings.py Switch MIDDLEWARE from a tuple to a list 2022-06-28 19:20:02 +02:00
tests.py Option to disable logging on raw save and via context manager (#446) 2022-11-04 09:12:06 +01:00
urls.py Add isort and sort orders with isort. 2020-12-06 23:10:18 +01:00