Skip to content
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

Missing force_str #780

Closed
adrien-delhorme opened this issue Dec 22, 2023 · 3 comments · Fixed by #782
Closed

Missing force_str #780

adrien-delhorme opened this issue Dec 22, 2023 · 3 comments · Fixed by #782

Comments

@adrien-delhorme
Copy link
Contributor

Using the plugin BlogFeaturedPostsPluginCached raises an exception:
TypeError: __str__ returned non-string (type __proxy__)

Because this method does not call force_str:

return _("Featured posts")

@protoroto
Copy link
Member

@adrien-delhorme Thanks for reporting this: will try to fix and release a new version today

@protoroto
Copy link
Member

@adrien-delhorme We've just released 2.0.6 version: could you please check if now it's working as expected?

@adrien-delhorme
Copy link
Contributor Author

It's working. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants