After my form.Form checks the values โโentered by the user, I pass them to a separate (external) process for further processing. This external process can potentially find additional errors in the values.
Is there a way to incorporate these errors into an already verified form so that they can be displayed using the usual methods for displaying form errors (or are there better alternative approaches)?
One suggestion was to include external processing in form validation, which is not ideal because the external process does much more than just validation.
django django-forms
Parand 09 Oct '08 at 19:45 2008-10-09 19:45
source share