Function to get a list of class methods that are decorated with @validates.

Issue #2240 resolved
Former user created an issue

In the attached patch file there is a new mapper method: 'iterate_validators'.

This function give to the user the capability to create a list of mapped class methods that are decorated with @validates.

I added a test in test_mapper.py

Comments (3)

  1. Log in to comment