Re: [openstack-dev] [Fuel] Disable observing modifications of nested fields for MutableDict and MutableList

2016-03-09 Thread Bulat Gaifullin
Fuelers, please notice that the patch [1] changes behaviour of MutableDict and MutableList. observing of changes in nested objects has been disabled, because it is not trivial to handle this case properly. It is much easier to notify about changes in nester fields explicitly when it is

[openstack-dev] [Fuel] Disable observing modifications of nested fields for MutableDict and MutableList

2016-03-09 Thread Bulat Gaifullin
Fuelers, please notice that the patch [1] changes behaviour of MutableDict and MutableList. observing of changes in nested objects has been disabled, because it is not trivial to handle this case properly. It is much easier to notify about changes in nester fields explicitly when it is