James Robb
Results
11
comments of
James Robb
I couldn't get this to work with `LazyAttribute` either. If i'm understanding the desired outcome of the original OP's issue correctly, you could handle this in the `@post_generation` decorator ```python...