#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_fieldandobject_idif they different from the defaults,content_typeandobject_idrespectively.
(emphasis added)
- The bolded
object_idshould befk_field. - Should read "if they are different from the defaults"
Note:
See TracTickets
for help on using tickets.
In b930733a67cbc1235daf675de06d73e3b6406113: