widgetastic.core
widgetastic.core copied to clipboard
Included views do not call child_widget_accessed on the hosting view.
Accessing a widget defined inside an included view does not invoke child_widget_accessed on the hosting view where the includer was placed.
Could be worked around by having the View being included define child_widget_accessed calling to the parent view's child_widget_accessed if use_parent is true.