Opened 9 months ago
Closed 9 months ago
#35178 closed New feature (invalid)
Override FORM_RENDERER for admin site
Reported by: | Nikolay Fedorov | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 5.0 |
Severity: | Normal | Keywords: | forms, render, template, admin, render template, custom template |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If I use custom FORM_RENDERER in settings, admin site doesn't work properly. As an example, "Select all" doesn't work becuse I use custom template for select widget.
I want to use Django's default FORM_RENDERER for admin section.
Attachments (1)
Change History (2)
by , 9 months ago
Attachment: | Снимок экрана 2024-02-09 в 14.28.59.png added |
---|
comment:1 by , 9 months ago
Component: | contrib.admin → Forms |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Hello Nikolay!
As documented, the FORM_RENDERER setting affects the way that forms and form widgets are rendered. If you wish to have only a subset of forms rendered with your custom renderer, you can follow these docs.
Given the lack of details for this ticket, it seems better suited to be a support request or a new feature request. The best place to get answers to your issue is using any of the user support channels from this link.
Since the goal of this issue tracker is to track issues about Django itself, or new features already discussed and agreed in the forum, I'll be closing this ticket as invalid following the ticket triaging process. If, after debugging, you find out that this is indeed a bug in Django, please re-open with more/specific details and please be sure to include a small Django project to reproduce or a failing test case.
Thank you!
select all doesn't work