--------------------------------
* fixed the FilteredSelectMultiple widget handler to works when the the widget
is not initialized yet such as when the widget is used in an inline.
* simplified choices callback validation logic by using the class_prepared signal.
* added minimal testing for validation logic.
* fixed an issue with lazy reference FK and M2M.