Skip to content
Snippets Groups Projects
Commit 98c5a0c0 authored by Mike Bayer's avatar Mike Bayer
Browse files

- fix to expression filters so that string conversion (actually unicode) properly

occurs before filtering
- removed encoding() filter - it conflicts with the fact that unicode conversion has to
occur on the value first before being sent to the filter.  recommended way for encoded
strings is to just say unicode(x, encoding='whatever')
parent fa9906eb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment