-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add --rankdir to graph_models #1580
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
Conversation
Thanks ! Could you please update the PR to fix the conflict ? Also could you please add a test in the test suite and documentation in docs/ for the new feature ? |
Sorry for the delay - it was a conference season. Conflict is now fixed. I thought about adding a test but noticed that this is a really, really simple parameter passing and there are two or three parameters like that already, which are not tested, so I'd have to add some machinery for this kind of stuff and tbh I don't think it's really worth it. Do you think it is? I missed the docs, thanks for pointing it out, will update. |
Looks like there are still several test fails in CI. Maybe needs some additional rework before it can be merged. |
Docs updated, branch rebased on latest |
@OmenApps can you please approve the CI? |
@ppolewicz While I have contributed to the package in the past and have a great deal of interest in django-extensions, I have no official authority. I believe @trbs is the only one authorized to complete approvals. |
Yeah it's a new safety feature after switching from Travis to Github Actions... |
Thanks ! |
Closes #1567