#20677 closed Bug (fixed)
generic_inlineformset_factory details incorrect
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.contenttypes | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Reads:
You must provide
ct_field
andobject_id
if they different from the defaults,content_type
andobject_id
respectively.
(emphasis added)
- The bolded
object_id
should befk_field
. - Should read "if they are different from the defaults"
Note:
See TracTickets
for help on using tickets.
In b930733a67cbc1235daf675de06d73e3b6406113: