fix migration creation issue due to DiffModelMixin
[plstackapi.git] / planetstack / dependency_walker.py
index ca1959e..93e1847 100755 (executable)
@@ -79,6 +79,7 @@ def __walk_deps(fn, object, deps):
 
                        for o in peer_objects:
                                fn(o, object)
+                               # Uncomment the following line to enable recursion
                                # walk_inv_deps(fn, o)
 
 def p(x):