-
Notifications
You must be signed in to change notification settings - Fork 191
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
When removing a blog post i get cannot call delete() after .distinct(). #683
Comments
Seeing the same here |
@svandeneertwegh if still relevant, I am using the above monkey-patch to get deletion working again in the list view. Not seeing any other side-effects with my simple setup. |
Perhaps @yakky will know more - is the I do not seem to be observing any ill-effects after our monkey-patch. |
For me the same issue was fixed via setting
in pyproject.toml, so it selected itself Django 3.2.13. |
The bug is still present for me with |
any solution? django bug? |
I would not call it a bug, it is more of a behaviour change that we need to adapt to. |
Thanks for reporting this, it's fixed in #735 |
I cannot remove a blog post. I get "Cannot call delete() after .distinct()."
Steps to reproduce
djangocms_blog==1.2.3
django==3.2.5
Apparently this repo is not ready for django 3.2.5..
When i switch back to django==1.2.9 it does work..
The text was updated successfully, but these errors were encountered: