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

Better support for "unicode" function in Python3 #10

Closed
msarfati opened this issue Apr 28, 2016 · 0 comments
Closed

Better support for "unicode" function in Python3 #10

msarfati opened this issue Apr 28, 2016 · 0 comments
Assignees
Labels

Comments

@msarfati
Copy link

msarfati commented Apr 28, 2016

Traceback (most recent call last): File "/home/msarfati/devel/pubgem/rss-aggregator/rss_aggregator/tests/models/test_rss_feed.py", line 25, in test_create rss_url="https://www.genericfeed.com/feed.xml", File "/home/msarfati/.virtualenvs/pubgem-rss-aggregator/lib/python3.5/site-packages/flask_diamond/mixins/crud.py", line 78, in create flask.current_app.logger.debug("create %s" % unicode(obj)) NameError: name 'unicode' is not defined
You'll just have to update all the references to unicode throughout Diamond.

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

No branches or pull requests

2 participants