-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
Update contrib.admin.models.LogEntryManager
#2423
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, make log_action
as deprecated: https://github.com/django/django/blob/373cb3037fe4e67adbac9ac43340391e859aa957/django/contrib/admin/models.py#L39
and type queryset: Queryset[]
type param.
I often come across methods marked with If you could provide some guidance, I’ll go ahead and create a PR to address this more thoroughly. |
Signed-off-by: SaJH <wogur981208@gmail.com>
9fc1863
to
3ca4a90
Compare
Yes, I think that we should apply this decorator. |
The suggested changes have been applied. -> #2458 |
This now has merge conflicts :( |
I resolved the conflict. |
Signed-off-by: SaJH <wogur981208@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I have made things!
Related issues