mirror of
https://github.com/django/django.git
synced 2025-04-14 12:24:36 +00:00
Prefix was treated as a part of the url pattern, which it is not. Improved tests to conform with RFC 3986 which allows certain characters in path segments without being escaped.