Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to ignore request.user validation #233

Merged
merged 1 commit into from
Sep 4, 2022

Conversation

hugobranquinho
Copy link
Contributor

@hugobranquinho hugobranquinho commented Jun 6, 2022

If setting DJANGO_EASY_AUDIT_CHECK_IF_REQUEST_USER_EXISTS set to False, no request.user validation is made on DB.
This allow the calling project to ignore user validation and speed up audit creation, plus, save some DB queries.

If setting `DJANGO_EASY_AUDIT_CHECK_IF_REQUEST_USER_EXISTS` set to `False`, no `request.user` validation is made on DB.
This allow the calling proejct to ignore user validation and speed up audit creation, plus, save some DB queries.
@jheld jheld merged commit 817679c into soynatan:master Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants