Skip to content

Commit f88917e

Browse files
Fix the actual new api name (#2839)
1 parent dc2a00c commit f88917e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/contrib/admin/models.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DELETION: int
1212
ACTION_FLAG_CHOICES: Any
1313

1414
class LogEntryManager(models.Manager[LogEntry]):
15-
@deprecated("log_action() is deprecated and will be removed in Django 6.0. Use log_action_new() instead.")
15+
@deprecated("log_action() is deprecated and will be removed in Django 6.0. Use log_actions() instead.")
1616
def log_action(
1717
self,
1818
user_id: int | str | UUID,

0 commit comments

Comments
 (0)