Vinit Kumar
Vinit Kumar
There is not output with `git diff --cached` . Any idea, how to resolve the issue?
The easiest solution is to commit the changes ,delete the repo and re clone it.
@mbi Thanks for the fix, Marco. Need to look into this fix with a bit more care. Also, please don't mix the fixes with the formatting and import changes, it...
@goutnet I think, it should be safe to merge to release/3.9.x because I have also seen this issue happening in wild with our own apps. However, @zbohm, could you please...
@marksweb What's the status of this PR?
I agree, I have noticed these errors too.
@mazulo Can you do this? `pip install -r docs/requirements.txt` and try again? It is also done when our CI runs the tests. https://github.com/django-cms/django-cms/blob/develop/.github/workflows/test.yml#L100
@mazulo You are right. Some of those parts definitely needs an update. I have not seen this test failure before as I never run the cms tests with `--parallel`. Could...
I just tried running the same test with --parallel but can't seem to reproduce it.
@WrapTheCode Please merge develop into this branch for build to kick in.