Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#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)

validation.patch (1.0 KB ) - added by paltman 16 years ago.

Download all attachments as: .zip

Change History (3)

by paltman, 16 years ago

Attachment: validation.patch added

comment:1 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

(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.

comment:2 by Jacob, 13 years ago

milestone: 1.0 alpha

Milestone 1.0 alpha deleted

Note: See TracTickets for help on using tickets.
Back to Top