-
Notifications
You must be signed in to change notification settings - Fork 66
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
Preview breaks on latest 6.2 version #182
Comments
Thanks for the report! What version of django-taggit are you running? Looks like |
…etched_objects Fixes wagtail#182
We're using 2.1.0 |
Have now released 6.2.1 with #183, which makes a version check before calling |
When previewing the page using the latest 6.2 version we get the following error
'_ClusterTaggableManager' object has no attribute '_remove_prefetched_objects'
The issue disappears on 6.1.
Python: 3.11
Django: 4.2.9
Wagtail: 5.2.2
The text was updated successfully, but these errors were encountered: