#10522 closed (fixed)
generic_inlineformset_factory's exclude option should accept tuples too
Reported by: | Matthias Kestenholz | Owned by: | nobody |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | 10522.patch added |
---|
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10375]) Fixed #10522: accept tuples in
generic_inlineformset_factor(exclude)
. Thanks, mk.