#6930 closed (fixed)
Inline extra = 0 raises undefined error
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | inline admin Media | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When an the 'extra' property of an Inline admin object is set to 0 the following error is raised:
global name 'Media' is not defined
Change History (4)
comment:1 Changed 15 years ago by
Summary: | Inline extra = 0 = undefined error → Inline extra = 0 raises undefined error |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Note, this error only occurs if there are no inlined objects (e.g. adding a new object).