﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1690	Validators which check other fields don't work with edit_inline	Esaj	Adrian Holovaty	"Validators which check other fields don't work with edit_inline.

Take {{{django.core.validators.RequiredIfOtherFieldEquals}}} for example:

This validates by checking if {{{all_data[self.other_field]}}} equals {{{self.other_value}}}.  However, with edit_inline, {{{all_data}}} contains keys of the form {{{foo.0.field_name}}}, hence using {{{self.other_field}}} as a key for {{{all_data}}} doesn't work.

Ideally, for edit_inline, the validator should be passed a modified {{{all_data}}} dict with only the relevant fields in it.  Maybe {{{DotExpandedDict}}} would come in handy when implementing this?"	defect	closed	Validators		normal	duplicate			Unreviewed	0	0	0	0	0	0
