We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2a00c commit f88917eCopy full SHA for f88917e
django-stubs/contrib/admin/models.pyi
@@ -12,7 +12,7 @@ DELETION: int
12
ACTION_FLAG_CHOICES: Any
13
14
class LogEntryManager(models.Manager[LogEntry]):
15
- @deprecated("log_action() is deprecated and will be removed in Django 6.0. Use log_action_new() instead.")
+ @deprecated("log_action() is deprecated and will be removed in Django 6.0. Use log_actions() instead.")
16
def log_action(
17
self,
18
user_id: int | str | UUID,
0 commit comments