#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 by , 18 years ago
| Summary: | Inline extra = 0 = undefined error → Inline extra = 0 raises undefined error | 
|---|
comment:2 by , 18 years ago
comment:3 by , 18 years ago
| 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).