Unexpected behavior

Issue #6 new
Tim Schneider created an issue

During development of a webpage i came across an unexpected behavior in django-url-tools. I am using django-url-tools to add a parameter to the current url and unexpectedly ended up with a not unicode character instead of the 'not' in the url. I tried to condense the problem down to get a minimal example. This is the smallest i could come up with to reproduce the error:

{% add_params '?min=&max=&not_offered=on' a='1' %}

gives me:

?a=1&max=¬_offered=on&min=

Comments (1)

  1. Log in to comment