﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31889	Django actions	Sleiman Bassim	anujpandey785	"Hi,

In the Admin actions documentation [https://docs.djangoproject.com/en/3.1/ref/contrib/admin/actions/]

{{{make_published.short_description}}} should be {{{self.short_description}}}

**Context**:
{{{
class ArticleAdmin(admin.ModelAdmin):
    ...

    actions = ['make_published']

    def make_published(self, request, queryset):
        queryset.update(status='p')
    make_published.short_description = ""Mark selected stories as published""
}}}"	Bug	closed	Documentation	3.1	Normal	invalid	actions		Unreviewed	0	0	0	0	1	0
