Maciej Lechowski

Results 2 issues of Maciej Lechowski

## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [x] I have...

enhancement
endorsement-needed

In `mongonaut_tags.py` there are two similar lines: (1) `return mark_safe("""{1}""".format(value, value))` (2) `return mark_safe("""{1}""".format(url, value.__unicode__()))` Is there a reason for using `.__unicode__()` in (2)? (It gives me me `UnicodeEncodeError` on...