-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom dump nested deps #39
Custom dump nested deps #39
Comments
@dwatkinsweb this seems interesting - looks like you are taking a stab at this, when you do submit a PR mind adding some tests for this case? |
@davedash I can add some unit tests for this and hopefully have a pull request in the next couple days. I have limited time to work on it in the evening. I just hacked something quickly together that works for my specific use case but shouldn't require much more to it to be more universal and I can try to add a few unit tests to it as well. |
No worries, and take your time. I understand time limits and OSS. :) |
Currently if you have multiple levels of dependencies, custom_dump command only goes one level deep through straight foreign keys and not reverse foreign keys. It goes from the parent to get the children, but will only get grandchild if it can access it directly from the parent.
It would be nice to be able to use something like
The text was updated successfully, but these errors were encountered: