Skip to content

Can't choose form for ModerationAdmin #198

@awerner25

Description

@awerner25

Hello,

I want to change the widget for an item in admin section with this code 👍

class ArticleAdminForm(forms.ModelForm):

    class Meta:
        model = Article
        widgets = {
            'image_test': forms.RadioSelect,
        }
        fields = '__all__'

class ArticleAdmin(ModerationAdmin):
    form = ArticleAdminForm
[...]

It's works with admin.ModelAdmin but not with ModerationAdmin.
How I can change the widget ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions