From 5647ec872356dd5ae6c2ab5b15fdebad6e56fc6f Mon Sep 17 00:00:00 2001 From: Thibaut Decombe Date: Wed, 24 Sep 2025 13:51:47 +0200 Subject: [PATCH] Fix the actual new api name --- django-stubs/contrib/admin/models.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-stubs/contrib/admin/models.pyi b/django-stubs/contrib/admin/models.pyi index 3d0f878d0..9ab76018d 100644 --- a/django-stubs/contrib/admin/models.pyi +++ b/django-stubs/contrib/admin/models.pyi @@ -12,7 +12,7 @@ DELETION: int ACTION_FLAG_CHOICES: Any class LogEntryManager(models.Manager[LogEntry]): - @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.") def log_action( self, user_id: int | str | UUID,