Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't choose form for ModerationAdmin #198

Open
awerner25 opened this issue Mar 7, 2021 · 0 comments
Open

Can't choose form for ModerationAdmin #198

awerner25 opened this issue Mar 7, 2021 · 0 comments

Comments

@awerner25
Copy link
Contributor

awerner25 commented Mar 7, 2021

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant