Opened 7 years ago
Closed 7 years ago
#29279 closed Bug (fixed)
Added renderer argument to BaseModelForm to match BaseForm
Reported by: | Dan Watson | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As of b52c73008a9d67e9ddbb841872dc15cdd3d6ee01, BaseForm
has a renderer
argument. The argument was inadvertently not added to BaseModelForm
.
Note:
See TracTickets
for help on using tickets.
In e163effe: