-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Include user in the signal kwargs #439
Comments
+1 |
1 similar comment
+1 |
Pull request welcome |
here is my code, its work: yourapp/middleware.py
settings.py
yourapp/signals.py
yourapp/apps.py
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
Hi, is there a way to include the admin user in the
kwargs
of theconfig_updated
signal? I understand that it's possible to update from the command line (it would be nice to have a flag blocking this as well), but when changed from the admin page it would be nice to have this info to allow for accountability.The text was updated successfully, but these errors were encountered: