Re: validation problems in inline admin form

2008-09-28 Thread Munhitsu
Hi, I have the same, so I've decided to live with the following workaround. Form.clean() is not reported properly for inlines but Form.clean_() works fine. In theory only Form.clean() is recommended for cross field validation but in fact Form.clean_() can also refer to the other fields. However t

validation problems in inline admin form

2008-09-10 Thread Wintoon
Hello, I cant seem to figure out if this is working correctly: In admin.py I put some code (end of message) to validate an inline entry. The validation works just fine, however the error message is not shown in the appropriate place inline. Is this a bug I should file or is there something wrong