Section.validate_on_leave()#

Section.validate_on_leave()[source]#

Validates pages and their input elements within the section.

Can be overloaded to change the validating behavior of a derived section.

Notes

Validation is conducted only for pages that are direct children of this section. Pages in subsections are not validated.

Raises

ValidationError – If validation fails.