Tim Rogers

Results 4 comments of Tim Rogers

The error happens even if there is only one view that is changed for the migration being generated. In the case I'm describing, only `view1` needs changed, but an error...

This also happens if its just a plain view that depends on a view that depends on another that changed. When `View3` is dependent on `View2` which is dependent on...

Would it be a difficult change to update the dependency resolution mechanism to identify transitive dependencies? I could attempt that change if you're open to PRs?

This would be really nice to get merged. It seems like a fairly low risk change since it only updates the `__all__` of the top level `factory` module but it...