Django

Code

Ticket #7794 (closed: fixed)

Opened 5 months ago

Last modified 5 months ago

Change Validations on Edit Inlines to Validate Inheritance from BaseModelFormSet instead of BaseInlineFormset

Reported by: paltman Assigned to: brosner
Milestone: 1.0 alpha Component: django.contrib.admin
Version: newforms-admin Keywords: nfa-someday
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

This breaks down when trying to implement a generic inline (see patch in ticket #4667).

See patch for validation change request.

Attachments

validation.patch (1.0 kB) - added by paltman on 07/17/08 10:38:53.

Change History

07/17/08 10:38:53 changed by paltman

  • attachment validation.patch added.

07/17/08 11:11:50 changed by brosner

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #7794 (Change Validations on Edit Inlines to Validate Inheritance from BaseModelFormSet instead of BaseInlineFormset)




Change Properties
Action