#7794 closed (fixed)
Change Validations on Edit Inlines to Validate Inheritance from BaseModelFormSet instead of BaseInlineFormset
Reported by: | paltman | Owned by: | Brian Rosner |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | nfa-someday | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This breaks down when trying to implement a generic inline (see patch in ticket #4667).
See patch for validation change request.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | validation.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7942]) newforms-admin: Fixed #7794 -- Allow BaseModelFormSet classes to work as an inline formset. This just loosens the validator checks. Thanks paltman for the report.