Opened 9 years ago
Closed 9 years ago
#25985 closed Cleanup/optimization (fixed)
Update signature of ModelAdmin.formfield_for_* to make request a positional argument
Reported by: | Tim Graham | Owned by: | Tim Graham |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It was always documented as such, so I think the backwards-compatibility concerns are minimal.
Change History (2)
comment:1 by , 9 years ago
Has patch: | set |
---|---|
Summary: | Update signature of ModelAdmin.forrmfield_for_* to make request a positional argument → Update signature of ModelAdmin.formfield_for_* to make request a positional argument |
Note:
See TracTickets
for help on using tickets.
PR